20.08.2019»»вторник

Car Audio Spectrum Analyzer Display

    32 - Comments
Car Audio Spectrum Analyzer Display Average ratng: 3,8/5 5674 reviews

This project is for making a 32 band audio (music) frequency spectrum analyzer / visualizer using Arduino. Expected audience of this project is any audio enthusiast , student or a beginner who has basic understanding of electronic components , arduino and C programming. Components used in this project are low cost items and are easy to assemble.

True Audio’s Level Two (1/3 per octave) TrueRTA™ is a real-time software-based audio instrument for testing and evaluating audio systems using a PC with basic sound capability. TrueRTA™ also includes a digital voltmeter that reads true rms voltage and dBu levels, and an audio spectrum analyzer. The Digital, real-time Audio Spectrum analyzer circuit for audio devices can be connected to any audio device. It accepts an analog audio signal as input. It digitizes and processes this audio signal using a DSP. It computes the distribution of the audio signal energy to 20 specific frequency bands and displays it on a 20×20 LED display in. Westsell AS1216 Crystal Digital Level Meter Music Spectrum Analyzer Display led Audio Flashing for Amplifier amp KTV Currently unavailable. Bingfu BNC Male to BNC Male RG58 50 Ohm Cable 2m/6.5 feet for FM Transmitter Amateur Radio Scanner Vector Network Analyzer Spectrum Analyzer Oscilloscope Signal Function Generator Vedio Camera.

Main features of this frequency spectrum analyzer are

  • Use easily installable libraries “arduinoFFT” and “MD_MAX72xx”
  • Five different display modes are supported which can be switched with the push button
  • Both left and right channels of audio signal are mixed so that you don't miss any beat
  • Prototype use 32x8 LED matrix display, this can be changed and easily modified
  • Audio can be fed from headphone output or Line-out of music system / amplifier

Components required

  1. Arduino nano or uno (I tried with nano and uno, must work with other models as well)
  2. 32 x 8 LED matrix display - 1 no
  3. Push button switch - 1 no (normally comes with Arduino kit)
  4. 100nf capacitor - 2 nos
  5. 5 kilo ohms resistor - 3 nos
  6. 10 kilo ohms resistor - 1 no
  7. 100 kilo ohms resistor - 2 nons
  8. 5 volt power supply (usb supply will do)

Resistor values are not very strict , you may choose any closest value. Please make sure R1 & R2 (refer schematic) are of same value.

Schematic diagram

Power supply to Arduino board can given either from USB port or from 5v charger socket. For the LED display power is fed from 5v pin on the Arduino board. Different voltages mentioned in schematic are approximate and it may vary slightly in your system.

Program flow chart

Description of the system

