Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmin和fmax #16

Open
qpy7777777 opened this issue Jun 2, 2024 · 0 comments
Open

fmin和fmax #16

qpy7777777 opened this issue Jun 2, 2024 · 0 comments

Comments

@qpy7777777
Copy link

After I changed it to DFT, I found that the values of fmin and fmax would affect the magnitude of the amplitude. For example, I know that the frequency of a signal is 156.25Hz and 1562.5Hz, in which FFT=512 and sampling_rate=8000, by calculating that the index where the maximum value and the second largest value of its amplitude are located should be the frequency value. That is, 10 and 100 are calculated correctly by the original DFT, but after the linear calculation, it is found that the calculated value is inconsistent with the actual value, and the result will be affected by fmin and fmax. Why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant