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 in FoldingAmplifier) that outputs all noise factors for a given circuit in a provided (min, max) interval.
Originally by: Friederike Metz
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