From 7d6affca746f49f5ffb2818b8a9ccf9d91388e8f Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes Date: Wed, 25 Aug 2010 00:31:27 +0000 Subject: revised help docs that conform to the PDDP template svn path=/trunk/; revision=13942 --- doc/pddp/hilbert~-help.pd | 85 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 doc/pddp/hilbert~-help.pd (limited to 'doc/pddp/hilbert~-help.pd') diff --git a/doc/pddp/hilbert~-help.pd b/doc/pddp/hilbert~-help.pd new file mode 100644 index 00000000..883b7795 --- /dev/null +++ b/doc/pddp/hilbert~-help.pd @@ -0,0 +1,85 @@ +#N canvas 0 0 555 619 10; +#X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0 +14 -228856 -66577 0; +#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header hilbert~ 3 12 0 +18 -204280 -1 0; +#X obj 0 397 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13 +-228856 -1 0; +#N canvas 46 242 494 344 META 0; +#X text 12 105 PLATFORM windows macosx gnulinux; +#X text 12 205 LIBRARY internal; +#X text 12 245 WEBSITE http://crca.ucsd.edu/~msp/; +#X text 12 65 LICENSE SIBSD; +#X text 12 225 AUTHOR Miller Puckette; +#X text 12 305 HELP_PATCH_AUTHORS Updated for Pd v0.41. Revised by +Jonathan Wilkes to conform to the PDDP template for Pd version 0.42. +; +#X text 12 5 GENRE help; +#X text 12 45 KEYWORDS signal abstraction filter; +#X text 12 85 DESCRIPTION Hilbert transform; +#X text 12 25 NAME hilbert~; +#X text 12 125 INLET_0 signal; +#X text 12 145 INLET_1 bang; +#X text 12 165 OUTLET_0 signal; +#X text 12 185 OUTLET_1 signal; +#X text 12 265 RELEASE_DATE 1997; +#X text 12 285 RELEASE_VERSION; +#X restore 500 597 pd META; +#X obj 0 457 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 +13 -228856 -1 0; +#X obj 0 514 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 +0 13 -228856 -1 0; +#X obj 0 542 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 +0 13 -228856 -1 0; +#X text 98 518 (none); +#N canvas 54 478 428 109 Related_objects 0; +#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 +14 -204280 -1 0; +#X text 8 2 [hilbert~] Related Objects; +#X obj 22 43 complex-mod~; +#X restore 102 598 pd Related_objects; +#X obj 78 406 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 +-162280 0; +#X obj 78 466 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 +-162280 0; +#X obj 78 429 cnv 17 3 17 empty \$0-pddp.cnv.let.1 1 5 9 0 16 -228856 +-162280 0; +#X obj 468 3 hilbert~; +#X obj 442 20 pddp/pddplink http://wiki.puredata.info/en/hilbert~ -text +pdpedia: hilbert~; +#X text 11 23 Hilbert transform; +#X obj 37 225 hilbert~; +#X obj 36 196 osc~ 440; +#X floatatom 36 168 0 0 0 0 - - -; +#X text 98 405 signal; +#X text 168 405 - the incoming signal; +#X text 98 428 bang; +#X text 167 428 - clear the internal state; +#X text 76 86 The Hilbert transform (the name is abused here according +to computer music tradition) puts out a phase quadrature version of +the input signal suitable for signal sideband modulation via [complex-mod~]. +; +#X text 98 465 signal; +#X text 98 546 The [hilbert~] object is an abstraction \, so you can +click on the object to bring up the subpatch to see how it works.; +#X msg 102 259 bang; +#X obj 4 597 pddp/pddplink pddp/help.pd -text help; +#X obj 455 51 pddp/dsp-reminder; +#X obj 98 572 pddp/pddplink ../3.audio.examples/H09.ssb.modulation.pd +-text doc/3.audio.examples/H09.ssb.modulation.pd; +#X obj 78 489 cnv 17 3 17 empty \$0-pddp.cnv.let.1 1 5 9 0 16 -228856 +-162280 0; +#X text 98 488 signal; +#N canvas 0 0 450 300 (subpatch) 0; +#X array \$0-right 882 float 2; +#X array \$0-left 882 float 2; +#X coords 0 1 881 -1 300 170 1; +#X restore 217 183 graph; +#X obj 37 345 tabwrite~ \$0-left; +#X obj 83 319 tabwrite~ \$0-right; +#X connect 15 0 32 0; +#X connect 15 1 33 0; +#X connect 16 0 15 0; +#X connect 17 0 16 0; +#X connect 25 0 32 0; +#X connect 25 0 33 0; -- cgit v1.2.1