Skip to content

Question about IOParameters arguments #617

Closed Answered by maljoras
VictorY-1Qbit asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @VictorY-1Qbit ,
thanks for the questions. At the outset, many of the design choices of the IOParameters are explained in this paper, maybe worth a look.

  1. The input is clipped to -inp_bound to inp_bound, however, the input management (i.e. noise management) potentially scales the digital input (dynamically or fixed) before applying it to the DAC. The input bound range clipping and quantization happens after that. Note that inp_res setting is applied to the full range. So if set to 256, there are 256 bins from -inp_bound to inp_bound. Because of the scaling, the inp_bound typically is set (arbitrarily) to 1 to normalize the analog input in respect to analog noise setting.
  2. It might get s…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@victor-yon
Comment options

Answer selected by VictorY-1Qbit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #616 on February 18, 2024 08:01.