Filter löschen
Filter löschen

How can I know the event marking in miliseconds in matlab?

1 Ansicht (letzte 30 Tage)
Thomas Feiner
Thomas Feiner am 17 Dez. 2018
Kommentiert: dpb am 18 Dez. 2018
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 Kommentar
dpb
dpb am 18 Dez. 2018
The sample rate determines...
>> fprintf('%.6f msec/sample\n',1/256*1000)
3.906250 msec/sample
>>

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by