How can I know the event marking in miliseconds in matlab?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
dpb
2018-12-18
The sample rate determines...
>> fprintf('%.6f msec/sample\n',1/256*1000)
3.906250 msec/sample
>>
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dates and Time 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!