How to form each data into integrated singnal stream?

9 views (last 30 days)
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?
  1 Comment
Walter Roberson
Walter Roberson on 6 Apr 2011
What do you mean by an "integrated signal stream" ?
Is this perhaps a Simulink question?

Sign in to comment.

Accepted Answer

alamo
alamo on 7 Apr 2011
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 Comments
alamo
alamo on 8 Apr 2011
Many thanks. Your answers and your suggestions helped me solve my problems.
Arnaud Miege
Arnaud Miege on 8 Apr 2011
It's probably best if you don't accept your own answer.

Sign in to comment.

More Answers (1)

Arnaud Miege
Arnaud Miege on 6 Apr 2011
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!