grlogsp

module grlogsp

Functions

get_arguments()
main()

grlogsp [ option ] [ infile ] outfile

  • -F float

    • scale of figure

  • -W int

    • width of figure in pixels

  • -H int

    • height of figure in pixels

  • -M int or str

    • margin around image in pixels

  • -g

    • draw grid

  • -t

    • transpose axis

  • -s int

    • start frame number

  • -e int

    • end frame number

  • -l int

    • frame length

  • -z float

    • distance between spectra in decibels

  • -x float

    • sampling rate in kHz

  • -y float

    • margin factor

  • -ls str

    • line style (solid, dash, dot, or dashdot)

  • -lc str

    • line color

  • -lw float

    • line width

  • -ff str

    • font family

  • -fs int

    • font size

  • infile str

    • double-type log spectrum

  • outfile str

    • figure

The below example draws a running log spectrum on out.eps.

x2x +sd data.short | frame -p 80 -l 400 | window -l 400 -L 512 | spec -l 512 |
  grlogsp -l 512 -H 6000 out.eps

See also

fdrw glogsp