필터 지우기
필터 지우기

transfer function measurement with maximum length sequence?

조회 수: 7 (최근 30일)
catarina
catarina 2012년 3월 23일
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개)

카테고리

Help CenterFile Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by