upsampling and adding delay to a sequence

3 ビュー (過去 30 日間)
PChoppala
PChoppala 2012 年 1 月 18 日
Hi
I have a simple query.
Suppose i have a signal s = randn(1,10), if I want to add delay 100ms to this signal, what should i do?
I heard about upsampling the signal and then adding zeros, but can you help me with an example code
s = randn(1,8);
delay = 100ms;
s1 = upsample(s,?);
s_delay = [how many zeros, s1]?
Is that approach right?

採用された回答

Walter Roberson
Walter Roberson 2012 年 1 月 19 日
It is not possible to add a delay to a signal unless you know what the sampling frequency is.
  12 件のコメント
PChoppala
PChoppala 2012 年 1 月 19 日
Hmm, okay, let me see how this goes.... Thank you very much. Good day
PChoppala
PChoppala 2012 年 1 月 19 日
Hi again, Morning!
Just realized that we may use the translation property of Fourier transform, but unable to figure out how.
if h(x) = ƒ(x − x0), then  H(w)= e^{-2 π i x0 ω }F(ω)
Can you help me with this approach?
Cheers

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFilter Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by