Frequency Domain Characterization of Signals

Total Page:16

File Type:pdf, Size:1020Kb

Frequency Domain Characterization of Signals Frequency Domain Characterization of Signals Yao Wang Polytechnic University, Brooklyn, NY11201 http: //eeweb.poly.edu/~yao Signal Representation • What is a signal • Time-domain description – Waveform representation – Periodic vs. non-periodic signals • Frequency-domain description – Periodic signals – Sinusoidal signals – Fourier series for periodic signals – Fourier transform for non-periodic signals – Concepts of frequency, bandwidth, filtering – Numerical calculation: FFT, spectrogram – Demo: real sounds and their spectrogram (from DSP First) ©Yao Wang, 2006 EE3414: Signal Characterization 2 What is a signal • A variable (or multiple variables) that changes in time – Speech or audio signal: A sound amplitude that varies in time – Temperature readings at different hours of a day – Stock price changes over days – Etc … • More generally, a signal may vary in 2-D space and/or time – A picture: the color varies in a 2-D space – A video sequence: the color varies in 2-D space and in time • Continuous vs. Discrete – The value can vary continuously or take from a discrete set – The time and space can also be continuous or discrete – We will look at continuous-time signal only in this lecture ©Yao Wang, 2006 EE3414: Signal Characterization 3 Waveform Representation • Waveform representation – Plot of the variable value (sound amplitude, temperature reading, stock price) vs. time – Mathematical representation: s(t) ©Yao Wang, 2006 EE3414: Signal Characterization 4 Sample Speech Waveform 0.08 0.08 0.06 0.06 0.04 0.04 0.02 0.02 0 0 -0.02 -0.02 -0.04 -0.04 -0.06 -0.06 -0.08 -0.08 -0.1 -0.1 0 2000 4000 6000 8000 10000 12000 14000 16000 2000 2200 2400 2600 2800 3000 Entire waveform Blown-up of a section. » [y,fs]=wavread('morning.wav'); » figure; plot(x); » sound(y,fs); » axis([2000,3000,-0.1,0.08]); » figure; plot(y); » x=y(10000:25000);plot(x); Signal within each short time interval is periodic Period depends on the vowel being spoken ©Yao Wang, 2006 EE3414: Signal Characterization 5 Sample Music Waveform Entire waveform Blown-up of a section » [y,fs]=wavread(’sc01_L.wav'); »v=axis; » sound(y,fs); » axis([1.1e4,1.2e4,-.2,.2]) » figure; plot(y); Music typically has more periodic structure than speech Structure depends on the note being played ©Yao Wang, 2006 EE3414: Signal Characterization 6 Sinusoidal Signals 2.5 = π +φ 2 s(t) Acos(2 f0t ) 1.5 f0 : frequency 1 0.5 (cycles/second) 0 = -0.5 T0 1/ f0 : period -1 A: Amplitude -1.5 φ : Phase (time shift) -2 -2.5 -1.5 -1 -0.5 0 0.5 1 1.5 • Sinusoidal signals are important because they can be used to synthesize any signal – An arbitrary signal can be expressed as a sum of many sinusoidal signals with different frequencies, amplitudes and phases • Music notes are essentially sinusoids at different frequencies ©Yao Wang, 2006 EE3414: Signal Characterization 7 What is frequency of an arbitrary signal? • Sinusoidal signals have a distinct (unique) frequency • An arbitrary signal does not have a unique frequency, but can be decomposed into many sinusoidal signals with different frequencies, each with different magnitude and phase • The spectrum of a signal refers to the plot of the magnitudes and phases of different frequency components • The bandwidth of a signal is the spread of the frequency components with significant energy existing in a signal • Fourier series and Fourier transform are ways to find spectrums for periodic and aperiodic signals, respectively ©Yao Wang, 2006 EE3414: Signal Characterization 8 Approximation of Periodic Signals by Sum of Sinusoids 2 sinusoids: 1st and 3d harmonics 1 0.5 ∞ = π 0 s(t) ∑ Ak cos(2 kf0t) k =0 -0.5 -1 -1.5 -1 -0.5 0 0.5 1 1.5 View note for matlab code 4 sinusoids: 1,3,5,7 harmonics With many more sinusoids with appropriate magnitude, we will get the square wave exactly ©Yao Wang, 2006 EE3414: Signal Characterization 9 Line Spectrum of Square Wave Magnitude Spectrum for Square Wave 1.4 Each line corresponds to one 1.2 harmonic frequency. The line magnitude (height) indicates the contribution of that 1 4 = = k 1,3,5,... frequency to the signal. Ak πk 0 k = 0,2,4,... 0.8 The line magnitude drops exponentially, which is not very fast. The very sharp Amplitude 0.6 transition in square waves calls for very high frequency 0.4 sinusoids to synthesize. 0.2 0 1 3 5 7 9 11 13 15 k,f =f *k k 0 ©Yao Wang, 2006 EE3414: Signal Characterization 10 Period Signal • Period T: The minimum interval on which a signal repeats – Sketch on board • Fundamental frequency: f0 =1/T • Harmonic frequencies: kf0 ©Yao Wang, 2006 EE3414: Signal Characterization 11 Approximation of Periodic Signals by Sinusoids • Any periodic signal can be approximated by a sum of many sinusoids at harmonic frequencies of the signal (kf0 ) with appropriate amplitude and phase. • The more harmonic components are added, the more accurate the approximation becomes. • Instead of using sinusoidal signals, mathematically, we can use the complex exponential functions with both positive and negative harmonic frequencies ©Yao Wang, 2006 EE3414: Signal Characterization 12 Complex Exponential Signals • Complex number: A = A exp( jφ) = A cosφ + j A sinφ = Re+ j Im • Complex exponential signal = π = π +φ + π +φ s(t) Aexp( j2 f0t) A cos(2 f0t ) j A sin(2 f0t ) • Euler formula exp( jωt) + exp(− jωt) = 2cos(ωt) exp( jωt) − exp(− jωt) = j2sin(ωt) ©Yao Wang, 2006 EE3414: Signal Characterization 13 Fourier Series Representation of Periodic Signals Fourier Series Synthesis (inverse transform) : ∞ = + π +φ s(t) A0 ∑ Ak cos(2 kf0t k ) (single sided, for real signal only) k =1 ∞ = π ∑ Sk exp( j2 kf0t) (double sided, for both real and complex) k =−∞ Fourier series analysis (forward transform) : = 1 T0 − π = ± S k ∫ s(t) exp( j2 kf0t) dt;k 0, 1,2,... 0 T0 S k is in general a complex number * For real signals, Sk=S -k |Sk|=|S-k| (Symmetric spectrum) ©Yao Wang, 2006 EE3414: Signal Characterization 14 Fourier Series Representation of Square Wave • Applying the Fourier series analysis formula to the square wave, we get 2 = ± = k 1,3,5,... S k jπk 0 k = 0,±2,4,... • Do the derivation on the board ©Yao Wang, 2006 EE3414: Signal Characterization 15 Line Spectrum of Square Wave Magnitude Spectrum for Square Wave 1.4 1.2 4 = = k 1,3,5,... 1 Ak πk 0 k = 0,2,4,... 0.8 Amplitude 0.6 0.4 Only the positive frequency 0.2 side is drawn on the left (single sided spectrum), with twice the magnitude of the 0 double sided spectrum. 1 3 5 7 9 11 13 15 k,f =f *k k 0 ©Yao Wang, 2006 EE3414: Signal Characterization 16 Fourier Transform for Non-Periodic Signals → = ∞ → = → Aperiodic signal T 0 f0 0 uncountable number of harmonics → integral instead of sum Fourier synthesis (inverse transform) : ∞ s(t) = ∫ S( f )exp( j2πft)df −∞ Fourier analysis (forward transform) : ∞ S(f) = ∫ s(t)exp(− j2πft)dt −∞ For real signals, |S(f)| =|S(-f)| (Symmetric magnitude spectrum) ©Yao Wang, 2006 EE3414: Signal Characterization 17 Pulse Function: Time Domain A Rectangular Pulse Function 1.2 1 0.8 s(t) 0.6 0.4 T 0.2 0 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 t 1 −T / 2 < t < T / 2 s(t) = Derive Fourier transform on the board 0 otherwise ©Yao Wang, 2006 EE3414: Signal Characterization 18 Pulse Function: Spectrum Magnitude Spectrum of Rectangular Pulse 1.2 1 0.8 0.6 The peaks of the FT magnitude drops slowly. 0.4 This is because the pulse |S(f)| function has sharp 0.2 transition, which 0 contributes to very high frequency in the signal. -0.2 -0.4 -10 -8 -6 -4 -2 0 2 4 6 8 10 f 1 −T / 2 < t < T / 2 sin(πTf ) s(t) = ⇔ S( f ) = T = T sinc(Tf ) 0 otherwise πTf ©Yao Wang, 2006 EE3414: Signal Characterization 19 Exponential Decay: Time Domain 1 s(t)=exp(-α t), t>0); α=1 0.9 0.8 0.7 0.6 0.5 s(t) 0.4 0.3 0.2 0.1 0 0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 t exp(−αt) t > 0 1 1 s(t) = ⇔ S( f ) = ; S( f ) = 0 otherwise α + j2πf α 2 + 4π 2 f 2 ©Yao Wang, 2006 EE3414: Signal Characterization 20 Exponential Decay: Spectrum 1 S(f)=1/(α+j 2π f),α=1 0.9 0.8 0.7 0.6 0.5 |S(f)| 0.4 The FT magnitude drops much faster than for the 0.3 pulse function. This is 0.2 because the exponential decay function does not 0.1 has sharp transition. 0 -10 -8 -6 -4 -2 0 2 4 6 8 10 f exp(−αt) t > 0 1 1 s(t) = ⇔ S( f ) = ; S( f ) = 0 otherwise α + j2πf α 2 + 4π 2 f 2 ©Yao Wang, 2006 EE3414: Signal Characterization 21 (Effective) Bandwidth 1 • fmin (fma): lowest 0.9 (highest) frequency where 0.8 the FT magnitude 0.7 is above a 0.6 threshold • Bandwidth: 0.5 B=fmax-fmin 0.4 0.3 • The threshold is often chosen with respect to 0.2 the peak magnitude, B expressed in dB 0.1 • dB=10 log10(ratio) 0 • 10 dB below peak = -10 -8 -6 -4 -2 0 2 4 6 8 10 1/10 of the peak value • 3 dB below=1/2 of the fmin fmax peak ©Yao Wang, 2006 EE3414: Signal Characterization 22 More on Bandwidth • Bandwidth of a signal is a critical feature when dealing with the transmission of this signal • A communication channel usually operates only at certain frequency range (called channel bandwidth) – The signal will be severely attenuated if it contains frequencies outside the range of the channel bandwidth – To carry a signal in a channel, the signal needed to be modulated from its baseband to the channel bandwidth – Multiple narrowband signals may be multiplexed to use a single wideband channel ©Yao Wang, 2006 EE3414: Signal Characterization 23 How to Observe Frequency Content from Waveforms? • A constant -> only zero frequency component (DC compoent) • A sinusoid -> Contain only a single frequency component • Periodic signals -> Contain the fundamental frequency and harmonics -> Line spectrum • Slowly varying -> contain low frequency
Recommended publications
  • Chapter 3: Data Transmission Terminology
    Chapter 3: Data Transmission CS420/520 Axel Krings Page 1 Sequence 3 Terminology (1) • Transmitter • Receiver • Medium —Guided medium • e.g. twisted pair, coaxial cable, optical fiber —Unguided medium • e.g. air, seawater, vacuum CS420/520 Axel Krings Page 2 Sequence 3 1 Terminology (2) • Direct link —No intermediate devices • Point-to-point —Direct link —Only 2 devices share link • Multi-point —More than two devices share the link CS420/520 Axel Krings Page 3 Sequence 3 Terminology (3) • Simplex —One direction —One side transmits, the other receives • e.g. Television • Half duplex —Either direction, but only one way at a time • e.g. police radio • Full duplex —Both stations may transmit simultaneously —Medium carries signals in both direction at same time • e.g. telephone CS420/520 Axel Krings Page 4 Sequence 3 2 Frequency, Spectrum and Bandwidth • Time domain concepts —Analog signal • Varies in a smooth way over time —Digital signal • Maintains a constant level then changes to another constant level —Periodic signal • Pattern repeated over time —Aperiodic signal • Pattern not repeated over time CS420/520 Axel Krings Page 5 Sequence 3 Analogue & Digital Signals Amplitude (volts) Time (a) Analog Amplitude (volts) Time (b) Digital CS420/520 Axel Krings Page 6 Sequence 3 Figure 3.1 Analog and Digital Waveforms 3 Periodic A ) s t l o v ( Signals e d u t 0 i l p Time m A –A period = T = 1/f (a) Sine wave A ) s t l o v ( e d u 0 t i l Time p m A –A period = T = 1/f CS420/520 Axel Krings Page 7 (b) Square wave Sequence 3 Figure 3.2 Examples of Periodic Signals Sine Wave • Peak Amplitude (A) —maximum strength of signal, in volts • FreQuency (f) —Rate of change of signal, in Hertz (Hz) or cycles per second —Period (T): time for one repetition, T = 1/f • Phase (f) —Relative position in time • Periodic signal s(t +T) = s(t) • General wave s(t) = Asin(2πft + Φ) CS420/520 Axel Krings Page 8 Sequence 3 4 Periodic Signal: e.g.
    [Show full text]
  • (12) United States Patent (10) Patent No.: US 7,994,744 B2 Chen (45) Date of Patent: Aug
    US007994744B2 (12) United States Patent (10) Patent No.: US 7,994,744 B2 Chen (45) Date of Patent: Aug. 9, 2011 (54) METHOD OF CONTROLLING SPEED OF (56) References Cited BRUSHLESS MOTOR OF CELING FAN AND THE CIRCUIT THEREOF U.S. PATENT DOCUMENTS 4,546,293 A * 10/1985 Peterson et al. ......... 3.18/400.14 5,309,077 A * 5/1994 Choi ............................. 318,799 (75) Inventor: Chien-Hsun Chen, Taichung (TW) 5,748,206 A * 5/1998 Yamane .......................... 34.737 2007/0182350 A1* 8, 2007 Patterson et al. ............. 318,432 (73) Assignee: Rhine Electronic Co., Ltd., Taichung County (TW) * cited by examiner Primary Examiner — Bentsu Ro (*) Notice: Subject to any disclaimer, the term of this (74) Attorney, Agent, or Firm — Browdy and Neimark, patent is extended or adjusted under 35 PLLC U.S.C. 154(b) by 539 days. (57) ABSTRACT The present invention relates to a method and a circuit of (21) Appl. No.: 12/209,037 controlling a speed of a brushless motor of a ceiling fan. The circuit includes a motor PWM duty consumption sampling (22) Filed: Sep. 11, 2008 unit and a motor speed sampling to sense a PWM duty and a speed of the brushless motor. A central processing unit is (65) Prior Publication Data provided to compare the PWM duty and the speed of the brushless motor to a preset maximum PWM duty and a preset US 201O/OO6O224A1 Mar. 11, 2010 maximum speed. When the PWM duty reaches to the preset maximum PWM duty first, the central processing unit sets the (51) Int.
    [Show full text]
  • A Soft-Switched Square-Wave Half-Bridge DC-DC Converter
    A Soft-Switched Square-Wave Half-Bridge DC-DC Converter C. R. Sullivan S. R. Sanders From IEEE Transactions on Aerospace and Electronic Systems, vol. 33, no. 2, pp. 456–463. °c 1997 IEEE. Personal use of this material is permitted. However, permission to reprint or republish this material for advertising or promotional purposes or for creating new collective works for resale or redistribution to servers or lists, or to reuse any copyrighted component of this work in other works must be obtained from the IEEE. I. INTRODUCTION This paper introduces a constant-frequency zero-voltage-switched square-wave dc-dc converter Soft-Switched Square-Wave and presents results from experimental half-bridge implementations. The circuit is built with a saturating Half-Bridge DC-DC Converter magnetic element that provides a mechanism to effect both soft switching and control. The square current and voltage waveforms result in low voltage and current stresses on the primary switch devices and on the secondary rectifier diodes, equal to those CHARLES R. SULLIVAN, Member, IEEE in a standard half-bridge pulsewidth modulated SETH R. SANDERS, Member, IEEE (PWM) converter. The primary active switches exhibit University of California zero-voltage switching. The output rectifiers also exhibit zero-voltage switching. (In a center-tapped secondary configuration the rectifier does have small switching losses due to the finite leakage A constant-frequency zero-voltage-switched square-wave inductance between the two secondary windings on dc-dc converter is introduced, and results from experimental the transformer.) The VA rating, and hence physical half-bridge implementations are presented. A nonlinear magnetic size, of the nonlinear reactor is small, a fraction element produces the advantageous square waveforms, and of that of the transformer in an isolated circuit.
    [Show full text]
  • The 1-Bit Instrument: the Fundamentals of 1-Bit Synthesis
    BLAKE TROISE The 1-Bit Instrument The Fundamentals of 1-Bit Synthesis, Their Implementational Implications, and Instrumental Possibilities ABSTRACT The 1-bit sonic environment (perhaps most famously musically employed on the ZX Spectrum) is defined by extreme limitation. Yet, belying these restrictions, there is a surprisingly expressive instrumental versatility. This article explores the theory behind the primary, idiosyncratically 1-bit techniques available to the composer-programmer, those that are essential when designing “instruments” in 1-bit environments. These techniques include pulse width modulation for timbral manipulation and means of generating virtual polyph- ony in software, such as the pin pulse and pulse interleaving techniques. These methodologies are considered in respect to their compositional implications and instrumental applications. KEYWORDS chiptune, 1-bit, one-bit, ZX Spectrum, pulse pin method, pulse interleaving, timbre, polyphony, history 2020 18 May on guest by http://online.ucpress.edu/jsmg/article-pdf/1/1/44/378624/jsmg_1_1_44.pdf from Downloaded INTRODUCTION As unquestionably evident from the chipmusic scene, it is an understatement to say that there is a lot one can do with simple square waves. One-bit music, generally considered a subdivision of chipmusic,1 takes this one step further: it is the music of a single square wave. The only operation possible in a -bit environment is the variation of amplitude over time, where amplitude is quantized to two states: high or low, on or off. As such, it may seem in- tuitively impossible to achieve traditionally simple musical operations such as polyphony and dynamic control within a -bit environment. Despite these restrictions, the unique tech- niques and auditory tricks of contemporary -bit practice exploit the limits of human per- ception.
    [Show full text]
  • The Oscilloscope and the Function Generator: Some Introductory Exercises for Students in the Advanced Labs
    The Oscilloscope and the Function Generator: Some introductory exercises for students in the advanced labs Introduction So many of the experiments in the advanced labs make use of oscilloscopes and function generators that it is useful to learn their general operation. Function generators are signal sources which provide a specifiable voltage applied over a specifiable time, such as a \sine wave" or \triangle wave" signal. These signals are used to control other apparatus to, for example, vary a magnetic field (superconductivity and NMR experiments) send a radioactive source back and forth (M¨ossbauer effect experiment), or act as a timing signal, i.e., \clock" (phase-sensitive detection experiment). Oscilloscopes are a type of signal analyzer|they show the experimenter a picture of the signal, usually in the form of a voltage versus time graph. The user can then study this picture to learn the amplitude, frequency, and overall shape of the signal which may depend on the physics being explored in the experiment. Both function generators and oscilloscopes are highly sophisticated and technologically mature devices. The oldest forms of them date back to the beginnings of electronic engineering, and their modern descendants are often digitally based, multifunction devices costing thousands of dollars. This collection of exercises is intended to get you started on some of the basics of operating 'scopes and generators, but it takes a good deal of experience to learn how to operate them well and take full advantage of their capabilities. Function generator basics Function generators, whether the old analog type or the newer digital type, have a few common features: A way to select a waveform type: sine, square, and triangle are most common, but some will • give ramps, pulses, \noise", or allow you to program a particular arbitrary shape.
    [Show full text]
  • Cable Testing TELECOMMUNICATIONS and NETWORKING Analog Signals
    Cable Testing TELECOMMUNICATIONS AND NETWORKING Analog Signals 2 Digital Signals • Square waves, like sine waves, are periodic. • However, square wave graphs do not continuously vary with time. • The wave holds one value for some time, and then suddenly changes to a different value. • This value is held for some time, and then quickly changes back to the original value. • Square waves represent digital signals, or pulses. Like all waves, square waves can be described in terms of amplitude, period, and frequency. 3 Digital and Analog Bandwidth • Bandwidth = The width or carrying capacity of a communications circuit. • Analog bandwidth = the range of frequencies the circuit can carry ◦ used in analog communications such as voice (telephones) ◦ measured in Hertz (Hz), cycles per second ◦ voice-grade telephone lines have a 3,100 Hz bandwidth • Digital bandwidth = the number of bits per second (bps) the circuit can carry ◦ used in digital communications such as T-1 or DDS ◦ measure in bps ◦ T-1 -> 1.544 Mbps 4 Digital and Analog Bandwidth DTE DCE PSTN Dial-up network digital analog Modulation DTE DCE PSTN Dial-up network digital analog Demodulation • Digital Signals (square wave) ◦ digital signal = a signal whose state consists of discrete elements such as high or low, on or off • Analog Signals (sine wave) ◦ analog signal = a signal which is “analogous” to sound waves ◦ telephone lines are designed to carry analog signals 5 Transmission Terminology • Broadband transmission ◦ In general, broadband refers to telecommunication in which a wide band of frequencies is available to transmit information. ◦ Because a wide band of frequencies is available, information can be multiplexed and sent on many different frequencies or channels within the band concurrently, allowing more information to be transmitted in a given amount of time (much as more lanes on a highway allow more cars to travel on it at the same time).
    [Show full text]
  • Tektronix Signal Generator
    Signal Generator Fundamentals Signal Generator Fundamentals Table of Contents The Complete Measurement System · · · · · · · · · · · · · · · 5 Complex Waves · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 15 The Signal Generator · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6 Signal Modulation · · · · · · · · · · · · · · · · · · · · · · · · · · · 15 Analog or Digital? · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 7 Analog Modulation · · · · · · · · · · · · · · · · · · · · · · · · · 15 Basic Signal Generator Applications· · · · · · · · · · · · · · · · 8 Digital Modulation · · · · · · · · · · · · · · · · · · · · · · · · · · 15 Verification · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 8 Frequency Sweep · · · · · · · · · · · · · · · · · · · · · · · · · · · 16 Testing Digital Modulator Transmitters and Receivers · · 8 Quadrature Modulation · · · · · · · · · · · · · · · · · · · · · 16 Characterization · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 8 Digital Patterns and Formats · · · · · · · · · · · · · · · · · · · 16 Testing D/A and A/D Converters · · · · · · · · · · · · · · · · · 8 Bit Streams · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 17 Stress/Margin Testing · · · · · · · · · · · · · · · · · · · · · · · · · · · 9 Types of Signal Generators · · · · · · · · · · · · · · · · · · · · · · 17 Stressing Communication Receivers · · · · · · · · · · · · · · 9 Analog and Mixed Signal Generators · · · · · · · · · · · · · · 18 Signal Generation Techniques
    [Show full text]
  • Creating Chiptune Music
    Creating Chiptune Music Little Sound DJ Tutorial By Haeyoung Kim (aka Bubblyfish) Table of Content LSDJ structure …………………………………………………………….3 Hexadecimal system ……………………………………………………..5 Screen structure …………………………………………………………. 6 Copy & paste ……………………………………………………………...7 Exercise ………………………………………………………………….8 Project Screen …………………………………………………………….9 Instrument Screen ……………………………………………………….10 Table Screen ……………………………………………………………..12 Groove Screen ……………………………………………………………13 Commands ………………………………………………………………..15 Helpful site ………………………………………………………………..18 Emulator key press ………………………………………………………19 What is Little Sound DJ? Little Sound DJ is a tracker -based music-making tool designed for Nintendo Game Boy hardware. There are 4 channels of audio available to be played simultaneously. Music is created by navigating through different screens with combinations of buttons similar to playing a video game. Game Boy Sound The Little Sound DJ has 4 bit resolution, four channels sounds. Chan1 (pulse): Square wave with envelop and sweep functions. Chan2 (pulse): Square wave with envelop function. Chan3 (wave): Soft synthesizer, sample playback and speech synthesis. Chan4 (Noise): Noise with envelope and shape functions. Hexadecimal Number System Little Sound DJ represents parameter values with hexadecimal system,’ base 16’ number system. Little Sound DJ Screen Structure LSDJ consists of multiple screens. Each screen has different functions. Song, Chain, and Phrase are used to compose and arrange a song, and instrument, table and groove screens are used for sound programming. Song Screen - the highest level of the screens where you construct a song by stringing chains together. Chain Screen – chains series of phrases. Phrase Screen - where the patterns are created. However, you cannot hear unless an instrument is assigned. Instrument Screen - allows you to create and modify an instrument by selecting different waveforms and changing parameters. Table Screen - where you can alter and automate the sounds of pattern or a chain.
    [Show full text]
  • Oscilators Simplified
    SIMPLIFIED WITH 61 PROJECTS DELTON T. HORN SIMPLIFIED WITH 61 PROJECTS DELTON T. HORN TAB BOOKS Inc. Blue Ridge Summit. PA 172 14 FIRST EDITION FIRST PRINTING Copyright O 1987 by TAB BOOKS Inc. Printed in the United States of America Reproduction or publication of the content in any manner, without express permission of the publisher, is prohibited. No liability is assumed with respect to the use of the information herein. Library of Cangress Cataloging in Publication Data Horn, Delton T. Oscillators simplified, wtth 61 projects. Includes index. 1. Oscillators, Electric. 2, Electronic circuits. I. Title. TK7872.07H67 1987 621.381 5'33 87-13882 ISBN 0-8306-03751 ISBN 0-830628754 (pbk.) Questions regarding the content of this book should be addressed to: Reader Inquiry Branch Editorial Department TAB BOOKS Inc. P.O. Box 40 Blue Ridge Summit, PA 17214 Contents Introduction vii List of Projects viii 1 Oscillators and Signal Generators 1 What Is an Oscillator? - Waveforms - Signal Generators - Relaxatton Oscillators-Feedback Oscillators-Resonance- Applications--Test Equipment 2 Sine Wave Oscillators 32 LC Parallel Resonant Tanks-The Hartfey Oscillator-The Coipltts Oscillator-The Armstrong Oscillator-The TITO Oscillator-The Crystal Oscillator 3 Other Transistor-Based Signal Generators 62 Triangle Wave Generators-Rectangle Wave Generators- Sawtooth Wave Generators-Unusual Waveform Generators 4 UJTS 81 How a UJT Works-The Basic UJT Relaxation Oscillator-Typical Design Exampl&wtooth Wave Generators-Unusual Wave- form Generator 5 Op Amp Circuits
    [Show full text]
  • Simple CMOS Square Wave Generator with Variable Mode Output
    Original scientific paper https://doi.org/10.33180/InfMIDEM2020.104 Journal of Microelectronics, Electronic Components and Materials Vol. 50, No. 1(2020), 35 – 45 Simple CMOS Square Wave Generator with Variable Mode Output Predrag B. Petrović University of Kragujevac, Faculty of Technical Sciences, Čačak, Serbia Abstract: A novel square-wave generator based on a single CCCII (current controlled conveyor), with only two external grounded passive components is proposed in this paper. The circuit provides precise, electronically controllable, voltage or current output square-wave signals. The simulation results using 0.18 mm CMOS parameters and experimental verification confirm the feasibility of the proposed circuit. The proposed generator can operate very well at up to 25 MHz with nonlinearity less than 5%. Keywords: Square-wave generator; CCCII; variable mode output; electronically controllable; simulation; experimental results. Enostaven CMOS generator kvadratnega vala s spremenljivim izhodom Izvleček: Predstavljen je nov generator s kvadratnim valom na osnovi enojnega CCCII (current controlled conveyor) z le dvema zunanjima pasivnima elementoma. Vezje zagodavlja natančen, elektronsko nastavljiv napeotsni ali tokovni izhodni signal kvadratne oblike. Simulacije so izvedene v 0.18 mm CMOS tehnologiji in eksperimentalno preverjene. Generator lahko dobro deluje do 25 MHz, pri čemer je njegova nelinearnost manjša od 5%. Ključne besede: generator kvadratnega vala; CCCII; nastavljiv izhod; eelektronski nadzor; simulacije, eksperiment * Corresponding
    [Show full text]
  • Analog and Digital Signals Digital Electronics TM 1.2 Introduction to Analog
    Analog and Digital Signals Digital Electronics TM 1.2 Introduction to Analog Analog & Digital Signals This presentation will • Review the definitions of analog and digital signals. • Detail the components of an analog signal. • Define logic levels. Analog & Digital Signals • Detail the components of a digital signal. • Review the function of the virtual oscilloscope. Digital Electronics 2 Analog and Digital Signals Example of Analog Signals • An analog signal can be any time-varying signal. Analog Signals Digital Signals • Minimum and maximum values can be either positive or negative. • Continuous • Discrete • They can be periodic (repeating) or non-periodic. • Infinite range of values • Finite range of values (2) • Sine waves and square waves are two common analog signals. • Note that this square wave is not a digital signal because its • More exact values, but • Not as exact as analog, minimum value is negative. more difficult to work with but easier to work with Example: A digital thermostat in a room displays a temperature of 72. An analog thermometer measures the room 0 volts temperature at 72.482. The analog value is continuous and more accurate, but the digital value is more than adequate for the application and Sine Wave Square Wave Random-Periodic significantly easier to process electronically. 3 (not digital) 4 Project Lead The Way, Inc. Copyright 2009 1 Analog and Digital Signals Digital Electronics TM 1.2 Introduction to Analog Parts of an Analog Signal Logic Levels Before examining digital signals, we must define logic levels. A logic level is a voltage level that represents a defined Period digital state.
    [Show full text]
  • PWM Techniques: a Pure Sine Wave Inverter
    2010-2011 Worcester Polytechnic Institute Major Qualifying Project PWM Techniques: A Pure Sine Wave Inverter Advisor: Professor Stephen J. Bitar, ECE Student Authors: Ian F. Crowley Ho Fong Leung 4/27/2011 Contents Figures ........................................................................................................................................................... 3 Abstract ......................................................................................................................................................... 6 Introduction .................................................................................................................................................. 7 Problem Statement ....................................................................................................................................... 8 Background Research.................................................................................................................................. 10 Prior Art ................................................................................................................................................... 10 Comparison of Commercially Available Inverters ............................................................................... 11 Examination of an Existing Design ...................................................................................................... 15 DC to AC Inversion .................................................................................................................................
    [Show full text]