필터 지우기
필터 지우기

How to convert a double file to audiorecorder type ?

조회 수: 1 (최근 30일)
Yvan N.
Yvan N. 2018년 12월 10일
편집: Jan 2018년 12월 10일
I have a code that uses two scripts.
The first script's output should be used as the input of the second script.
But the second scripts needs an audiorecorder object type as input . Unfortunately, the first script's output is a double matrix type (8000 *1 ).
I want to know how to convert the double type to audiorecorder object type.
Thank you.

채택된 답변

Jan
Jan 2018년 12월 10일
편집: Jan 2018년 12월 10일
You can't. An audiorecorder and a double vectors are two different things. You cannot convert a list of temperatures to a thermometer also.
Modify the 2nd script such that it does not get the output of the audiorecorder, but the provided signal directly.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by