フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

moving a signal from matlab to simulink

1 回表示 (過去 30 日間)
qusay hawari
qusay hawari 2015 年 5 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
recObj = audiorecorder
disp('Start.')
recordblocking(recObj, 5);
disp('End.');
play(recObj);
y = getaudiodata(recObj);
the code above records your voice for 5 seconds then gets it and puts it in y the problem is that i cant seen to move y into the simulink working space, I've tried from workspace and get signal but nothing worked,,, help appreciated :)

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by