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. Roll-off - Wikipedia

    en.wikipedia.org/wiki/Roll-off

    It is usual to measure roll-off as a function of logarithmic frequency; consequently, the units of roll-off are either decibels per decade (dB/decade), where a decade is a tenfold increase in frequency, or decibels per octave (dB/8ve), where an octave is a twofold increase in frequency.

  4. Group delay and phase delay - Wikipedia

    en.wikipedia.org/wiki/Group_delay_and_phase_delay

    The group delay and phase delay properties of a linear time-invariant (LTI) system are functions of frequency, giving the time from when a frequency component of a time varying physical quantity—for example a voltage signal—appears at the LTI system input, to the time when a copy of that same frequency component—perhaps of a different physical phenomenon—appears at the LTI system output.

  5. Hopsan - Wikipedia

    en.wikipedia.org/wiki/HOPSAN

    Plot data can be exported to XML, CSV, gnuplot and Matlab. Experiments with including the Hopsan simulation core to LabVIEW Simulation Interface Toolkit by using a wrapper library have been successful. Support for model exchange, both import and export, by using the Functional Mock-up Interface is currently being implemented. [5]

  6. 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.

  7. Bode's sensitivity integral - Wikipedia

    en.wikipedia.org/wiki/Bode's_sensitivity_integral

    Bode's sensitivity integral, discovered by Hendrik Wade Bode, is a formula that quantifies some of the limitations in feedback control of linear parameter invariant systems. Let L be the loop transfer function and S be the sensitivity function. In the diagram, P is a dynamical process that has a transfer function P(s).

  8. Transfer function - Wikipedia

    en.wikipedia.org/wiki/Transfer_function

    In engineering, a transfer function (also known as system function [1] or network function) of a system, sub-system, or component is a mathematical function that models the system's output for each possible input. [2] [3] [4] It is widely used in electronic engineering tools like circuit simulators and control systems.

  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.