cbadc.fom.FoM_W

cbadc.fom.FoM_W(P, fs, ENOB)[source]

The Walden figure of merit (FoM)

\(f(P, f_s, \text{ENOB}) = \frac{P}{f_s \cdot 2 ^{ \text{ENOB}}}\)

See Walden 1999

Parameters
  • P (float) – the power consumption.

  • fs (float) – the sampling frequency.

  • ENOB (float) – effective number of bits.

Return type

The Walden figure of merit.