We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068aea6 commit 1d4202bCopy full SHA for 1d4202b
tests/test_spectrum.py
@@ -88,7 +88,7 @@ def test_sndr_sfdr_outputs(self):
88
"power": 9,
89
"rms": 3,
90
"dBHz": round(-11.5297 - full_scale, 1),
91
- "NSD": round(-11.5297 - full_scale - 48.1648, 1),
+ "NSD": round(-11.5297 - full_scale + 48.1648, 1),
92
},
93
"sndr": {
94
"dBc": 10.0,
0 commit comments