Signal Processing Align Error

1 回表示 (過去 30 日間)
Sai Sandeep Rayanuthala
Sai Sandeep Rayanuthala 2019 年 9 月 20 日
回答済み: SaiDileep Kola 2019 年 9 月 23 日
code : -
%determining the leg and allinging the signals
del=finddelay(fout1,fout2);
if (del>0)
fout1=alignsignals(fout1,fout2);
else
fout2=alignsignals(fout2,fout1);
end
Error : -
Error in stage1 (line 49)
fout2=alignsignals(fout2,fout1);

回答 (1 件)

SaiDileep Kola
SaiDileep Kola 2019 年 9 月 23 日
Hi Sandeep:
You need not check delay to use alignsignals since it doesn’t make any difference by changing order of arguments in alignsignals function, the function itself take cares of negative delay, the error might be because of any other reason, if possible you may provide fout1 and fout2 data so that I can check.

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by