Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Thomas Feiner
Thomas Feiner el 17 de Dic. de 2018
Comentada: dpb el 18 de Dic. de 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 comentario
dpb
dpb el 18 de Dic. de 2018
The sample rate determines...
>> fprintf('%.6f msec/sample\n',1/256*1000)
3.906250 msec/sample
>>

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by