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

DC voltage calibration / implement proper DC voltage view #231

Open
hermitdemschoenenleben opened this issue Jan 12, 2022 · 0 comments
Open
Labels
enhancement Improvement to existing feature

Comments

@hermitdemschoenenleben
Copy link
Collaborator

Setting modulation frequency to 0 is a hacky way of displaying DC voltages. It doesn't work perfectly for 2 reasons:

  • Demodulation is not actually turned off, scaling down the acquired DC voltage. This can be seen by changing scopegen_adc_a_sel": self.csr.signal("fast_a_out_i") to "scopegen_adc_a_sel": self.csr.signal("fast_a_x")
  • RedPitaya's ADC calibration factors are not considered. Not sure whether they are properly documented or whether we have to analyze their FPGA code for that
@bleykauf bleykauf added the enhancement Improvement to existing feature label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing feature
Projects
None yet
Development

No branches or pull requests

2 participants