How can I know the event marking in miliseconds in matlab?
1 view (last 30 days)
Show older comments
If I have a sample rate of 256Hz and 69429 frames per epochs and a total of 271.205 sec. How many miliseconds does a sample rate shows?
1 Comment
dpb
on 18 Dec 2018
The sample rate determines...
>> fprintf('%.6f msec/sample\n',1/256*1000)
3.906250 msec/sample
>>
Answers (0)
See Also
Categories
Find more on Dates and Time in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!