butty_bach
New Member
I've built a sound recorder based on ESP32 with an I2S INMP441 microphone. The code needed a lot of massaging to get it to work using lots of hints and tips from samples etc on the web. It appears to work OK, and I created a spectrogram using Audacity to get an idea of frequency response etc. But the spectrogram has strange features in it that I don't understand, and I could do with some idea of what could be causing them.
The sound recorded is a generated linear tone from 100Hz to 20kHz over 30 secs. The most obvious weird thing is the "anti" signal descending from on high and crossing the "real" signal at about the point where the microphone is beginning to hit its frequency limit. There is also a dark band, faint in this sample but more pronounced at lower sampling rates, where the two obvious signals cross. I feel this must be related. There's also faint arcing signals, perhaps harmonics?
The other obvious thing is the banding that appears when there's (relative) silence.
I've played with the I2S config and buffering parameters without fundamentally changing anything. Changing the sampling rate does move things around a bit but all the artefacts remain.
I'm hoping someone knowledgeable in audio may have some idea what this is showing!
The sound recorded is a generated linear tone from 100Hz to 20kHz over 30 secs. The most obvious weird thing is the "anti" signal descending from on high and crossing the "real" signal at about the point where the microphone is beginning to hit its frequency limit. There is also a dark band, faint in this sample but more pronounced at lower sampling rates, where the two obvious signals cross. I feel this must be related. There's also faint arcing signals, perhaps harmonics?
The other obvious thing is the banding that appears when there's (relative) silence.
I've played with the I2S config and buffering parameters without fundamentally changing anything. Changing the sampling rate does move things around a bit but all the artefacts remain.
I'm hoping someone knowledgeable in audio may have some idea what this is showing!