FIR Filters with GUI

5 views (last 30 days)
Raldi
Raldi on 7 Jun 2011
I have to make a GUI containing various windows like Hamming or Hanning in order to process live speech or an audio file from my drive. I have some difficulties though onto how to make my GUI read that file. I am new in Matlab so probably this is a stupid question....still would appreciate some help
Thanks in advance.

Accepted Answer

Paulo Silva
Paulo Silva on 7 Jun 2011
Real time filters: GUI or other similiar applications on the FEX
If you want to start from nothing look at
doc wavrecord
doc wavread
  3 Comments
Raldi
Raldi on 11 Jun 2011
i still have some problems. I havent understand how to make a real time audio filtering?
Walter Roberson
Walter Roberson on 5 Dec 2011
Requires that you read a group of samples from a device, either an A/D convertor or a microphone. http://www.mathworks.com/products/daq/
Once you have a group of samples, you apply the filtering to the group of samples (together with whatever sample delay line from previous groups)

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!