SMakeWav
allows to create a wav file and postscript file with differents
carateristics of signal. (Level, Frequency, Sin/Tri/Rec..). RECOMPILLING(POSIX AND CYGWIN)
# tar xvzf smakewav-X.tar.gz
# cd smakewav/generic
# make POSIX INSTALLING
# make install
CYGWIN USING Ready compiled for Windows Win32, see in
generic source path:
smakewav.exe
and use
cygwin1.dll
USAGE
./smakewav
[options] -o file.wav
OPTIONS
- h : help
--help : //
-o : output file name
--output : //
-l : signal level (0 to 1 Volt)
--level : //
--verticalmove : offset
-vmov : //
-t : signal type : rec / tri / sin
/ data
--type : //
rec : rectangular signal
tri : triangular signal
sin : sinus signal
data
: data signal (liste of hexa values)
-f : signal frequency (Hz) (c/s)
--frequency : //
-d : signal duration (s)
--duration : //
-cr : signal cyclic ratio (%)
--cyclicratio : //
-ps : name of ps file to create
--postscript : //
-bgps :
background color hexa RGB
--background_postscript : //
-fgps :
foreground color hexa RGB
--foreground_postscript : //
-aps
: axis color hexa RGB
--axis_color_postscript : //
-cps : signal color
--color_postscript : //