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

Convert mx waveform to floats as early as possible in the chain #1652

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

julioromano
Copy link
Contributor

This way we're sure that internally we always deal with [0;1] float samples. the [0;1024] int range is used only at the rust sdk boundary.

@julioromano julioromano requested a review from a team as a code owner October 26, 2023 15:20
@julioromano julioromano self-assigned this Oct 26, 2023
@julioromano julioromano requested review from jmartinesp and jonnyandrew and removed request for a team and jmartinesp October 26, 2023 15:20
@julioromano julioromano enabled auto-merge (squash) October 26, 2023 15:28
@github-actions
Copy link
Contributor

github-actions bot commented Oct 26, 2023

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/hTzG41

This way we're sure that internally we always deal with [0;1] float samples. the [0;1024] int range is used only at the rust sdk boundary.
@julioromano julioromano force-pushed the julioromano/decode_waveform_floats branch from 623ce7e to 6fc931d Compare October 26, 2023 16:17
@sonarcloud
Copy link

sonarcloud bot commented Oct 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@julioromano julioromano merged commit 0457e59 into develop Oct 26, 2023
13 checks passed
@julioromano julioromano deleted the julioromano/decode_waveform_floats branch October 26, 2023 16:58
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.

None yet

3 participants