www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index
Returns the gain and/or phase values for the frequency response function of a transfer function specified by its numerators and denominators.
Frequency count that depends on the OUTTYPE. When OUTYPE is 0,1 or 2, FREQARG is the step size. When OUTTYPE is a number between 4 and 8, FREQARG is the number of samples.You can create Bode data with 100 logarithmically-spaced samples between .01 and 10, by writing the following command:variable set variable=bode_log_mag real=(BODETFCOEF & (7, {[ 0.01]},{[ 1. , 0.4 , 1.14 , 0.22]},0.01, 10., 100)The OUTTYPE key controls the frequencies at which Adams/View computes the Bode data. In the example above, we used OUTTYPE=7 for logarithmically-spaced gain values.variable set variable=bode_log_mag real=(BODETFCOEF (4, {[ 0.01]},{[ 1. , 0.4 , 1.14 , 0.22]},0.01, 10., 100)