Info
此问题已关闭。 请重新打开它进行编辑或回答。
moving a signal from matlab to simulink
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!