フィルターのクリア

sawtooth signal and moving averege filter

2 ビュー (過去 30 日間)
Rica
Rica 2012 年 10 月 30 日
Hi all!
I have a signal, noisy sawtooth signal. see (m-file).
I want to smooth and averege this signal with moving averege filter (maybe also kalman filter).
I did it in may program. But i have a problem: In the time where the step happens, i need no values i need just the step (from max to min).
How it could be done in matlab
% code
t=(1:0.01:10)'; y=sawtooth(t,1); noise = 0.8*rand(901,1); y1 = y+noise; % kal=kalmanf(y1*z) ma=conv(y1,ones(5,1)/5);
plot(y1) hold on stem(ma,'r')
end

回答 (1 件)

Sachin Ganjare
Sachin Ganjare 2012 年 10 月 30 日

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by