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.

help!!filter function help

Status
Not open for further replies.

horizon12

Newbie level 5
Joined
Sep 16, 2010
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,329
is the filter function in MATLAB is used in time domain domain or frequency domain??

for example so if you want to design a butter high pass filter and you get E signal in time domain

[b,a] = butter(n,frequncy,'high') ;

and then use the filter(b,a,E)
to apply the filter in time domain



is that correct ???


or I'm missing something here
 

you can also design filter by using 'sptool'
just write sptool in command window and play with it!!!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top