Thank you for your fantastic work in this wonderful code :)
I was working with a simple audio measurement tool and tried your code to get THD / THD+N values. It seems to work nice (althought I haven't verified the results) but realized that it would be nice to pass sine generator frequency in realtime measurements. I have sine generator (python script) running through sounddevice stream so I know what frequency to expect as fundamental. As my lab environment is nowhere perfect and working with breadboard, frequency estimator can sometimes mistakingly think that 50Hz is fundamental etc.
In this case it would be nice to have an option to pass frequency as an argument from signalgenerator and use that for measurements instead.
Thanks again!
Thank you for your fantastic work in this wonderful code :)
I was working with a simple audio measurement tool and tried your code to get THD / THD+N values. It seems to work nice (althought I haven't verified the results) but realized that it would be nice to pass sine generator frequency in realtime measurements. I have sine generator (python script) running through sounddevice stream so I know what frequency to expect as fundamental. As my lab environment is nowhere perfect and working with breadboard, frequency estimator can sometimes mistakingly think that 50Hz is fundamental etc.
In this case it would be nice to have an option to pass frequency as an argument from signalgenerator and use that for measurements instead.
Thanks again!