FACTOID # 162: You are more likely to be reported as having been killed by lightning in Cuba than in any other country.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Phase distortion synthesis
Figure A depicting the saw wave phase distortion transform
Figure A depicting the saw wave phase distortion transform

Phase distortion synthesis is a synthesis method introduced 1984 by Casio in its CZ range of synths, and similar to Frequency modulation synthesis in the sense that they are both build on phase modulation. Basically a sine wave is played, but by modifying the phase angle, the sine wave is bent out of shape. Image File history File links File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ... Image File history File links File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ... 1984 (MCMLXXXIV) was a leap year starting on Sunday of the Gregorian calendar. ... Casio Computer Co. ... The Casio CZ-1000 synthesizer offered full sized keys. ... Frequency modulation synthesis (or FM synthesis) is a form of audio synthesis where the timbre of a simple waveform is changed by frequency modulating it with a modulating frequency that is also in the audio range, resulting in a more complex waveform and a different-sounding tone. ... Phase modulation (PM) is a form of modulation which represents information as variations in the instantaneous phase of a carrier wave. ... In trigonometry, an ideal sine wave is a waveform whose graph is identical to the generalized sine function y = Asin[ω(x − α)] + C, where A is the amplitude, ω is the angular frequency (2π/P where P is the wavelength), α is the phase shift, and C is the...


Figure A shows how a sine wave gradually turns into a saw wave as the readout phase angle gets more and more distorted. Depending on whether a frequency counter x, is above or below the current distortion point d (the sharp knee in the phase angle insert) one of two equations must be solved:

 if(x > d) return sin( x * d / pi); else return sin((x-d) * pi / (1-d) + pi); 


Figure B depicting the square wave phase distortion transform
Figure B depicting the square wave phase distortion transform

Figure B is similar to A, only showing the development of a square wave instead. For x values below the first knee in the phase angle insert, the y values will vary rapidly between -3.14 and 0 resulting in the initial sharp rise of the square. Values between the first knee and the center knee all equals 0.0 resulting in the squares flat ceiling in the first half wave. At this point there is again a sudden rise in the phase angle up to 3.14, resulting in the fall of the square wave down to its flat floor at -1.0 where it stays until the frequency counter wraps around and repeats the process. Image File history File links File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ... Image File history File links File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ...



Other phase distortion patterns that are supported on the CZ range are impulse, half-sine and double impulse. The CZ synths also generate synchronised and windowed sine waves in order to emulate resonant filter sweeps. The Hann window (sometimes called the Hanning window) is a mathematic function used in digital signal processing to avoid discontinuities at the two ends of a set of data. ...


Internally, phase distortion synthesis works by reading a sine wave table stored in memory. The most significant bits of an initial linear frequency counter is under envelope control transformed into a secondary phase angle signal which is then used to read the sine wave. Depending on the wiring, the transform will change and a wide variety of waveshapes can be produced. In computer science, a lookup table is a data structure, usually an array or associative array, used to replace a runtime computation with a simpler lookup operation. ... The binary representation of decimal 149, with the MSB highlighted. ...

Figure 19 from the uspto CZ-series patent application depicting how to eliminate the sudden jumps in the variable resonance circuitry (here showing the second harmonic coming into view.)
Figure 19 from the uspto CZ-series patent application depicting how to eliminate the sudden jumps in the variable resonance circuitry (here showing the second harmonic coming into view.)

The phase transforms are all assembled from piecewise linear functions under binary logic control and shows characteristic sharp knees (and for some transforms, even sudden jumps) as they move from minimum to maximum, where the frequency counters accumulator wraps around and starts over. The sharp knees are smoothened out by the roundness of the modulated sine wave and not too noticeable in the resulting signal. Image File history File links Download high resolution version (445x677, 7 KB)Figure 19 from the 1985 uspto Casio phase distortion synthesis patent application, depicting how to avoid sudden jumps in the variable resonance generation circuit. ... Image File history File links Download high resolution version (445x677, 7 KB)Figure 19 from the 1985 uspto Casio phase distortion synthesis patent application, depicting how to avoid sudden jumps in the variable resonance generation circuit. ... In acoustics and telecommunication, the harmonic of a wave is a component frequency of the signal that is an integer multiple of the fundamental frequency. ... In mathematics, a piecewise linear function , where V is a vector space and is a subset of a vector space, is any function with the property that can be decomposed into finitely many convex polytopes, such that f is equal to a linear function on each of these polytopes. ...


Simulating a resonant filter

Figure 19 from the 1985 CZ-series patent shows how to emulate the variable resonance found in analogue voltage controlled filters: A voltage-controlled filter (VCF) is a signal processing device in an analog synthesizer positioned after the oscillator. ...

  • (a) The base frequency counter, wrapping around every period.
  • (b) The resonance frequency counter at a slightly higher frequency, being reset (or "synced") when the base counter wraps around.
  • (c) The resonance frequency counter used as a sine wave readout. Note the nasty sudden jump at the reset!
  • (d) The inverted base frequency counter.
  • (e) Multiplying c by d. The sudden jump in c is now leveled out.

Casio made five different synthesizers using this method of phase distortion synthesis. The Casio CZ-1000 synthesizer offered full sized keys. ...


The VZ-1's synthesis method ("Interactive phase distortion") includes Frequency modulation synthesis as well as an improved version of phase distortion. Frequency modulation synthesis (or FM synthesis) is a form of audio synthesis where the timbre of a simple waveform is changed by frequency modulating it with a modulating frequency that is also in the audio range, resulting in a more complex waveform and a different-sounding tone. ...


External links

  • Ishibashi; Masanori, Oct 17, 1985
  • Virtual Phase Distortion Synth




See also

Sound synthesis types
Frequency modulation synthesis | Phase distortion synthesis | Subtractive synthesis | Additive synthesis
Sample-based synthesis: Wavetable synthesis | Granular synthesis | Vector synthesis
Physical modelling synthesis: Digital waveguide synthesis | Karplus-Strong string synthesis | Formant synthesis

  Results from FactBites:
 
Phase distortion synthesis - Wikipedia, the free encyclopedia (598 words)
Phase distortion synthesis is a synthesis method introduced 1984 by Casio in its CZ range of synths, and similar to Frequency modulation synthesis in the sense that they are both build on phase modulation.
Other phase distortion patterns that are supported on the CZ range are impulse, half-sine and double impulse.
The phase transforms are all assembled from piecewise linear functions under binary logic control and shows characteristic sharp knees (and for some transforms, even sudden jumps) as they move from minimum to maximum, where the frequency counters accumulator wraps around and starts over.
phase: Information From Answers.com (2834 words)
Examples of phase changes are melting (changing from a solid to a liquid), freezing (changing from a liquid to a solid), evaporation (changing from a liquid to a gas), and condensation (changing from a gas to a liquid).
In contrast, in the plasma phase the atoms are dissociated, i.e.
These phases are of great interest to astrophysics, because these high-pressure conditions are believed to take place inside stars that have used up their nuclear fusion "fuel", such as white dwarfs and neutron stars.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.