Feeds
已回答
im making a matlab code for average of 10 secs. in this code there are n instances in between 10 secs. i dont know how to do repeted calculation for full length of signal.
You can calculate time by time = 0:1/fs:(length(signal)-1)*1/fs;
im making a matlab code for average of 10 secs. in this code there are n instances in between 10 secs. i dont know how to do repeted calculation for full length of signal.
You can calculate time by time = 0:1/fs:(length(signal)-1)*1/fs;
12 years 前 | 0
提问
create a random signal
Iwould like to create a signal as shown in the fig. kindly help me with code. <<http://i.stack.imgur.com/0Ns2O.jpg>>
12 years 前 | 2 个回答 | 0
2
个回答提问
Identify rising and falling edges
I have the following line of code load eeg.txt fs = 200; time = 0:1/fs:(length(eeg)-1)*1/fs; %plot(time,eeg); [...
12 years 前 | 0 个回答 | 0
0
个回答提问
Removal Of Ocular Artifacts from EEG
I am doing a project on removal of ocular artifacts fromm eeg signal based on wavelet transform. I would like to generate a e...
12 years 前 | 0 个回答 | 0