You are on page 1of 1

load d5_filt.

dat
plot(d5_filt(:,2));
grid
dat=d5_filt(800:1199,2);
%dat(401:1600)=0;
figure(2);
[f a]=FastFT(dat,1/1e-7,400);
grid

You might also like