|
|
| File Information |
| Description |
The current Matlab-code can be used for real-time audio and image processing. Fixed-length segments of audio data are recorded from soundcard's input and an image is also captured in each block. In particular, the provided code does the following:
- Repetively records audio segments of fixed length.
- Plots the (applitude) values of the current audio segment.
- Plots the spectogram of the current audio segment.
- Calculates the mean and std values of the Zero Crossing Rate for each segment, and plots those statistics for the last five segments.
- Calculates and plots the average spectral distance between the current and the previous audio segment. This is actually a simple measure of change detection in the audio information.
- Captures and plots an image for each block (frame).
- Plots an estimation of the motion between the current and the previous frames.
- Plots the average absolute difference between two successive frames.
- Calculates and displays the ratio of the processing time (for the feature calculation and the plotting processes) by the real signal data.
Provided M-files:
- realTimeMic.m This is the main m-file. It reads blocks (of fixed length) of audio information and it captures one image (from an attached camera) per block.
- zcr.m This function computes the Zero Crossing Rate of an audio signal in a short-term basis (i.e. one value of the ZCR function is calculated per frame).
In order to execute the demo, simply call the realTimeMic function with the following arguments:
- duration: (in seconds) the duration of each audio segment (and the time interval between two succcesive images taken from cam).
- nBlocks: number of blocks to be recorded
useVideo: 1 for recording video and 0 otherwise
For example write:
realTimeMic(1.0,100,1);
in the Matlab workspace. This will run the demo for 100 segments of 1.0 second each, and it will use the camera (it has to be attached) for capturing images.
Similar Material:
http://www.di.uoa.gr/~tyiannak |
| Required Products |
Data Acquisition Toolbox
Image Processing Toolbox
Signal Processing Toolbox
|
| MATLAB release |
MATLAB 7.5 (R2007b)
|
| Other requirements |
I have tried the demo in Matlab2007b. I have also tried it in Matlab 6.5 and it seems that there are some problems with the acquisition functions (in particular with the audio acquisition): half of the times the getdata() call (line 171) fails. |
| Zip File Content |
|
| HTML Files |
Documentation.html
|
| Other Files |
screen.jpg, realTimeMic.m, zcr.m
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (10) |
| 07 Feb 2008 |
diego barragán
|
|
|
| 03 Mar 2008 |
A. Huen
|
|
|
| 22 Mar 2008 |
G Antel.
|
|
|
| 20 May 2008 |
dd dd
|
|
|
| 20 May 2008 |
Theodoros Giannakopoulos
|
|
|
| 18 Jul 2008 |
arun pushkar
|
|
|
| 23 Jul 2008 |
Theodoros Giannakopoulos
|
|
|
| 03 Oct 2008 |
saud Ala
|
|
|
| 23 Nov 2008 |
Theodoros Giannakopoulos
|
|
|
| 25 May 2009 |
Bernd
|
|
|
| Updates |
| 05 Feb 2008 |
Link added |
| 21 Apr 2008 |
Summary Changed |
|
MATLAB Central Terms of Use
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.
Contact us at files@mathworks.com