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

2 vues (au cours des 30 derniers jours)
Thomas Feiner
Thomas Feiner le 17 Déc 2018
Commenté : dpb le 18 Déc 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 commentaire
dpb
dpb le 18 Déc 2018
The sample rate determines...
>> fprintf('%.6f msec/sample\n',1/256*1000)
3.906250 msec/sample
>>

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by