gseries

module gseries

Functions

get_arguments()
main()

gseries [ option ] [ infile ] outfile

  • -F float

    • scale of figure

  • -W int

    • width of figure in pixels

  • -H int

    • height of figure in pixels

  • -g

    • draw grid

  • -s int

    • start point

  • -e int

    • end point

  • -n int

    • number of samples per screen

  • -i int

    • number of screens

  • -y float float

    • y-axis limits

  • -lc str

    • line color

  • -lw float

    • line width

  • -ms int

    • marker symbol

  • -mc str

    • marker color

  • -mw int

    • marker size

  • -mlc str

    • marker line color

  • -mlw int

    • marker line width

  • infile str

    • double-type discrete series

  • outfile str

    • figure

The below example draws the impulse response of a digital filter on out.jpeg.

impulse -l 256 | dfs -a 1 0.8 0.5 | gseries out.jpeg

See also

fdrw