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.

2 件のコメント

KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 8 月 4 日
Then what the problem, implement the statement in the code.
Shoaibur Rahman
Shoaibur Rahman 2018 年 8 月 4 日
Thanks, Kalyan! I don't know how to implement it. Let's consider the following signal:
% Load a signal y and it's sampling frequency Fs
load('chirp.mat')
x = y;
x_hat = ????
How would you do this?

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeAudio I/O and Waveform Generation についてさらに検索

質問済み:

2018 年 8 月 4 日

コメント済み:

2018 年 8 月 4 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by