enow.com Web Search

Search results

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

    en.wikipedia.org/wiki/Bode_plot

    Figure 2 shows the Bode magnitude plot for a zero and a low-pass pole, and compares the two with the Bode straight line plots. The straight-line plots are horizontal up to the pole (zero) location and then drop (rise) at 20 dB/decade. The second Figure 3 does the same for the phase.

  3. Nyquist stability criterion - Wikipedia

    en.wikipedia.org/wiki/Nyquist_stability_criterion

    A Nyquist plot is a parametric plot of a frequency response used in automatic control and signal processing. The most common use of Nyquist plots is for assessing the stability of a system with feedback. In Cartesian coordinates, the real part of the transfer function is plotted on the X-axis while the imaginary part is plotted on the Y-axis ...

  4. File:Bode plot template.pdf - Wikipedia

    en.wikipedia.org/wiki/File:Bode_plot_template.pdf

    # set terminal svg enhanced size 875 1250 fname "Times" fsize 25 set terminal postscript enhanced portrait dashed lw 1 "Helvetica" 14 set output "bode.ps" # ugly part of something G(w,n) = 0 * w * n + 100000 # 1 / (sqrt(1 + w**(2*n))) dB(x) = 0 + x + 100000 # 20 * log10(abs(x)) P(w) = w * 0 + 200 # -atan(w)*180/pi # Gridlines set grid # Set x axis to logarithmic scale set logscale x 10 set ...

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

  6. Knee of a curve - Wikipedia

    en.wikipedia.org/wiki/Knee_of_a_curve

    Photovoltaic solar cell I-V curves where a line intersects the knee of the curves where the maximum power transfer point is located. In mathematics, a knee of a curve (or elbow of a curve) is a point where the curve visibly bends, specifically from high slope to low slope (flat or close to flat), or in the other direction.

  7. Line chart - Wikipedia

    en.wikipedia.org/wiki/Line_chart

    Line chart showing the population of the town of Pushkin, Saint Petersburg from 1800 to 2010, measured at various intervals. A line chart or line graph, also known as curve chart, [1] is a type of chart that displays information as a series of data points called 'markers' connected by straight line segments. [2]

  8. Linear phase - Wikipedia

    en.wikipedia.org/wiki/Linear_phase

    In signal processing, linear phase is a property of a filter where the phase response of the filter is a linear function of frequency.The result is that all frequency components of the input signal are shifted in time (usually delayed) by the same constant amount (the slope of the linear function), which is referred to as the group delay.

  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.