Arduino board (ATmega328P) has built in Analog To Digital converter (ADC) which is being used here for converting input audio signal into digital samples. ADC is configured to sample input signal with the clock frequency of 38.46khz . This is achieved by configuring ADC prescaler to 32. Sampling frequency of 38.64Khz means that digital samples can reproduce input frequency of upto 19.32Kz (Nyquist's theorem) which is good enough for audio signals.

As I mentioned in the beginning, the intended purpose of this project is to display frequency spectrum of audio music signal. Hence left and right audio channels are mixed together and fed into the A0 analog input of the ADC. You may use a audio splitter cable so that you can feed same music simultaneously into spectrum analyzer and into another amplifier ( if needed ).

ADC is configured to use external reference voltage . In this project reference voltage for is derived from the 3.3v stabilized voltage source on the Arduino board. As analog signal oscillates above and below zero voltage level we need a DC bias at the analog input of the ADC . This ensure that ADC output doesn’t clip on the negative cycles of the input signal. Same 3.3v stabilized voltage is divided with two resistors R1 & R2 and then fed into the analog input for DC bias. With this DC bias ADC will produce 512 in the output even if the input signal is disconnected. Later in the code this 512 which is caused by DC bias is being subtracted so that the reading represent the actual input signal variation.

ArduinoFFT library is the heart of the code which does translation of input analog signal into frequency spectrum . I found this library is easy to use and produced best accurate output for this project. Prototype is configured to make 64 samples and does FFT with those samples. ArduinoFFT library can do FFT of samples between 16 to 128 , this can be configured in the program. But arduinoFFT library is slow for calculation with 128 samples hence I stick to the best highest of 64 samples.

Display used in this project is 32 columns x 8 rows LED matrix . MD_MAX72xx library made the display controlling part very easy . This library provides function to turn on/off any number of LEDs in a column which is being used in this program. Amplitude of every frequency band is mapped between 0 to 8 , depending upon the amplitude corresponding number of LEDs in each column get turned ON.

Five display modes are available in this program which is basically achieved by turning on/off LEDs at different positions in every column. You can modify / create different pattern easily . A push button is used here for changing the display mode. With every press display pattern moved to the next one and finally resets back to default mode. Push button is connected to one of the digital input and that input is scanned after every one round of display refresh.

Code

Code is available here

Frequency response

Frequency response of the system was tested by feeding sine wave generated by one of the online signal generator website. It is verified that system is able to respond for frequencies up to 18.6Khz.

280 Hz4200 Hz9000 Hz
14400 Hz18000 Hz18600 Hz

Additional details

More details of this project are available at arduino project hub

Watch spectrum analyzer in action

Look at this demo video

A spectrum analyzer from 2005
A modern spectrum analyzer display

A spectrum analyzer measures the magnitude of an input signal versus frequency within the full frequency range of the instrument. The primary use is to measure the power of the spectrum of known and unknown signals. The input signal that a spectrum analyzer measures is electrical; however, spectral compositions of other signals, such as acoustic pressure waves and optical light waves, can be considered through the use of an appropriate transducer. Optical spectrum analyzers also exist, which use direct optical techniques such as a monochromator to make measurements.

By analyzing the spectra of electrical signals, dominant frequency, power, distortion, harmonics, bandwidth, and other spectral components of a signal can be observed that are not easily detectable in time domainwaveforms. These parameters are useful in the characterization of electronic devices, such as wireless transmitters.

The display of a spectrum analyzer has frequency on the horizontal axis and the amplitude displayed on the vertical axis. To the casual observer, a spectrum analyzer looks like an oscilloscope and, in fact, some lab instruments can function either as an oscilloscope or a spectrum analyzer.

  • 3Form factor
  • 4Theory of operation
    • 4.4Realtime FFT
      • 4.4.3Minimum signal detection time
  • 5Typical functionality
  • 11References

History[edit]

A spectrum analyzer circa 1970

The first spectrum analyzers, in the 1960s, were swept-tuned instruments.[1]

Analyzer

Following the discovery of the fast Fourier transform (FFT) in 1965, the first FFT-based analyzers were introduced in 1967.[2]

Today, there are three basic types of analyzer: the swept-tuned spectrum analyzer, the vector signal analyzer, and the real-time spectrum analyzer.[1]

Types[edit]

The main PCB from a 20 GHz spectrum analyser. Showing the stripline PCB filters, and modular block construction.

Spectrum analyzer types are distinguished by the methods used to obtain the spectrum of a signal. There are swept-tuned and Fast Fourier Transform (FFT) based spectrum analyzers:

  • A swept-tuned analyzer uses a superheterodyne receiver to down-convert a portion of the input signal spectrum to the center frequency of a narrow band-pass filter, whose instantaneous output power is recorded or displayed as a function of time. By sweeping the receiver's center-frequency (using a voltage-controlled oscillator) through a range of frequencies, the output is also a function of frequency. But while the sweep centers on any particular frequency, it may be missing short-duration events at other frequencies.
  • An FFT analyzer computes a time-sequence of periodograms. FFT refers to a particular mathematical algorithm used in the process. This is commonly used in conjunction with a receiver and analog-to-digital converter. As above, the receiver reduces the center-frequency of a portion of the input signal spectrum, but the portion is not swept. The purpose of the receiver is to reduce the sampling rate that the analyzer must contend with. With a sufficiently low sample-rate, FFT analyzers can process all the samples (100% duty-cycle), and are therefore able to avoid missing short-duration events.

Form factor[edit]

Spectrum analyzers tend to fall into four form factors: benchtop, portable, handheld and networked.

Benchtop[edit]

This form factor is useful for applications where the spectrum analyzer can be plugged into AC power, which generally means in a lab environment or production/manufacturing area. Bench top spectrum analyzers have historically offered better performance and specifications than the portable or handheld form factor. Bench top spectrum analyzers normally have multiple fans (with associated vents) to dissipate heat produced by the processor. Due to their architecture, bench top spectrum analyzers typically weigh more than 30 pounds (14 kg). Some bench top spectrum analyzers offer optional battery packs, allowing them to be used away from AC power. This type of analyzer is often referred to as a 'portable' spectrum analyzer.

Portable[edit]

This form factor is useful for any applications where the spectrum analyzer needs to be taken outside to make measurements or simply carried while in use. Attributes that contribute to a useful portable spectrum analyzer include:

  • Optional battery-powered operation to allow the user to move freely outside.
  • Clearly viewable display to allow the screen to be read in bright sunlight, darkness or dusty conditions.
  • Light weight (usually less than 15 pounds (6.8 kg)).

Handheld[edit]

This form factor is useful for any application where the spectrum analyzer needs to be very light and small. Handheld analyzers usually offer a limited capability relative to larger systems. Attributes that contribute to a useful handheld spectrum analyzer include:

  • Very low power consumption.
  • Battery-powered operation while in the field to allow the user to move freely outside.
  • Very small size
  • Light weight (usually less than 2 pounds (0.9 kg)).

Networked[edit]

This form factor does not include a display and these devices are designed to enable a new class of geographically-distributed spectrum monitoring and analysis applications. The key attribute is the ability to connect the analyzer to a network and monitor such devices across a network. While many spectrum analyzers have an Ethernet port for control, they typically lack efficient data transfer mechanisms and are too bulky or expensive to be deployed in such a distributed manner. Key applications for such devices include RF intrusion detection systems for secure facilities where wireless signaling is prohibited. As well cellular operators are using such analyzers to remotely monitor interference in licensed spectral bands. The distributed nature of such devices enable geo-location of transmitters, spectrum monitoring for dynamic spectrum access and many other such applications.

Key attributes of such devices include:

  • Network-efficient data transfer
  • Low power consumption
  • The ability to synchronize data captures across a network of analyzers
  • Low cost to enable mass deployment.

Theory of operation[edit]

Swept-tuned[edit]

As discussed above in types, a swept-tuned spectrum analyzer down-converts a portion of the input signal spectrum to the center frequency of a band-pass filter by sweeping the voltage-controlled oscillator through a range of frequencies, enabling the consideration of the full frequency range of the instrument.

The bandwidth of the band-pass filter dictates the resolution bandwidth, which is related to the minimum bandwidth detectable by the instrument. As demonstrated by the animation to the right, the smaller the bandwidth, the more spectral resolution. However, there is a trade-off between how quickly the display can update the full frequency span under consideration and the frequency resolution, which is relevant for distinguishing frequency components that are close together. For a swept-tuned architecture, this relation for sweep time is useful:

ST=k(Span)RBW2{displaystyle ST={frac {k(mathrm {Span} )}{RBW^{2}}}}

Where ST is sweep time in seconds, k is proportionality constant, Span is the frequency range under consideration in hertz, and RBW is the resolution bandwidth in Hertz.[3]Sweeping too fast, however, causes a drop in displayed amplitude and a shift in the displayed frequency.[4]

Also, the animation contains both up- and down-converted spectra, which is due to a frequency mixer producing both sum and difference frequencies. The local oscillator feedthrough is due to the imperfect isolation from the IF signal path in the mixer.

For very weak signals, a pre-amplifier is used, although harmonic and intermodulation distortion may lead to the creation of new frequency components that were not present in the original signal.

Doom gameplay shut down the hell portal. DOOM 4 Gameplay Part 7 Mission: LAZARUS Shut Down the Portal, Access the Helix Stone All New DOOM 4 Walkthrough Part 1 Gameplay includes a Review and Doom 4 All Cutscenes, a future video will include the Doom 4 Ending. May 16, 2016  Your goal is to shut down the portal and defeat Cyberdemon – the first boss in the game. Cyberdemon has several different weapons and pretty quick attacks. The best strategy for the first phase is to run in circles around the boss and use the Heavy Assault Rifle with the Micro Missiles Mod.

FFT-based[edit]

With an FFT based spectrum analyzer, the frequency resolution is Δν=1/T{displaystyle Delta nu =1/T}, the inverse of the time T over which the waveform is measured and Fourier transformed.

With Fourier transform analysis in a digital spectrum analyzer, it is necessary to sample the input signal with a sampling frequency νs{displaystyle nu _{s}} that is at least twice the bandwidth of the signal, due to the Nyquist limit.[5] A Fourier transform will then produce a spectrum containing all frequencies from zero to νs/2{displaystyle nu _{s}/2}. This can place considerable demands on the required analog-to-digital converter and processing power for the Fourier transform, making FFT based spectrum analyzers limited in frequency range.

Frequency spectrum of the heating up period of a switching power supply (spread spectrum) incl. spectrogram over a few minutes.

Hybrid superheterodyne-FFT[edit]

Since FFT based analyzers are only capable of considering narrow bands, one technique is to combine swept and FFT analysis for consideration of wide and narrow spans. This technique allows for faster sweep time.

This method is made possible by first down converting the signal, then digitizing the intermediate frequency and using superheterodyne or FFT techniques to acquire the spectrum.

One benefit of digitizing the intermediate frequency is the ability to use digital filters, which have a range of advantages over analog filters such as near perfect shape factors and improved filter settling time. Also, for consideration of narrow spans, the FFT can be used to increase sweep time without distorting the displayed spectrum.

Realtime FFT[edit]

Illustration showing Spectrum Analyzer Blind Time
Comparison between Swept Max Hold and Realtime Persistence displays
Bluetooth signal hidden behind wireless LAN signal

A realtime spectrum analyser does not have any such blind time—up to some maximum span, often called the 'realtime bandwidth'. The analyser is able to sample the incoming RF spectrum in the time domain and convert the information to the frequency domain using the FFT process. FFT's are processed in parallel, gapless and overlapped so there are no gaps in the calculated RF spectrum and no information is missed.

Online realtime and offline realtime[edit]

In a sense, any spectrum analyzer that has vector signal analyzer capability is a realtime analyzer. It samples data fast enough to satisfy Nyquist Sampling theorem and stores the data in memory for later processing. This kind of analyser is only realtime for the amount of data / capture time it can store in memory and still produces gaps in the spectrum and results during processing time.

FFT overlapping[edit]

Minimizing distortion of information is important in all spectrum analyzers. The FFT process applies windowing techniques to improve the output spectrum due to producing less side lobes. The effect of windowing may also reduce the level of a signal where it is captured on the boundary between one FFT and the next. For this reason FFT's in a Realtime spectrum analyzer are overlapped. Overlapping rate is approximately 80%. An analyzer that utilises a 1024-point FFT process will re-use approximately 819 samples from the previous FFT process.[6]

Minimum signal detection time[edit]

This is related to the sampling rate of the analyser and the FFT rate. It is also important for the realtime spectrum analyzer to give good level accuracy.

Car

Example: for an analyser with 40 MHz of realtime bandwidth (the maximum RF span that can be processed in realtime) approximately 50 Msample/second (complex) are needed. If the spectrum analyzer produces 250 000 FFT/s an FFT calculation is produced every 4 µs. For a 1024 point FFT a full spectrum is produced 1024 x (1/50 x 106), approximately every 20 µs. This also gives us our overlap rate of 80% (20 µs − 4 µs) / 20 µs = 80%.

Persistence[edit]

Realtime spectrum analyzers are able to produce much more information for users to examine the frequency spectrum in more detail. A normal swept spectrum analyzer would produce max peak, min peak displays for example but a realtime spectrum analyzer is able to plot all calculated FFT's over a given period of time with the added colour-coding which represents how often a signal appears. For example, this image shows the difference between how a spectrum is displayed in a normal swept spectrum view and using a 'Persistence' view on a realtime spectrum analyzer.

Hidden signals[edit]

Realtime spectrum analyzers are able to see signals hidden behind other signals. This is possible because no information is missed and the display to the user is the output of FFT calculations. An example of this can be seen on the right.

Typical functionality[edit]

Center frequency and span[edit]

In a typical spectrum analyzer there are options to set the start, stop, and center frequency. The frequency halfway between the stop and start frequencies on a spectrum analyzer display is known as the center frequency. This is the frequency that is in the middle of the display’s frequency axis. Span specifies the range between the start and stop frequencies. These two parameters allow for adjustment of the display within the frequency range of the instrument to enhance visibility of the spectrum measured.

Resolution bandwidth[edit]

As discussed in the operation section, the resolution bandwidth filter or RBW filter is the bandpass filter in the IF path. It's the bandwidth of the RF chain before the detector (power measurement device).[7] It determines the RF noise floor and how close two signals can be and still be resolved by the analyzer into two separate peaks.[7] Adjusting the bandwidth of this filter allows for the discrimination of signals with closely spaced frequency components, while also changing the measured noise floor. Decreasing the bandwidth of an RBW filter decreases the measured noise floor and vice versa. This is due to higher RBW filters passing more frequency components through to the envelope detector than lower bandwidth RBW filters, therefore a higher RBW causes a higher measured noise floor.

Video bandwidth[edit]

The video bandwidth filter or VBW filter is the low-pass filter directly after the envelope detector. It's the bandwidth of the signal chain after the detector. Averaging or peak detection then refers to how the digital storage portion of the device records samples—it takes several samples per time step and stores only one sample, either the average of the samples or the highest one.[7] The video bandwidth determines the capability to discriminate between two different power levels.[7] This is because a narrower VBW will remove noise in the detector output.[7] This filter is used to “smooth” the display by removing noise from the envelope. Similar to the RBW, the VBW affects the sweep time of the display if the VBW is less than the RBW. If VBW is less than RBW, this relation for sweep time is useful:

tsweep=k(f2f1)RBW×VBW.{displaystyle t_{mathrm {sweep} }={frac {k(f_{2}-f_{1})}{mathrm {RBW} times mathrm {VBW} }}.}

Here tsweep is the sweep time, k is a dimensionless proportionality constant, f2f1 is the frequency range of the sweep, RBW is the resolution bandwidth, and VBW is the video bandwidth.[8]

Detector[edit]

With the advent of digitally based displays, some modern spectrum analyzers use analog-to-digital converters to sample spectrum amplitude after the VBW filter. Since displays have a discrete number of points, the frequency span measured is also digitised. Detectors are used in an attempt to adequately map the correct signal power to the appropriate frequency point on the display. There are in general three types of detectors: sample, peak, and average

  • Sample detection – sample detection simply uses the midpoint of a given interval as the display point value. While this method does represent random noise well, it does not always capture all sinusoidal signals.
  • Peak detection – peak detection uses the maximum measured point within a given interval as the display point value. This insures that the maximum sinusoid is measured within the interval; however, smaller sinusoids within the interval may not be measured. Also, peak detection does not give a good representation of random noise.
  • Average detection – average detection uses all of the data points within the interval to consider the display point value. This is done by power (rms) averaging, voltage averaging, or log-power averaging.

Displayed average noise level[edit]

The Displayed Average Noise Level (DANL) is just what it says it is—the average noise level displayed on the analyzer. This can either be with a specific resolution bandwidth (e.g. −120 dBm @1 kHz RBW), or normalized to 1 Hz (usually in dBm/Hz) e.g. −170 dBm(Hz).This is also called the sensitivity of the spectrum analyzer. If a signal level equal to the average noise level is fed there will be a 3 dB display. To increase the sensitivity of the spectrum analyzer a preamplifier with lower noise figure may be connected at the input of the spectrum analyzer. co[9]

Radio-frequency uses[edit]

MCS software showing an ultra high resolution (8k UHD with 7680×2160 pixel) EMC test including some limit lines within the GSM frequency spectrum

Spectrum analyzers are widely used to measure the frequency response, noise and distortion characteristics of all kinds of radio-frequency (RF) circuitry, by comparing the input and output spectra.For example, in RF mixers, spectrum analyzer is used to find the levels of third order inter-modulation products and conversion loss. In RF oscillators, spectrum analyzer is used to find the levels of different harmonics.

In telecommunications, spectrum analyzers are used to determine occupied bandwidth and track interference sources. For example, cell planners use this equipment to determine interference sources in the GSM frequency bands and UMTS frequency bands.

In EMC testing, a spectrum analyzer is used for basic precompliance testing; however, it can not be used for full testing and certification. Instead, an EMI receiver is used.

A spectrum analyzer is used to determine whether a wireless transmitter is working according to defined standards for purity of emissions. Output signals at frequencies other than the intended communications frequency appear as vertical lines (pips) on the display. A spectrum analyzer is also used to determine, by direct observation, the bandwidth of a digital or analog signal.

A spectrum analyzer interface is a device that connects to a wireless receiver or a personal computer to allow visual detection and analysis of electromagnetic signals over a defined band of frequencies. This is called panoramic reception and it is used to determine the frequencies of sources of interference to wireless networking equipment, such as Wi-Fi and wireless routers.

Spectrum analyzers can also be used to assess RF shielding. RF shielding is of particular importance for the siting of a magnetic resonance imaging machine since stray RF fields would result in artifacts in an MR image.[10]

Audio-frequency uses[edit]

Spectrum analysis can be used at audio frequencies to analyse the harmonics of an audio signal. A typical application is to measure the distortion of a nominally sinewave signal; a very-low-distortion sinewave is used as the input to equipment under test, and a spectrum analyser can examine the output, which will have added distortion products, and determine the percentage distortion at each harmonic of the fundamental. Such analysers were at one time described as 'wave analysers'. Analysis can be carried out by a general-purpose digital computer with a sound card selected for suitable performance[11] and appropriate software. Instead of using a low-distortion sinewave, the input can be subtracted from the output, attenuated and phase-corrected, to give only the added distortion and noise, which can be analysed.[12]

An alternative technique, total harmonic distortion measurement, cancels out the fundamental with a notch filter and measures the total remaining signal, which is total harmonic distortion plus noise; it does not give the harmonic-by-harmonic detail of an analyser.

Spectrum analyzers are also used by audio engineers to assess their work. In these applications, the spectrum analyzer will show volume levels of frequency bands across the typical range of human hearing, rather than displaying a wave. In live sound applications, engineers can use them to pinpoint feedback.

Optical spectrum analyzer[edit]

An optical spectrum analyzer uses reflective or refractive techniques to separate out the wavelengths of light. An electro-optical detector is used to measure the intensity of the light, which is then normally displayed on a screen in a similar manner to a radio- or audio-frequency spectrum analyzer.

The input to an optical spectrum analyzer may be simply via an aperture in the instrument's case, an optical fiber or an optical connector to which a fiber-optic cable can be attached.

Different techniques exist for separating out the wavelengths. One method is to use a monochromator, for example a Czerny–Turner design, with an optical detector placed at the output slit. As the grating in the monochromator moves, bands of different frequencies (colors) are 'seen' by the detector, and the resulting signal can then be plotted on a display. More precise measurements (down to MHz in the optical spectrum) can be made with a scanning Fabry–Pérot interferometer along with analog or digital control electronics, which sweep the resonant frequency of an optically resonant cavity using a voltage ramp to piezoelectric motor that varies the distance between two highly reflective mirrors. A sensitive photodiode embedded in the cavity provides an intensity signal, which is plotted against the ramp voltage to produce a visual representation of the optical power spectrum.[13]

The frequency response of optical spectrum analyzers tends to be relatively limited, e.g. 800–1600 nm (near-infrared), depending on the intended purpose, although (somewhat) wider-bandwidth general purpose instruments are available.

Vibration spectrum analyzer[edit]

A vibration spectrum analyzer allows to analyze vibration amplitudes at various component frequencies, In this way, vibration occurring at specific frequencies can be identified and tracked. Since particular machinery problems generate vibration at specific frequencies, machinery faults can be detected or diagnosed. Vibration Spectrum Analyzers use the signal from different types of sensor, such as: accelerometers, velocity transducers and proximity sensors. The uses of a vibration spectrum analyzer in machine condition monitoring allows to detect and identify machine faults such as: rotor imbalance, shaft misalignment, mechanical looseness, bearing defects, among others. Vibration analysis can also be used in structures to identify structural resonances or to perform modal analysis.

See also[edit]

References[edit]

Footnotes[edit]

  1. ^ abTake A Peek Inside Today's Spectrum AnalyzersArchived 2017-05-06 at the Wayback Machine; Bob Hiebert, 2005, accessed 10 April 2013.
  2. ^The ‘Real’ History of Real-Time Spectrum AnalyzersArchived 2015-06-21 at the Wayback Machine; Joe Deery, 2007, accessed 10 April 2013.
  3. ^Keysight Spectrum Analyzer BasicsArchived 2018-03-23 at the Wayback Machine, p. 23, August 2, 2006, accessed July 7, 2011.
  4. ^Keysight Spectrum Analyzer BasicsArchived 2018-03-23 at the Wayback Machine, p. 22, Figure 2–14, August 2, 2006, accessed July 7, 2011.
  5. ^'How do I know what is the best sampling rate to use for my measurement? - Keysight (formerly Agilent's Electronic Measurement)'. www.keysight.com. Archived from the original on 23 March 2018. Retrieved 7 May 2018.
  6. ^Dr. Florian Ramian – Implementation of Real-Time Spectrum AnalysisArchived 2018-02-09 at the Wayback Machine, p. 6, March, 2015, accessed February 9, 2018.
  7. ^ abcde– [EE] TV Tuner Based Spectrum AnalyzerArchived 2013-09-21 at the Wayback Machine, 2012-05-25
  8. ^Keysight Spectrum Analyzer BasicsArchived 2018-03-23 at the Wayback Machine, p. 36, August 2, 2006, accessed July 13, 2011.
  9. ^Keysight Spectrum Analyzer BasicsArchived 2018-03-23 at the Wayback Machine, p. 50, August 2, 2006, accessed March 25, 2018.
  10. ^'Archived copy'(PDF). Archived(PDF) from the original on 2011-11-20. Retrieved 2012-04-11.CS1 maint: Archived copy as title (link)
  11. ^ClariSonus Research Report #001, PC Sound Card Evaluation,John Atwood, 2006.Archived 2011-07-05 at the Wayback Machine Detailed tests of various sound cards for use as D/A and A/D converters for sound testing software on a PC
  12. ^'Renardson audio designs: Distortion measurement'. angelfire.com. Archived from the original on 25 June 2013. Retrieved 7 May 2018.
  13. ^Final Report 'Team Spectrum'. Archived from the original on 2016-08-17. Retrieved 2015-04-08.

Real Time Audio Spectrum Analyzer

External links[edit]

Car Audio Spectrum Analyzer Display

Wikimedia Commons has media related to Spectrum analyzers.
  • Sri Welaratna, '[1]', Sound and Vibration (January 1997, 30th anniversary issue). A historical review of hardware spectrum-analyzer devices.
  • Spectrum Analyzer Tutorial Covers various types of spectrum analyser, specifications and measurements.
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Spectrum_analyzer&oldid=885935812'