필터 지우기
필터 지우기

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 CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by