加速度传感器积分为位移在metlab中怎么编程?求教啊!
加速度传感器积分为位移在metlab中怎么编程?求教啊! 数据每次cumtrapz后滤波,可用其它函数,此处为梯形积分 回复 1 # sj水 的帖子我曾经用过的,希望有所帮助:=butter(8,40*t_sample*2,'low');%8阶底通滤波,截止频率:40hz
%a001_short_lp=medfilt1(a001_short,8);
a001_short_lp=filter(B,A,a001_short);
v001_short_lp=cumtrapz(t_axis,a001_short_lp*9.8);%
s001_short_lp=cumtrapz(t_axis,v001_short_lp);
hold on; 可参考http://forum.vibunion.com/thread-48861-1-1.html
页:
[1]