FIR Filters with GUI

3 次查看(过去 30 天)
Raldi
Raldi 2011-6-7
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.

采纳的回答

Paulo Silva
Paulo Silva 2011-6-7
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 个评论
Raldi
Raldi 2011-6-11
i still have some problems. I havent understand how to make a real time audio filtering?
Walter Roberson
Walter Roberson 2011-12-5
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)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Digital Filter Design 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by