sawpulse.lsp Version 1.00 08 May 2005 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 Sawtooth shaped pulse wave table.
var
Wave table, a pulse wave with a sawtooth contour. NOTE: *sawpulse* is not band limited.
;; sawpulse.lsp ;; Version 1.00 08 May 2005 ;; 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 ;; ;; Sawtooth shaped pulse wave table. ;; (require 'wtab) (provide 'sawpulse) ;; @doc var *sawpulse* ;; Wave table, a pulse wave with a sawtooth contour. ;; NOTE: *sawpulse* is not band limited. ;; (setf *sawpulse* (pwl->wtab 0 -1 (min-audio-time) +1 0.5 -1 1 -1 1))