real time recording of mic?

15 views (last 30 days)
tomer polsky
tomer polsky on 19 Jul 2018
Commented: Jan on 24 Jul 2018
I want to record my self real time how do i do it using the matlab ?

Answers (1)

Jan
Jan on 19 Jul 2018
Edited: Jan on 19 Jul 2018
  5 Comments
Walter Roberson
Walter Roberson on 24 Jul 2018
Configure the device. Initialize your graphics. Loop. step() to get one frame of data. Plot it. End of loop.
Jan
Jan on 24 Jul 2018
@tomer poslky: It would be useful if you post, what you have tried so far and explain the remaining problems. Otherwise the readers cannot guess, what you have tried so far.

Sign in to comment.

Categories

Find more on Audio Processing Algorithm Design in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!