How to form each data into integrated singnal stream?

9 次查看(过去 30 天)
From audio device puts out data by frame. Now my problem is how can I form each data into integrated singnal stream?
How to form each data into integrated singnal stream?

采纳的回答

alamo
alamo 2011-4-7
My friend, many thanks for your valuable reply.
Integrated signal stream means that each frame signal is saved in a variable and the variable will be processed.
If the frame signal is not saved in a variable, I will write each frame signal(10 s) into .mat file by To File and the data matrix size is 256x313. However, when the data is read from mat file by From file, only part of data can be read and the matrix size is 51x256. (The signal sampling is different). My problem is how can I read all the data, not part of data of the mat file?
I am looking forward to your answers and your suggestions. Thanks.
Alamo
  3 个评论
alamo
alamo 2011-4-8
Many thanks. Your answers and your suggestions helped me solve my problems.
Arnaud Miege
Arnaud Miege 2011-4-8
It's probably best if you don't accept your own answer.

请先登录,再进行评论。

更多回答(1 个)

Arnaud Miege
Arnaud Miege 2011-4-6
It sounds like you are referring to the From Audio Device block from the Signal Processing Blockset. Yes, it outputs a frame-based signal. There are a number of advantages in using frame-based signals, particularly for signal processing applications. You might want to have a read of Working With Signals in the Signal Processing Blockset documentation. If that doesn't answer your question, you should probably clarify what you mean by an "integrated singnal stream".
HTH,
Arnaud

Community Treasure Hunt

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

Start Hunting!

Translated by