Statistics
RANK
168,092
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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;
12 years ago | 0
Question
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0