MATLAB - Signal Noise Ratio

2 ビュー (過去 30 日間)
long le
long le 2020 年 11 月 8 日
編集済み: long le 2020 年 11 月 8 日
I have a damped sine wave which is a emitted signal as below:
x = x = A*exp(-t).*sin(2*pi*f*t);
And I define a received signal, so that
y(n)=ax(n-k)+b(n), where a is the attenuation coefficient and k is a delay.
Then I calculate the cross-correlation between them
[xc,lags] = xcorr(y,x);
  1. How can I estimate the delay k for different SNR (Signal-Noise-Ratio) in dB
  2. How to represent the curve delay vs. SNR.

回答 (0 件)

カテゴリ

Help Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by