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

Invalid fractional_bandwidth #1

Open
waptaff opened this issue Apr 16, 2022 · 0 comments
Open

Invalid fractional_bandwidth #1

waptaff opened this issue Apr 16, 2022 · 0 comments

Comments

@waptaff
Copy link

waptaff commented Apr 16, 2022

Using gnuradio-3.8.5.0, the fm_demod_stereo_clean.grc flowgraph does not work out of the box; grcc compiles it without complaining but python refuses to run the output script:

ValueError: Invalid fractional_bandwidth, must be in (0, 0.5)

It appears some sort of change happened in gnuradio, and that leaving the Fractional BW fields all blank fixes the problem; I found that fix here: https://www.mail-archive.com/[email protected]/msg73322.html

(I didn't verify all the flowgraphs in this repo, there might be more similar issues).

This is IMHO a bug on gnuradio's side, not on your codebase, but someone else in the future trying your flowgraphs will likely hit the same issue.

While I'm here, thank you for your work, very useful to me.

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