Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Filter using matlab. Help

Status
Not open for further replies.

microelectronics

Member level 1
Member level 1
Joined
Aug 6, 2009
Messages
39
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
johor
Activity points
1,657
Hi guys , i need some advice/tips/guidance. Pls share.

So , i am supose to design a low pass filter with a certain cutoff frequency
and i'm suppose to filter those high frequency component of the sound in time domain(convolution) and freq domain(multiplication).

So , i am not sure how to do it..i took a snippet from some song , at about 2sec.
How do i filter out the high frequency component??

i written a low pass filter code. : ( not sure issit like this or not , help me check pls )

cf = 2000;

n = [0:997];
t = n/cf;
N = length(t);
f = n*cf/N;
hf = [ones(1,333) zeros(1,333) ones(1,332)];

i do not know whats next... pls show some guidance.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top