Is there a Python equivalent to Matlab's occupied bandwith obw() function?

Viewed 27

Hi I'm porting some DSP MatLab code to Python that contains calls to Matlab's obw() (unoccupied bandwidth calculation) function. I need to 'roll my own' version of the obw() function in Python. How would I go about doing it?

0 Answers
Related