enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Bode plot - Wikipedia

    en.wikipedia.org/wiki/Bode_plot

    The Bode plot for a linear, time-invariant system with transfer function (being the complex frequency in the Laplace domain) consists of a magnitude plot and a phase plot. The Bode magnitude plot is the graph of the function | H ( s = j ω ) | {\displaystyle |H(s=j\omega )|} of frequency ω {\displaystyle \omega } (with j {\displaystyle j ...

  3. Hopsan - Wikipedia

    en.wikipedia.org/wiki/HOPSAN

    It is also possible to perform Monte Carlo sensitivity analysis. The plotting tool is capable of generating frequency spectrums and performing frequency analysis to generate Bode diagrams and Nyquist plots. Hopsan models can be exported to Simulink. Plot data can be exported to XML, CSV, gnuplot and Matlab.

  4. Roll-off - Wikipedia

    en.wikipedia.org/wiki/Roll-off

    This is a little over 6 dB/octave and is the more usual description given for this roll-off. This can be shown to be so by considering the voltage transfer function, A, of the RC network: [1] = = + Frequency scaling this to ω c = 1/RC = 1 and forming the power ratio gives,

  5. Cutoff frequency - Wikipedia

    en.wikipedia.org/wiki/Cutoff_frequency

    Magnitude transfer function of a bandpass filter with lower 3 dB cutoff frequency f 1 and upper 3 dB cutoff frequency f 2 Bode plot (a logarithmic frequency response plot) of any first-order low-pass filter with a normalized cutoff frequency at =1 and a unity gain (0 dB) passband.

  6. Coherence (signal processing) - Wikipedia

    en.wikipedia.org/wiki/Coherence_(signal_processing)

    However, one must exercise caution in attributing causality. If the relation (transfer function) between the input and output is nonlinear, then values of the coherence can be erroneous. Another common mistake is to assume a causal input/output relation between observed variables, when in fact the causative mechanism is not in the system model.

  7. Transfer function matrix - Wikipedia

    en.wikipedia.org/wiki/Transfer_function_matrix

    In control system theory, and various branches of engineering, a transfer function matrix, or just transfer matrix is a generalisation of the transfer functions of single-input single-output (SISO) systems to multiple-input and multiple-output (MIMO) systems. [1] The matrix relates the outputs of the system to its inputs.

  8. Step response - Wikipedia

    en.wikipedia.org/wiki/Step_response

    For example, f 0 dB = βA 0 × f 1. Next, the choice of pole ratio τ 1 /τ 2 is related to the phase margin of the feedback amplifier. [9] The procedure outlined in the Bode plot article is followed. Figure 5 is the Bode gain plot for the two-pole amplifier in the range of frequencies up to the second pole position.

  9. Root locus analysis - Wikipedia

    en.wikipedia.org/wiki/Root_locus_analysis

    The following MATLAB code will plot the root locus of the closed-loop transfer function as varies using the described manual method as well as the rlocus built-in function: % Manual method K_array = ( 0 : 0.1 : 220 ). ' ; % .' is a transpose.