[問題] 想請教一下integrate data over window 'd' problem?已回收

看板MATLAB作者 (小小)時間16年前 (2009/02/17 09:50), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
d=[1 1 1 1 1 1 1]; % window size - intialise if (samp_freq>=256) % adapt for higher sampling rates d = [ones(1,round(7*samp_freq/256))]; %matrix 1*14 end % integrate %filter(nun,den,data) mdfint = medfilt1(filter(d,1,sqr),10); 這是hrv其中一段integrate data over window 'd' code 為什麼可以這樣使用 % integrate mdfint = medfilt1(filter(d,1,sqr),10); 來代替積分? 這不太了解,請會的人能幫忙一下?謝謝~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.113.70.229
文章代碼(AID): #19cXVWcj (MATLAB)
文章代碼(AID): #19cXVWcj (MATLAB)