Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve SourceVITA49 to support 32bit signed integer output port. #1

Open
James-Wang-JM opened this issue Nov 11, 2019 · 0 comments
Open

Comments

@James-Wang-JM
Copy link

SourceVITA49 in Redhawk 2.2.4 support the following output port

        bulkio::OutCharPort *dataChar_out;
        bulkio::OutOctetPort *dataOctet_out;
        bulkio::OutShortPort *dataShort_out;
        bulkio::OutUShortPort *dataUshort_out;
        bulkio::OutFloatPort *dataFloat_out;
        bulkio::OutDoublePort *dataDouble_out;

Request to improve SourceVITA49 to support 32bit signed integer output port. This helps redhawk to inter-operate with high sensitive radio receivers with large dynamic range and without floating point processing power.

@shmahon shmahon transferred this issue from RedhawkSDR/redhawk Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant