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

Nk/noise generator #604

Merged
merged 8 commits into from
Aug 25, 2022
Merged

Nk/noise generator #604

merged 8 commits into from
Aug 25, 2022

Conversation

nkrackow
Copy link
Contributor

@nkrackow nkrackow commented Aug 25, 2022

Very simple white noise generator. The output is uniformly distributed in the signal generator amplitude setting range. Spectrum is perfectly white up to the analog frontend limit.
16 bit xorshift leads to ripple in the spectrum.

Useful for analyzing control parameters.

Copy link
Member

@jordens jordens left a comment

Choose a reason for hiding this comment

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

Fine in general but as I said, doing these things correctly is not trivial at all.

src/hardware/signal_generator.rs Outdated Show resolved Hide resolved
src/hardware/signal_generator.rs Outdated Show resolved Hide resolved
@nkrackow nkrackow requested a review from jordens August 25, 2022 16:04
Copy link
Member

@jordens jordens left a comment

Choose a reason for hiding this comment

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

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 25, 2022

Build succeeded:

@bors bors bot merged commit 831a9ba into master Aug 25, 2022
@bors bors bot deleted the nk/noise-generator branch August 25, 2022 16:18
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