Skip to content

v1.1.4

Choose a tag to compare

@thiebes thiebes released this 04 Jul 00:35
· 17 commits to main since this release
1087176

Main Application Changes

Improved CNR estimates

This release addresses overestimation of noise power in the FFT-based CNR estimation function, fft_cnr. When performing a real-valued Fast Fourier Transform (FFT) using rfft, the output is a single-sided spectrum. Each frequency component in this spectrum represents the combined power from the original signal's positive and negative frequencies.

Minor changes

The peak normalization and root-mean-squared calculation in the fft_cnr function were also simplified in this commit.

Acknowledgments