write and reading array from 2 functions files at the same time
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Hi All,
I am new with matlab, i am building a small program, where it reading an audio file and start to divide it to blocks using (For Loop), at the same time (when i create the blocks array) i want to use this blocks in another function to be in real time and not to wait till (For Loop)to finish.
1 Kommentar
Jan
am 14 Feb. 2012
You forgot to ask a question. Do you have any troubles with building this program?
Antworten (2)
Honglei Chen
am 14 Feb. 2012
0 Stimmen
Looks like you want to do stream processing. I would suggest you to take a look at the example in the following page
You can replace the playing part with any processing you want to do, but the example shows a framework of dividing things into small blocks and then process them in real time.
adel
am 15 Feb. 2012
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!