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?
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?