フィルターのクリア

Deconvolution of a seismometer signal

1 回表示 (過去 30 日間)
Alessio Lodato
Alessio Lodato 2021 年 5 月 21 日
Dear All,
i need to deconvolve the output of a seismometer (sensor) to obtain the structure response.
The known data are the output of the sensor and the transfer function of the sensor that is: s^2/s^2+Q/w0*s+w0^2.
Can i use the deconv command in time domain?
I wrote the following code:
num=[1 0 0];
den=[1 0.25 625];
y1=tf(num,den);
y2=lsim(y1,Data_Channel(5,:),t(1:1200000));
for i=1:length(t)-1
[dec(i) r]=deconv(y2(i),Data_Channel(1,i));
end
plot(dec)
Thank you for your support.
Regards,
Alessio

回答 (0 件)

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by