Azzera filtri
Azzera filtri

FIR Filters with GUI

1 visualizzazione (ultimi 30 giorni)
Raldi
Raldi il 7 Giu 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.

Risposta accettata

Paulo Silva
Paulo Silva il 7 Giu 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 Commenti
Raldi
Raldi il 11 Giu 2011
i still have some problems. I havent understand how to make a real time audio filtering?
Walter Roberson
Walter Roberson il 5 Dic 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)

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by