You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In samples_encoding.cpp, there is a section that is defined out (lines 309 - 382) that seems to describe noise shaping implemented using the RP2040 interpolator.
I was unable to find a reference to what the function interp_configure_with_signed_and_cross_result in line 324. I understand that it has something to do with interpolator configuration, but I am not sure which function parameters correspond to which control/base/accumulator registers.
Since the comments are rather sparse, I am finding it difficult to understand how exactly the noise shaping is happening.
I would be grateful if some light could be shed on how this works.
The text was updated successfully, but these errors were encountered:
In samples_encoding.cpp, there is a section that is defined out (lines 309 - 382) that seems to describe noise shaping implemented using the RP2040 interpolator.
I was unable to find a reference to what the function interp_configure_with_signed_and_cross_result in line 324. I understand that it has something to do with interpolator configuration, but I am not sure which function parameters correspond to which control/base/accumulator registers.
Since the comments are rather sparse, I am finding it difficult to understand how exactly the noise shaping is happening.
I would be grateful if some light could be shed on how this works.
The text was updated successfully, but these errors were encountered: