Main Page       Index


txwav2.lsp


 txwav2
 Version 1.00  31 October 2004
 Author Steven Jones

 Contact jones57@swbell.net include the word "nyquist" in subject line

 The contents of this file are released under the terms of the GNU General
 Public License. See the file LICENSE.txt


var

*txwave2*

 Wave 2 of Yamha TX81Z
 First 4 odd harmonics (1 3 5 7)


View the Sourcecode :



;; txwav2
;; Version 1.00  31 October 2004
;; Author Steven Jones
;;
;; Contact jones57@swbell.net include the word "nyquist" in subject line
;;
;; The contents of this file are released under the terms of the GNU General
;; Public License. See the file LICENSE.txt
;;

(require 'wtab)
(provide 'txwav2)


;; @doc var *txwave2*
;; Wave 2 of Yamha TX81Z
;; First 4 odd harmonics (1 3 5 7)
;;

(setf *txwav2* (wtab:make (wtab:scale '((1 1.00)(3 0.19)(5 0.03)(7 0.01)) 
				      1.17)))


Main Page       Index