Skip to content

Python class for spectrum analyzis of sampled signals. For analyzing ADC distortion and noise preformance.

License

Notifications You must be signed in to change notification settings

Rune75/pySignalAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pySignalAnalyzer

pySignalAnalyzer is a python class implementation of a sampled signal analyzer used for testing ADC signal quality or other sampled signals.

The output of the analysis includes:

  • THD
  • THD+N
  • N
  • SNR
  • SNDR / SINAD
  • SFDR
  • ENOB
  • Funamental and harmonic levels
  • Power spectrum plot

Example usage can be found in the jupyter notebook README.ipynb or the basicExample.py

Dependencies:

  • numpy
  • scipy
  • matplotlib

Limitations

The class is currently missing subtraction of scaloping loss, so we rely on having a fairly coherent input signal frequency.

About

Python class for spectrum analyzis of sampled signals. For analyzing ADC distortion and noise preformance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages