Lab #4 (AM and FM Sinusoidal Signals)

Total Page:16

File Type:pdf, Size:1020Kb

Lab #4 (AM and FM Sinusoidal Signals) DSP First Lab oratory Exercise AM and FM Sinusoidal Signals The ob jective of this lab is to intro duce more complicated signals that are related to the basic sinusoid These are signals which implement frequency mo dulation FM and amplitude mo du lation AM are widely used in communication systems such as radio and television but they also can be used to create interesting sounds that mimic musical instruments There are a num nkht ber of demonstrations on the CDROM that provide examples of these signals for many dierent CDROM conditions FM Syn thesis Overview Wehavespent a lot of time learning ab out the prop erties of sinusoidal waveforms of the form o n j j f t xtA cos f t e Ae e In this lab wewillcontinue to investigate sinusoidal waveforms but for more complicated signals comp osed of sums of sinusoidal signals or sinusoids with changing frequency Amplitude Mo dulation If weaddseveral sinusoids each with a dierent frequency f we can express the result as k N N X X j f t k Z e xt A cos f t e k k k k k k j k where Z A e is the complex exp onential amplitude The choice of f will determine the k k k nature of the signalfor amplitude mo dulation we picktwo or three frequencies very close together see Chapter Frequency Mo dulated Signals We will also lo ok at signals in which the frequency varies as a function of time In the constant frequency sinusoid the argument of the cosine is also the exp onent of the complex exp onential so the phase of this signal is the exp onentf t This phase function changes linearly versus time and its time derivativeisf which equals the constant frequency of the cosine nkht notation for the class of signals with A generalization is available if we adopt the following CDROM timevarying phase FM Syn jt thesis xtA cos t efAe g The time derivative of the phase from gives a frequency d t radsec t i dt but we prefer units of hertz so wedivideby to dene the instantaneous frequency d f t t Hz i dt Chirp or Linearly Swept Frequency nkht A chirp signal is a sinusoid whose frequency changes linearly from some lowvalue to a high one The CDROM formula for such a signal can b e dened by creating a complex exp onential signal with quadratic Sp ectrograms phase by dening tinas Sounds Wide tt f t band FM The derivativeof t yields an instantaneous frequency that changes linearly versus time f tt f i The slop e of f t is equal to and its intercept is equal to f If the signal starts at t then i f is also the starting frequency The frequency variation pro duced by the timevarying phase is called frequency modulation and this class of signals is called FM signals Finally since the linear variation of the frequency can pro duce an audible sound similar to a siren or a chirp the linearFM signals are also called chirps Advanced Topic Sp ectrograms It is often useful to think of signals in terms of their sp ectra A signals sp ectrum is a representation of the frequencies present in the signal For a constant frequency sinusoid as in the sp ectrum consists of two spikes one at f the other at f For more complicated signals the sp ectra may be very interesting and in the case of FM the sp ectrum is considered to be timevarying One way to represent the timevarying sp ectrum of a signal is the spectrogram see Chapter in t in short sections of the the text A sp ectrogram is found by estimating the frequency conten nkht signal The magnitude of the sp ectrum over individual sections is plotted as intensityor color on CDROM atwodimensional plot versus frequency and time Sounds Sp ec There are a few imp ortantthingsto know ab out sp ectrograms trograms In Matlab the function specgram will compute the sp ectrogram as already explained in Lab Typ e help specgram to learn more ab out this function and its arguments Sp ectrograms are numerically calculated and only provide an estimate of the timevarying frequency content of a signal There are theoretical limits on how well they can actually representthe frequency content of a signal Lab will treat this problem when we use the sp ectrogram to extract the frequencies of piano notes Warmup The instructor verication sheet may b e found at the end of this lab Matlab Synthesis of Chirp Signals a The following Matlab co de will syn thesize a chirp fsamp dt fsamp dur tt dt dur psi pi tt tttt xx real expjpsi sound xx fsamp Determine the range of frequencies in hertz that will b e synthesized by this Matlab script Make asketch byhandoftheinstantaneous frequency versus time What are the minimum and maximum frequencies that will b e heard Listen to the signal to verify that it has the exp ected frequency content Instructor Verication separate page b Use the co de provided in part a to help you write a Matlab function that will synthesize achirp signal according to the following comments function xx mychirp f f dur fsamp MYCHIRP generate a linearFM chirp signal usage xx mychirp f f dur fsamp f starting frequency f ending frequency dur total time duration fsamp sampling frequency OPTIONAL default is if nargin Allow optional input argument fsamp end When unsure ab out a command use help Generate a chirp sound to match the frequency range of the chirp in part a Listen to the chirp using the sound function Also compute the sp ectrogram of your chirp using the Matlab function specgramxxfsamp Instructor Verication separate page Lab A Chirps and Beats Synthesize a Chirp Use your Matlab function mychirp to synthesize a chirp signal for your lab rep ort Use the following parameters A total time duration of secs with a DA conversion rate of f Hz s The instantaneous frequency starts at Hz and ends at Hz Listen to the signal What comments can you make regarding the sound of the chirp eg is it linear Do es it chirp down or chirp up or b oth Create a sp ectrogram of your chirp signal Use the sampling theorem from Chapter in the text to help explain what you hear and see Beat Notes In the section on beat notes in Chapter of the text we analyzed the situation in whichwe had twosinusoidal signals of slightly dierent frequencies ie xtA cos f f tB cos f f t c c In this part we will compute samples of such a signal and listen to the result a Write an Mle called beatm that implements and has the following as its rst lines function xx tt beatA B fc delf fsamp dur BEAT compute samples of the sum of two cosine waves usage xx tt beatA B f delf fsamp dur A amplitude of lower frequency cosine B amplitude of higher frequency cosine fc center frequency delf frequency difference fsamp sampling rate dur total time duration in seconds xx output vector of samples OPTIONAL Output tt time vector corresponding to xx Hand in a copy of your Mle You might want to call the sumcos written in Lab to do the calculation The function could also generate its own time vector You may elect to not nkht implement the second output vector tt but it is quite convenient for plotting To assist you CDROM in your exp eriments with b eat notes a new to ol called beatcon has b een created This user beatconm interfacecontrol ler actually calls your function beatm Therefore b efore you invoke beatcon you should b e sure your Mle is free of errors Once you have the function beatm working prop erly invoke the demoto ol by typing beatcon at the Matlab prompt A small control panel will app ear on the screen with buttons and sliders that vary the dierent parameters for these exercises Exp eriment with the beatcon control panel and use it to complete the remainder of exercises in this section fc b Test the Mle written in part a via beatcon by using the values A B delf fsamp and dur secs Plot the rst seconds of the resulting signal Describ e the waveform and explain its prop erties Hand in a copyofyour plot with measure ments of the p erio d of the envelop e and p erio d of the high frequency signal underneath the envelop e c For this part set delf to Hz Send the resulting signal to the DtoA converter and listen to the sound there is a button on beatcon that will do this for you automatically Explain the nature of the sound based on the waveform plotted in part b and on the theory develop ed in Chapter d Exp eriment with dierentvalues of the frequency dierence f More on Sp ectrograms Optional Beat notes provide an interesting waytoinvestigate the timefrequency characteristics of sp ectro grams Although some of the mathematical details are beyond the reach of this course it is not dicult to understand the following issue there is a fundamental tradeo b etween knowing which frequencies are present in a signal or its sp ectrum and knowing how those frequencies vary with time As mentioned previously in Section a sp ectrogram estimates the frequency content over short sections of the signal Long sections give excellent frequency resolution but fail to track frequency changes well Shorter sections have p o or frequency resolution but go o d tracking This tradeo b etween the section length in time and frequency resolution is equivalent to Heisenburgs Uncertainty Principle in physics More discussion of the sp ectrogram can be found in Chapter and Lab A b eat note signal maybeviewed as a single frequency signal whose amplitude varies with time or as two signals with dierent constant frequencies Both views will b e useful in evaluating the eect of window length when nding the sp ectrogram of a b eat signal a Create and plot a b eat signal with i f Hz ii T sec dur iii f Hz or Hz s iv f Hz b Find the sp ectrogram
Recommended publications
  • Chirp Presentation
    Seminar Agenda • Overview of CHIRP technology compared to traditional fishfinder technology – What’s different? • Importance of proper transducer selection & installation • Maximize the performance of your electronics system • Give feedback, offer product suggestions, and ask tough transducer questions Traditional “Toneburst” Fishfinder • Traditional fishfinders operate at discrete frequencies such as 50kHz and 200kHz. • This limits depth range, range resolution, and ultimately, what targets can be detected in the water column. Fish Imaging at Different Frequencies Koden CVS-FX1 at 4 Different Frequencies Range Resolution Comparison Toneburst with separated targets Toneburst w/out separated targets CHIRP without separated targets Traditional “Toneburst” Fishfinder • Traditional sounders operate at discrete frequencies such as 50kHz and 200kHz. • This limits resolution, range and ultimately, what targets can be detected in the water column. • Tone burst transmit pulse may be high power but very short duration. This limits the total energy that is transmitted into the water column CHIRP A major technical advance in Fishing What is CHIRP? • CHIRP has been used by the military, geologists and oceanographers since the 1950’s • Marine radar systems have utilized CHIRP technology for many years • This is the first time that CHIRP technology has been available to the recreational, sport fishing and light commercial industries….. and at an affordable price CHIRP Starts with the Transducer • AIRMAR CHIRP-ready transducers are the enabling technology for manufacturers designing CHIRP sounders • Only sounders using AIRMAR CHIRP-ready transducers can operate as a true CHIRP system CHIRP is a technique that involves three principle steps 1. Use broadband transducer (Airmar) 2. Transmit CHIRP pulse into water 3.
    [Show full text]
  • Programming Chirp Parameters in TI Radar Devices (Rev. A)
    Application Report SWRA553A–May 2017–Revised February 2020 Programming Chirp Parameters in TI Radar Devices Vivek Dham ABSTRACT This application report provides information on how to select the right chirp parameters in a fast FMCW Radar device based on the end application and use case, and program them optimally on TI’s radar devices. Contents 1 Introduction ................................................................................................................... 2 2 Impact of Chirp Configuration on System Parameters.................................................................. 2 3 Chirp Configurations for Common Applications.......................................................................... 7 4 Configurable Chirp RAM and Chirp Profiles.............................................................................. 7 5 Chirp Timing Parameters ................................................................................................... 8 6 Advanced Chirp Configurations .......................................................................................... 11 7 Basic Chirp Configuration Programming Sequence ................................................................... 12 8 References .................................................................................................................. 14 List of Figures 1 Typical FMCW Chirp ........................................................................................................ 2 2 Typical Frame Structure ...................................................................................................
    [Show full text]
  • The Digital Wide Band Chirp Pulse Generator and Processor for Pi-Sar2
    THE DIGITAL WIDE BAND CHIRP PULSE GENERATOR AND PROCESSOR FOR PI-SAR2 Takashi Fujimura*, Shingo Matsuo**, Isamu Oihara***, Hideharu Totsuka**** and Tsunekazu Kimura***** NEC Corporation (NEC), Guidance and Electro-Optics Division Address : Nisshin-cho 1-10, Fuchu, Tokyo, 183-8501 Japan Phone : +81-(0)42-333-1148 / FAX : +81-(0)42-333-1887 E-mail: * [email protected], ** [email protected], *** [email protected], **** [email protected], ***** [email protected] BRIEF CONCLUSION This paper shows the digital wide band chirp pulse generator and processor for Pi-SAR2, and the history of its development at NEC. This generator and processor can generate the 150, 300 or 500MHz bandwidth chirp pulse and process the same bandwidth video signal. The offset video method is applied for this component in order to achieve small phase error, instead of I/Q video method for the conventional SAR system. Pi-SAR2 realized 0.3m resolution with the 500 MHz bandwidth by this component. ABSTRACT NEC had developed the first Japanese airborne SAR, NEC-SAR for R&D in 1992 [1]. Its resolution was 5 m and this SAR generates 50 MHz bandwidth chirp pulse by the digital chirp generator. Based on this technology, we had developed many airborne SARs. For example, Pi-SAR (X-band) for CRL (now NICT) can observe the 1.5m resolution SAR image with the 100 MHz bandwidth [2][3]. And its chirp pulse generator and processor adopted I/Q video method and the sampling rate was 123.45MHz at each I/Q video channel of the processor.
    [Show full text]
  • Analysis of Chirped Oscillators Under Injection Signals
    Analysis of Chirped Oscillators Under Injection Signals Franco Ramírez, Sergio Sancho, Mabel Pontón, Almudena Suárez Dept. of Communications Engineering, University of Cantabria, Santander, Spain Abstract—An in-depth investigation of the response of chirped reach a locked state during the chirp-signal period. The possi- oscillators under injection signals is presented. The study con- ble system application as a receiver of frequency-modulated firms the oscillator capability to detect the input-signal frequen- signals with carriers within the chirped-oscillator frequency cies, demonstrated in former works. To overcome previous anal- ysis limitations, a new formulation is presented, which is able to band is investigated, which may, for instance, have interest in accurately predict the system dynamics in both locked and un- sensor networks. locked conditions. It describes the chirped oscillator in the enve- lope domain, where two time scales are used, one associated with the oscillator control voltage and the other associated with the II. FORMULATION OF THE INJECTED CHIRPED OSCILLATOR beat frequency. Under sufficient input amplitude, a dynamic Consider the oscillator in Fig. 1, which exhibits the free- synchronization interval is generated about the input-signal frequency. In this interval, the circuit operates at the input fre- running oscillation frequency and amplitude at the quency, with a phase shift that varies slowly at the rate of the control voltage . A sawtooth waveform will be intro- control voltage. The formulation demonstrates the possibility of duced at the the control node and one or more input signals detecting the input-signal frequency from the dynamics of the will be injected, modeled with their equivalent currents ,, beat frequency, which increases the system sensitivity.
    [Show full text]
  • Femtosecond Optical Pulse Shaping and Processing
    Prog. Quant. Elecrr. 1995, Vol. 19, pp. 161-237 Copyright 0 1995.Elsevier Science Ltd Pergamon 0079-6727(94)00013-1 Printed in Great Britain. All rights reserved. 007%6727/95 $29.00 FEMTOSECOND OPTICAL PULSE SHAPING AND PROCESSING A. M. WEINER School of Electrical Engineering, Purdue University, West Lafayette, IN 47907, U.S.A CONTENTS 1. Introduction 162 2. Fourier Svnthesis of Ultrafast Outical Waveforms 163 2.1. Pulse shaping by linear filtering 163 2.2. Picosecond pulse shaping 165 2.3. Fourier synthesis of femtosecond optical waveforms 169 2.3.1. Fixed masks fabricated using microlithography 171 2.3.2. Spatial light modulators (SLMs) for programmable pulse shaping 173 2.3.2.1. Pulse shaping using liquid crystal modulator arrays 173 2.3.2.2. Pulse shaping using acousto-optic deflectors 179 2.3.3. Movable and deformable mirrors for special purpose pulse shaping 180 2.3.4. Holographic masks 182 2.3.5. Amplification of spectrally dispersed broadband laser pulses 183 2.4. Theoretical considerations 183 2.5. Pulse shaping by phase-only filtering 186 2.6. An alternate Fourier synthesis pulse shaping technique 188 3. Additional Pulse Shaping Methods 189 3.1. Additional passive pulse shaping techniques 189 3. I. 1. Pulse shaping using delay lines and interferometers 189 3.1.2. Pulse shaping using volume holography 190 3.1.3. Pulse shaping using integrated acousto-optic tunable filters 193 3.1.4. Atomic and molecular pulse shaping 194 3.2. Active Pulse Shaping Techniques 194 3.2.1. Non-linear optical gating 194 3.2.2.
    [Show full text]
  • Improved Spectrograms Using the Discrete Fractional Fourier Transform
    IMPROVED SPECTROGRAMS USING THE DISCRETE FRACTIONAL FOURIER TRANSFORM Oktay Agcaoglu, Balu Santhanam, and Majeed Hayat Department of Electrical and Computer Engineering University of New Mexico, Albuquerque, New Mexico 87131 oktay, [email protected], [email protected] ABSTRACT in this plane, while the FrFT can generate signal representations at The conventional spectrogram is a commonly employed, time- any angle of rotation in the plane [4]. The eigenfunctions of the FrFT frequency tool for stationary and sinusoidal signal analysis. How- are Hermite-Gauss functions, which result in a kernel composed of ever, it is unsuitable for general non-stationary signal analysis [1]. chirps. When The FrFT is applied on a chirp signal, an impulse in In recent work [2], a slanted spectrogram that is based on the the chirp rate-frequency plane is produced [5]. The coordinates of discrete Fractional Fourier transform was proposed for multicompo- this impulse gives us the center frequency and the chirp rate of the nent chirp analysis, when the components are harmonically related. signal. In this paper, we extend the slanted spectrogram framework to Discrete versions of the Fractional Fourier transform (DFrFT) non-harmonic chirp components using both piece-wise linear and have been developed by several researchers and the general form of polynomial fitted methods. Simulation results on synthetic chirps, the transform is given by [3]: SAR-related chirps, and natural signals such as the bat echolocation 2α 2α H Xα = W π x = VΛ π V x (1) and bird song signals, indicate that these generalized slanted spectro- grams provide sharper features when the chirps are not harmonically where W is a DFT matrix, V is a matrix of DFT eigenvectors and related.
    [Show full text]
  • Advanced Chirp Transform Spectrometer with Novel Digital Pulse Compression Method for Spectrum Detection
    applied sciences Article Advanced Chirp Transform Spectrometer with Novel Digital Pulse Compression Method for Spectrum Detection Quan Zhao *, Ling Tong * and Bo Gao School of Automation Engineering, University of Electronic Science and Technology of China, Chengdu 611731, China; [email protected] * Correspondence: [email protected] (Q.Z.); [email protected] (L.T.); Tel.: +86-18384242904 (Q.Z.) Abstract: Based on chirp transform and pulse compression technology, chirp transform spectrometers (CTSs) can be used to perform high-resolution and real-time spectrum measurements. Nowadays, they are widely applied for weather and astronomical observations. The surface acoustic wave (SAW) filter is a key device for pulse compression. The system performance is significantly affected by the dispersion characteristics match and the large insertion loss of the SAW filters. In this paper, a linear phase sampling and accumulating (LPSA) algorithm was developed to replace the matched filter for fast pulse compression. By selecting and accumulating the sampling points satisfying a specific periodic phase distribution, the intermediate frequency (IF) chirp signal carrying the information of the input signal could be detected and compressed. Spectrum measurements across the entire operational bandwidth could be performed by shifting the fixed sampling points in the time domain. A two-stage frequency resolution subdivision method was also developed for the fast pulse compression of the sparse spectrum, which was shown to significantly improve the calculation Citation: Zhao, Q.; Tong, L.; Gao, B. speed. The simulation and experiment results demonstrate that the LPSA method can realize fast Advanced Chirp Transform pulse compression with adequate high amplitude accuracy and frequency resolution.
    [Show full text]
  • A Fully Electronic System for the Time Magnification of Ultra-Wideband
    IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES, VOL. 55, NO. 2, FEBRUARY 2007 327 A Fully Electronic System for the Time Magnification of Ultra-Wideband Signals Joshua D. Schwartz, Student Member, IEEE, José Azaña, Member, IEEE, and David V. Plant, Senior Member, IEEE Abstract—We present the first experimental demonstration of Recent demonstrations of time-stretching systems intended a fully electronic system for the temporal magnification of signals for the aforementioned microwave applications have almost ex- in the ultra-wideband regime. The system employs a broadband clusively invoked the optical domain [1]–[5]. This presents a analog multiplier and uses chirped electromagnetic-bandgap structures in microstrip technology to provide the required signal problem for microwave systems from an integration standpoint, dispersion. The demonstrated system achieves a time-magnifica- as signal conversion to and from the optical domain necessi- tion factor of five in operation on a 0.6-ns time-windowed input tates the cumbersome element of electrooptic modulation, and signal with up to 8-GHz bandwidth. We discuss the advantages the referenced works require costly mode-locked or supercon- and limitations of this technique in comparison to recent demon- tinuum laser sources. strations involving optical components. The decision to perform time-stretching operations in the Index Terms—Analog multipliers, frequency conversion, mi- optical domain was motivated in part by a perceived lack of crostrip filters, signal detection, signal processing. a sufficiently broadband low-loss dispersive element in the electrical domain such as that which is readily available in optical fiber [2]. In our recent study [6], we proposed a fully I.
    [Show full text]
  • On the Lora Modulation for Iot: Waveform Properties and Spectral Analysis Marco Chiani, Fellow, IEEE, and Ahmed Elzanaty, Member, IEEE
    ACCEPTED FOR PUBLICATION IN IEEE INTERNET OF THINGS JOURNAL 1 On the LoRa Modulation for IoT: Waveform Properties and Spectral Analysis Marco Chiani, Fellow, IEEE, and Ahmed Elzanaty, Member, IEEE Abstract—An important modulation technique for Internet of [17]–[19]. On the other hand, the spectral characteristics of Things (IoT) is the one proposed by the LoRa allianceTM. In this LoRa have not been addressed in the literature. paper we analyze the M-ary LoRa modulation in the time and In this paper we provide a complete characterization of the frequency domains. First, we provide the signal description in the time domain, and show that LoRa is a memoryless continuous LoRa modulated signal. In particular, we start by developing phase modulation. The cross-correlation between the transmitted a mathematical model for the modulated signal in the time waveforms is determined, proving that LoRa can be considered domain. The waveforms of this M-ary modulation technique approximately an orthogonal modulation only for large M. Then, are not orthogonal, and the loss in performance with respect to we investigate the spectral characteristics of the signal modulated an orthogonal modulation is quantified by studying their cross- by random data, obtaining a closed-form expression of the spectrum in terms of Fresnel functions. Quite surprisingly, we correlation. The characterization in the frequency domain found that LoRa has both continuous and discrete spectra, with is given in terms of the power spectrum, where both the the discrete spectrum containing exactly a fraction 1/M of the continuous and discrete parts are derived. The found analytical total signal power.
    [Show full text]
  • Parameter Estimation of Linear and Quadratic Chirps by Employing the Fractional Fourier Transform and a Generalized Time Frequency Transform
    Sadhan¯ a¯ Vol. 40, Part 4, June 2015, pp. 1049–1075. c Indian Academy of Sciences Parameter estimation of linear and quadratic chirps by employing the fractional fourier transform and a generalized time frequency transform 1 2, 3 SHISHIR B SAHAY , T MEGHASYAM ∗, RAHUL K ROY , GAURAV POONIWALA2, SASANK CHILAMKURTHY2 and VIKRAM GADRE2 1Military Institute of Technology, Girinagar, Pune 411 025, India 2Indian Institute of Technology Bombay, Mumbai 400 076, India 3INS Tunir, Mumbai 400 704, India e-mail: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected] MS received 10 April 2014; revised 8 January 2015; accepted 23 January 2015 Abstract. This paper is targeted towards a general readership in signal processing. It intends to provide a brief tutorial exposure to the Fractional Fourier Transform, followed by a report on experiments performed by the authors on a Generalized Time Frequency Transform (GTFT) proposed by them in an earlier paper. The paper also discusses the extension of the uncertainty principle to the GTFT. This paper discusses some analytical results of the GTFT. We identify the eigenfunctions and eigenvalues of the GTFT. The time shift property of the GTFT is discussed. The paper describes methods for estimation of parameters of individual chirp signals on receipt of a noisy mixture of chirps. A priori knowledge of the nature of chirp signals in the mixture – linear or quadratic is required, as the two proposed methods fall in the category of model-dependent methods for chirp parameter estimation. Keywords. Mixture of chirp signals; time–frequency plane; instantaneous fre- quency (IF); model-dependent methods for chirp parameter estimation; Fractional Fourier Transform (FrFT); Generalized Time-Frequency Transform (GTFT); Uncer- tainty principle; Eigenfunction.
    [Show full text]
  • Radar Measurement Fundamentals
    Radar Measurement Fundamentals Radar Measurement Fundamentals Primer Table of Contents Chapter I. Introduction . .1 Chapter III. Pulse Measurements Methods . .10 Overview . .10 Radar Measurement Tasks Through the life Automated RF Pulse Measurements . .12 cycle of a radar system . .1 Short Frame Measurements — The Pulse Model . .12 Challenges of Radar Design & Verification . .1 Sampling the RF . .12 Challenges of Production Testing . .2 Choosing Measurement Parameters . .12 Signal Monitoring . .2 Measurement Filter Type . .13 Basic RF Pulsed Radar Signals . .2 Detection Threshold and Minimum OFF Time . .13 Compressed Pulse signal types and purposes . .3 Maximum Number of Pulses to Measure . .14 Linear FM Chirps . .3 Frequency Estimation Method . .14 Frequency Hopping . .3 Measurement Point Definitions . .14 Phase Modulation . .4 Droop Compensation and Rise/Fall Definitions . .15 Digital Modulation . .4 50% Level Definitions . .15 Radar Pulse Creation . .4 Finding the Pulse . .15 Transmitter Tests . .4 Minimum Pulse Width for Detection . .15 Receiver Tests . .4 Using the Threshold Setting . .16 Chapter II. Pulse Generation – Baseband and Finding the Pulse Carrier Amplitude . .17 RF Modulated Pulses . .5 Method One: Magnitude Histogram . .18 Method Two: Local Statistics . .20 Overview . .5 Method Three: Moving Average . .20 Baseband Pulse Generation . .5 Noise Histogram (preparation for method four) . .21 Pulse Modulated RF . .6 Method Four: Least Squares Carrier Fit . .21 RF Pulses Directly from an Arbitrary Waveform Generator . .6 Locating the Pulse Cardinal Points . .23 Synthesizing Signals Directly in the AWG Series Interpolation . .24 with RFXpress¤ . .7 Estimating the Carrier Frequency . .24 The Carrier Parameters . .7 Constant Phase . .24 Adding Impairments . .7 Changing Phase . .25 Adding Interference . .7 Linear Chirp .
    [Show full text]
  • CHIRP Technology
    CHIRP Technology Airmar Technology NMEA 2013 San Diego Seminar Agenda • Overview of CHIRP technology compared to traditional fishfinder technology – What’s different? • Advantages vs disadvantages of CHIRP technology • Give feedback, offer product suggestions, and ask tough transducer questions Traditional “Toneburst” Fishfinder • Traditional sounders operate at discrete frequencies such as 50kHz and 200kHz. • This limits range resolution, and ultimately, what targets can be detected in the water column. Fish Imaging at Different Frequencies Resolution Comparison Traditional “Toneburst” Fishfinder • Traditional sounders operate at discrete frequencies such as 50kHz and 200kHz. • This limits resolution, range and ultimately, what targets can be detected in the water column. • Tone burst transmit pulse may be high power but very short duration. This limits the total energy that is transmitted into the water column. CHIRP A major technological advance in Sounder Technology CHIRP is a technique that involves three principle steps 1. Use broadband transducer (Airmar) 2. Transmit CHIRP pulse into water 3. Processing of return echoes by method of pattern matching (pulse compression) CHIRP Starts with the Transducer • AIRMAR CHIRP-ready transducers are the enabling technology for manufacturers designing CHIRP sounders • Only sounders using AIRMAR CHIRP-ready transducers can operate as a true CHIRP system DFF1-UHD GSD-26 CP450C BSM-2 It’s all about BANDWIDTH! 1. Use of a broadband transducer (Airmar) What is bandwith? Why is it important? 50 & 200 kHz 42-65 kHz 130-210 kHz 80 kHz 1 kHz Sound Amplitude per Drive Volt per Drive Amplitude Sound Frequency (kHz) CHIRP is a technique that involves three principle steps 1. Use broadband transducer (Airmar) 2.
    [Show full text]