determining wav file bandwidth

Post Reply
HB9TXB
Posts: 2
Joined: Thu Dec 14, 2023 12:49 pm

determining wav file bandwidth

Post by HB9TXB »

Hi Randy,

You wrote: "I’m pretty sure our method of determining the bandwidth of the audio is flawed. "

please check my gist, there is python code to generate band limited noise wav file, and link to soundspec python which generates spectrum image showing boundaries

73
User avatar
RandyW
Site Admin
Posts: 106
Joined: Tue Dec 12, 2023 3:47 pm

Re: determining wav file bandwidth

Post by RandyW »

Howdy.

Here are 3 examples that were "passed" as 2.8KHz:
Image

Often it isn't exactly clear which is at 2.8KHz vs 3.0KHz. I *believe* this is because different radios have different DSP roll-off strategies between the passband and stopbands.


To illustrate the different DSP roll-off shapes, here are the 2'nd and 3'rd recordings:
Image

Notice the radio's DSP roll-off is very "sharp" on the 3'rd recording.


Even with my own lowpass filtering at the server, the neural network performs differently with all of these different DSP shapes, and only through a variety of recordings in the training set does it perform well across them all.
Post Reply