Timer Problem

조회 수: 1 (최근 30일)
ahmed ismail
ahmed ismail 2012년 2월 20일
please immediately i need a help
"perform function for certain time in matlab"
like i want tomake audio video recording at same time for a predefined time , i have sucessufly record audio video at same time but i cannot establish a timer

답변 (1개)

Walter Roberson
Walter Roberson 2012년 2월 20일
There is no high resolution event interruption timer in MATLAB. The highest resolution interruption timer runs at 1 KHz nominally, but it is not very precise.
If you want to make a recording for a particular length of time, the easiest way is to specify the number of frames to record.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by