Frequency scaling of audio signals

조회 수: 3 (최근 30일)
Shoaibur Rahman
Shoaibur Rahman 2018년 8월 4일
댓글: Shoaibur Rahman 2018년 8월 4일
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개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by