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.

low pass filter design using matlab.(program)

Status
Not open for further replies.

bharathchandra

Newbie level 3
Joined
Jan 30, 2007
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,297
how to design -a LPF(fir) by window method sampling freq=100hz and cut off=20khz..without using FFT builtin function.
plz can u give me a code(program) to implement this using matlab softwear.please.
 

In Matlab there is on tool named FDATOOL. So, you just type
>> fdatool
and you can design your filter.
Study matlab documentation to use this.
 

hi
thank you for sharing the files

Added after 8 minutes:

bharathchandra said:
how to design -a LPF(fir) by window method sampling freq=100hz and cut off=20khz..without using FFT builtin function.
plz can u give me a code(program) to implement this using matlab softwear.please.

u can use these matlab function : butter and filter

regards
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top