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

Fix demo dashboard to show FFT magnitude plot. #198

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Fix demo dashboard to show FFT magnitude plot. #198

merged 1 commit into from
Sep 12, 2024

Conversation

drslebedev
Copy link
Contributor

By default, all block data types are set to float, and there is currently no option to configure this in the YAML file. Additionally, OpenDigitizer uses custom registry implementations, which will be addressed in the next PR.

As a workaround for the DataSet, you can create two independent blocks: one for float and double, and another for DataSet<float> and DataSet<double>.

Copy link
Member

@wirew0rm wirew0rm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nicely identified the issues and found workarounds to quickly make the demonstration usable again. The proper fixes will be possible once the flowgraph part is rewritten to use the new gr4 message based flowgraph API.

Can be merged once the CI has passed.

@wirew0rm wirew0rm merged commit 40eca10 into main Sep 12, 2024
10 checks passed
@wirew0rm wirew0rm deleted the fix_fft branch September 12, 2024 14:17
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

Successfully merging this pull request may close these issues.

2 participants