|
|
bode plot #2
Hello I have a function for frequency analysis. I have equations something like on this link, http://www.mathworks.com/access/helpdesk/help/toolbox/control/ref/bode.html first example, but whenever I copy that to look at it, Undefined function or method 'tf' for input arguments of type 'double'. this error shows up, I cannot use the regular plot function, because i have imaginary number.
|
|
0
|
|
|
|
Reply
|
Ongun
|
6/12/2010 3:06:05 AM |
|
"Ongun Palaoglu" <ongun@mac.com> wrote in message <huutit$7pg$1@fred.mathworks.com>...
> Hello I have a function for frequency analysis. I have equations something like on this link, http://www.mathworks.com/access/helpdesk/help/toolbox/control/ref/bode.html first example, but whenever I copy that to look at it, Undefined function or method 'tf' for input arguments of type 'double'. this error shows up, I cannot use the regular plot function, because i have imaginary number.
>
Hi Ongun, Do you have the Control System Toolbox? That error indicates that you don't have tf.m in your installation. When you say that you have a function "something like" example one on bode.html, do you have a continuous system function?, or is it discrete?
If you have a system represented by a constant coefficient linear difference equation, you can use fvtool to visualize the frequency response.
Wayne
|
|
0
|
|
|
|
Reply
|
Wayne
|
6/12/2010 1:13:04 PM
|
|
"Ongun Palaoglu" <ongun@mac.com> wrote in message <huutit$7pg$1@fred.mathworks.com>...
> Hello I have a function for frequency analysis. I have equations something like on this link, http://www.mathworks.com/access/helpdesk/help/toolbox/control/ref/bode.html first example, but whenever I copy that to look at it, Undefined function or method 'tf' for input arguments of type 'double'. this error shows up, I cannot use the regular plot function, because i have imaginary number.
>
a hint:
- make sure you own and have properly installed the control system tbx...
ver control;
% should yield a valid output...
us
|
|
0
|
|
|
|
Reply
|
us
|
6/12/2010 1:15:09 PM
|
|
|
2 Replies
319 Views
(page loaded in 0.06 seconds)
Similiar Articles: Bode plot of exponential function - comp.soft-sys.matlab ...Can anyone help me to draw the Bode plot in Matlab of following function? H(s)= (sT)/(exp(sT)-1) Thanks in advance ... Add points on Bode plot - comp.soft-sys.matlabHello, I have to add experimental data (points) on a bode plot in matlab but I don't know how to do. On other plots I would just do with hold on an... corner frequency from bode - comp.soft-sys.matlabBode plot - Wikipedia, the free encyclopedia Frequencies above the corner frequency are attenuated – the higher the frequency, the higher the attenuation. cannot access mcc daq USB-1298FS with matlab 2010a - comp.soft-sys ...Bode plot of exponential function - comp.soft-sys.matlab ... Can anyone help me to draw the Bode plot in Matlab of following function? H(s)= (sT)/(exp(sT)-1) Thanks in ... ARX modeling inaccurate - comp.soft-sys.matlabI just want to make sure... does the bode command plot the power spectral density for the arx model or does it plot something else? 2. I have decided the fit is bad ... freqs function - comp.soft-sys.matlabOverview; Freq Domain ... Bode Plot: Example 1. Draw the Bode Diagram for the transfer function: ... with frequency, it looks exponential ... freqz() and plot() - comp.soft-sys.matlabHello, I am struggling for a simple plot function. I want to plot two plots.... ... Bode plot of exponential function - comp.soft-sys.matlab ... How can i plot frequency ... root locus plot from rlocus command - comp.soft-sys.matlab ...Instead launch a SISO Design Tool >>sisotool(sys) Root locus plot and bode plot will open up. Use that root locus plot to design. You will see red squares that show ... RLB Weighting - comp.dspHowever, when I use the supplied filter coefficients to construct a Bode plot in octave, the resulting plot attenuates more quickly than the one shown in Figure 4. simulink frequency response of zero order hold - comp.soft-sys ...I'm trying to do something which I thought would be pretty simple: Plot the ... Bode plot of exponential function - comp.soft-sys.matlab ..... todaysClose); plot ... Bode plot - Wikipedia, the free encyclopediaA Bode plot is a graph of the transfer function of a linear, time-invariant system versus frequency, plotted with a log-frequency axis, to show the system's frequency ... Bode Plots Overview - Erik Cheever - Swarthmore College HomeBode Plots Overview. Overview; Freq Domain; Why Bode? Asymptotic plots; Making Plots; Examples; BodePlotGui; Rules Table; Printable; Bode plots are a very useful way ... 7/22/2012 6:42:25 PM
|
|
|
|
|
|
|
|
|