Thread Closed

MATLAB symbolic to numeric

 
Share Thread Thread Tools
Mar31-09, 01:32 PM   #1
 

MATLAB symbolic to numeric


hey,

I'm trying to use matlab to simulate a simple RC low pass filter. I have an array of data that represents the signal I want to filter, and I have the s-domain representation of the filter circuit. I'm pretty new to this type of analysis, but I'm pretty sure I should be taking the fft of my data and multiplying it by the s-domain representation (transfer function) of the circuit, and then take the ifft to get the output.
I guess my problem is I have a symbolic transfer function that I'm trying to multiply with a numeric array. Any Ideas on how I can get a numeric representation of my symbolic transfer function?

Thanks in advance.

(this is my transfer function if that helps)
transferFunc = 100/(s+100)
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> Army ground combat systems adopts tool for choosing future warfighting vehicles
>> Company pioneering new types of material for 3-D printer 'ink'
>> Student-built innovations to help improve and save lives
Apr1-09, 03:37 AM   #2
 
Blog Entries: 1
Recognitions:
Science Advisor Science Advisor
You probably want something called a Bode plot (magnitude and phase angle of a Linear Time Invariant system):
http://en.wikipedia.org/wiki/Bode_plot

If you have the MATLAB Controls Toolbox, you can generate a Bode plot of a system given its transfer function:
http://www.mathworks.com/access/help.../ref/bode.html

An example:
http://www.engin.umich.edu/group/ctm/freq/freq.html
Apr5-09, 06:38 PM   #3
 
Thanks a million MATLABdude,
That tutorial held all the answers and more! :)
Thread Closed

Tags
fft, matlab, numeric, symbolic, transfer function
Thread Tools


Similar Threads for: MATLAB symbolic to numeric
Thread Forum Replies
help in second order ode numeric solution Differential Equations 0
MATLAB symbolic function shouldn't be symbolic Programming & Comp Sci 0
Numeric keypad Computers 0
Symbolic intergration in Matlab using "INT" command? Math & Science Software 3
Numeric Nonsense Brain Teasers 2