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
Users might want to know in advance which float noise factors are possible to realize with a given circuit using the digital folding amplifiers. Hence, we need a small class method get_noise_factors(circuit, min, max) (e.g. living in FoldingAmplifier) that outputs all noise factors for a given circuit in a provided (min, max) interval.
Originally by: Friederike Metz
The text was updated successfully, but these errors were encountered:
What is the expected behavior?
Users might want to know in advance which float noise factors are possible to realize with a given circuit using the digital folding amplifiers. Hence, we need a small class method
get_noise_factors(circuit, min, max)
(e.g. living inFoldingAmplifier
) that outputs all noise factors for a given circuit in a provided (min, max) interval.Originally by: Friederike Metz
The text was updated successfully, but these errors were encountered: