Skip to content

Commit a6722fe

Browse files
authored
Mo' lint
1 parent 6ab859e commit a6722fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adc_eval/spectrum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def sndr_sfdr(spectrum, freq, fs, nfft, leak, full_scale=0):
6464
"power": noise_power,
6565
"rms": np.sqrt(noise_power),
6666
"dBHz": round(dBW(noise_floor) - full_scale, 1),
67-
"NSD": round(dBW(noise_floor) - full_scale - 2 * dBW(fbin), 1)
67+
"NSD": round(dBW(noise_floor) - full_scale - 2 * dBW(fbin), 1),
6868
}
6969
stats["sndr"] = {
7070
"dBc": dBW(psig / noise_power),

0 commit comments

Comments
 (0)