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

1 回表示 (過去 30 日間)
Thomas Feiner
Thomas Feiner 2018 年 12 月 17 日
コメント済み: dpb 2018 年 12 月 18 日
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
dpb 2018 年 12 月 18 日
The sample rate determines...
>> fprintf('%.6f msec/sample\n',1/256*1000)
3.906250 msec/sample
>>

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDates and Time についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by