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

Type conversion in GNU Radio Digital RF Source blocks #56

Open
ryanvolz opened this issue May 9, 2024 · 0 comments
Open

Type conversion in GNU Radio Digital RF Source blocks #56

ryanvolz opened this issue May 9, 2024 · 0 comments

Comments

@ryanvolz
Copy link
Member

ryanvolz commented May 9, 2024

When using one of the Digital RF Source blocks in GNU Radio Companion, it's easy to get errors due to mismatching types because the block has no way of knowing the data type when the flowgraph is constructed. It would be nice to let the user specify the type they want, so it can be enforced, and then handle the necessary type conversion internal to the block. This would save a lot of headaches when data is recorded as sc16 and you forget that and connect the source up to blocks that expect fc32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant