transfer function measurement with maximum length sequence?
6 ビュー (過去 30 日間)
古いコメントを表示
Hey,
I'm desperately and unsuccessfully trying to do a transfer function measurement with maximum length sequence. I'm using cross spectra techniques to compute the transfer function calculations but am having trouble in using the maximum length sequence correctly. I think I should get 2 periods of the mls signal, one to excite the filter and the other to do the calculations. it was suggested to get the signal over two peridos by doing c=cat(1,x,x) but after how do i do the calculations over the second period?
N=1023; %length of signals being tested
[x fs bits] = wavread('mls1023'); %read in mls signal, input signal in x
[b,a] = cheby1(9,0.5,0.3); %generate a LTI system (a simple filter)
y=filter(b,a,x);
thanks in advance
Catarina
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio Processing Algorithm Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!