Frequency scaling of audio signals
5 views (last 30 days)
Show older comments
I have an audio signal x[n], whose frequency varies over time. It's FT is X[k]. I want to reconstruct an audio signal (x_hat[n]) from X[k] such that, at any given time:
frequency_of_x_hat[n] = log10(frequency_of_x[n])
i.e. the frequencies are compressed logarithmically. Any idea about how to do this? Thanks.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!