File:Comb filter response fb neg.svg

Summary

Description
English: Magnitude response of feedback comb filter for negativevalues of α created in maxima using the following code:
load(draw);
H(w,a,K):= 1/ sqrt(1 + a**2 - 2*a*cos(w*K));
draw2d( terminal=svg, dimensions=[748,367],
        grid=true,user_preamble="set mxtics; set mytics",
        xtics_axis=false,ytics_axis=false,ip_grid=[20,20],
        xtics={["0",0], ["π",%pi],["2π",2*%pi],["3π",3*%pi],["4π",4*%pi],
            ["5π",5*%pi],["6π",6*%pi],["7π",7*%pi],["8π",8*%pi],
            ["9π",9*%pi],["10π",10*%pi]},
        color=blloadack,xlabel="ω (rad/s)",ylabel="{/=20 |}H ( e^{jω}){/=20 |}",
        xaxis_type=solid,yaxis_type=solid,line_width=1.5,yrange=[0,11],
        axis_bottom=true,axis_top=false,axis_right=false,axis_left=true,
        key="α = -0.9",color=blue,explicit(H(w,-0.9,1),w,0,10*%pi),
        key="α = -0.75",color=red,explicit(H(w,-0.75,1),w,0,10*%pi),
        key="α = -0.5",color=magenta,explicit(H(w,-0.5,1),w,0,10*%pi)
        );
Date
Source Own work
Author Krishnavedala
SVG development
InfoField
 The SVG code is valid.
 This plot was created with gnuplot.
Category:Valid SVG created with Gnuplot#Comb%20filter%20response%20fb%20neg.svg
 Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#Comb%20filter%20response%20fb%20neg.svgCategory:Self-published work
Category:Comb filters Category:Gnuplot graphics
Category:CC-BY-SA-3.0 Category:Comb filters Category:Gnuplot graphics Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot