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.

How to filter a signal in Matlab ?

Status
Not open for further replies.

555EDU

Banned
Joined
Jan 5, 2005
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
0
How can filter in Matlab

Please how can I filter a signal in matlab using a filter
impulse response not as a polynomial but just
as an expression h(t)
 

Re: How can filter in Matlab

At the command propt type in:

help remez

Here are some other filters

CREMEZ, FIRLS, FIR1, FIR2, BUTTER, CHEBY1, CHEBY2, ELLIP,
FREQZ, FILTER and GREMEZ
 

Re: How can filter in Matlab

hi,
you may have to evaluate the function h(t) at your sampling intervals and then use it. Thus the length of the filter will vary. This is assuming you are using sampled data.
If you want analog response, you should use symbolic toolbox.(or something like that)
brm
 

Re: How can filter in Matlab

you can try firpm.
using help menu will be very useful...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top