필터 지우기
필터 지우기

FIR Filters with GUI

조회 수: 1 (최근 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