How to form each data into integrated singnal stream?

8 vues (au cours des 30 derniers jours)
alamo
alamo le 6 Avr 2011
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 commentaire
Walter Roberson
Walter Roberson le 6 Avr 2011
What do you mean by an "integrated signal stream" ?
Is this perhaps a Simulink question?

Connectez-vous pour commenter.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (1)

Arnaud Miege
Arnaud Miege le 6 Avr 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!

Translated by