Skip to content
Surf Wiki
Save to docs
engineering

From Surf Wiki (app.surf) — the open knowledge base

Signal processing

Field of electrical engineering


Field of electrical engineering

Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing signals, such as sound, images, potential fields, seismic signals, altimetry processing, and scientific measurements. Signal processing techniques are used to optimize transmissions, digital storage efficiency, correcting distorted signals, improve subjective video quality, and to detect or pinpoint components of interest in a measured signal.

History

According to Alan V. Oppenheim and Ronald W. Schafer, the principles of signal processing can be found in the classical numerical analysis techniques of the 17th century. They further state that the digital refinement of these techniques can be found in the digital control systems of the 1940s and 1950s.

In 1948, Claude Shannon wrote the influential paper "A Mathematical Theory of Communication" which was published in the Bell System Technical Journal. The paper laid the groundwork for later development of information communication systems and the processing of signals for transmission.

Signal processing matured and flourished in the 1960s and 1970s, and digital signal processing became widely used with specialized digital signal processor chips in the 1980s.

Definition of a signal

In signal processing, a signal is represented as a function of time: x(t), where this function is either

  • deterministic (then one speaks of a deterministic signal) or
  • a path (x_t){t \in T}, a realization of a stochastic process (X_t){t \in T}

Categories

Analog

Main article: Analog signal processing

Analog signal processing is for signals that have not been digitized, as in most 20th-century radio, telephone, and television systems. This involves linear electronic circuits as well as nonlinear ones. The former are, for instance, passive filters, active filters, additive mixers, integrators, and delay lines. Nonlinear circuits include compandors, multipliers (frequency mixers, voltage-controlled amplifiers), voltage-controlled filters, voltage-controlled oscillators, and phase-locked loops.

Continuous time

Continuous-time signal processing is for signals that vary with the change of continuous domain (without considering some individual interrupted points).

The methods of signal processing include time domain, frequency domain, and complex frequency domain. This technology mainly discusses the modeling of a linear time-invariant continuous system, integral of the system's zero-state response, setting up system function and the continuous time filtering of deterministic signals. For example, in time domain, a continuous-time signal x(t) passing through a linear time-invariant filter/system denoted as h(t), can be expressed at the output as

y(t) = \int_{-\infty}^\infty h(\tau) x(t - \tau) , d\tau

In some contexts, h(t) is referred to as the impulse response of the system. The above convolution operation is conducted between the input and the system.

Discrete time

Discrete-time signal processing is for sampled signals, defined only at discrete points in time, and as such are quantized in time, but not in magnitude.

Analog discrete-time signal processing is a technology based on electronic devices such as sample and hold circuits, analog time-division multiplexers, analog delay lines and analog feedback shift registers. This technology was a predecessor of digital signal processing (see below), and is still used in advanced processing of gigahertz signals.

The concept of discrete-time signal processing also refers to a theoretical discipline that establishes a mathematical basis for digital signal processing, without taking quantization error into consideration.

Digital

Main article: Digital signal processing

Digital signal processing is the processing of digitized discrete-time sampled signals. Processing is done by general-purpose computers or by digital circuits such as ASICs, field-programmable gate arrays or specialized digital signal processors. Typical arithmetical operations include fixed-point and floating-point, real-valued and complex-valued, multiplication and addition. Other typical operations supported by the hardware are circular buffers and lookup tables. Examples of algorithms are the fast Fourier transform (FFT), finite impulse response (FIR) filter, Infinite impulse response (IIR) filter, and adaptive filters such as the Wiener and Kalman filters.

Nonlinear

Nonlinear signal processing involves the analysis and processing of signals produced from nonlinear systems and can be in the time, frequency, or spatiotemporal domains. Nonlinear systems can produce highly complex behaviors including bifurcations, chaos, harmonics, and subharmonics which cannot be produced or analyzed using linear methods.

Polynomial signal processing is a type of non-linear signal processing, where polynomial systems may be interpreted as conceptually straightforward extensions of linear systems to the nonlinear case.

Statistical

Statistical signal processing is an approach which treats signals as stochastic processes, utilizing their statistical properties to perform signal processing tasks. Statistical techniques are widely used in signal processing applications. For example, one can model the probability distribution of noise incurred when photographing an image, and construct techniques based on this model to reduce the noise in the resulting image.

Graph

Graph signal processing generalizes signal processing tasks to signals living on non-Euclidean domains whose structure can be captured by a weighted graph. Graph signal processing presents several key points such as sampling signal techniques, recovery techniques and time-varying techiques. Graph signal processing has been applied with success in the field of image processing, computer vision and sound anomaly detection.

Application fields

Seismic signal processing
  • Audio signal processing for electrical signals representing sound, such as speech or music{{cite journal |article-number=102795 |doi= 10.1016/j.dsp.2020.102795|arxiv=2007.10729|bibcode=2020DSP...10402795S |s2cid=220665533 }}
  • Image processing in digital cameras, computers and various imaging systems
  • Video processing for interpreting moving pictures
  • Wireless communication waveform generations, demodulation, filtering, equalization
  • Control systems
  • Array processing for processing signals from arrays of sensors
  • Process control a variety of signals are used, including the industry standard 4-20 mA current loop
  • Seismology
  • Feature extraction, such as image understanding, semantic audio and speech recognition.
  • Quality improvement, such as noise reduction, image enhancement, and echo cancellation.
  • Source coding including audio compression, image compression, and video compression.
  • Genomic signal processing
  • In geophysics, signal processing is used to amplify the signal vs the noise within time-series measurements of geophysical data. Processing is conducted within the time domain or frequency domain, or both.

In communication systems, signal processing may occur at:

  • OSI layer 1 in the seven-layer OSI model, the physical layer (modulation, equalization, multiplexing, etc.);
  • OSI layer 2, the data link layer (forward error correction);
  • OSI layer 6, the presentation layer (source coding, including analog-to-digital conversion and data compression).

Typical devices

  • Filters for example analog (passive or active) or digital (FIR, IIR, frequency domain or stochastic filters, etc.)
  • Samplers and analog-to-digital converters for signal acquisition and reconstruction, which involves measuring a physical signal, storing or transferring it as a digital signal, and possibly later rebuilding the original signal or an approximation thereof.
  • Digital signal processors (DSPs)

Mathematical methods applied

  • Differential equations for modeling system behavior, connecting input and output relations in linear time-invariant systems. For instance, a low-pass filter such as an RC circuit can be modeled as a differential equation in signal processing, which allows one to compute the continuous output signal as a function of the input or initial conditions.
  • Recurrence relations
  • Transform theory
  • Time-frequency analysis for processing non-stationary signals
  • Linear canonical transformation
  • Spectral estimation for determining the spectral content (i.e., the distribution of power over frequency) of a set of time series data points
  • Statistical signal processing analyzing and extracting information from signals and noise based on their stochastic properties
  • Linear time-invariant system theory, and transform theory
  • Polynomial signal processing analysis of systems which relate input and output using polynomials
  • System identification and classification
  • Calculus
  • Coding theory
  • Complex analysis
  • Vector spaces and Linear algebra
  • Functional analysis
  • Probability and stochastic processes
  • Detection theory
  • Estimation theory
  • Optimization
  • Numerical methods
  • Data mining for statistical analysis of relations between large quantities of variables (in this context representing many physical signals), to extract previously unknown interesting patterns

References

References

  1. Sengupta, Nandini. (August 2016). "Lung sound classification using cepstral-based statistical features". Computers in Biology and Medicine.
  2. Alan V. Oppenheim and Ronald W. Schafer. (1989). "Discrete-Time Signal Processing". Prentice Hall.
  3. Oppenheim, Alan V.. (1975). "Digital Signal Processing". [[Prentice Hall]].
  4. "A Mathematical Theory of Communication – CHM Revolution".
  5. (1998). "Fifty Years of Signal Processing: The IEEE Signal Processing Society and its Technologies, 1948–1998". The IEEE Signal Processing Society.
  6. Berber, S. (2021). Discrete Communication Systems. United Kingdom: Oxford University Press., page 9, https://books.google.com/books?id=CCs0EAAAQBAJ&pg=PA9
  7. "Microwave & Millimeter-wave Circuits and Systems".
  8. Billings, S. A.. (2013). "Nonlinear System Identification: NARMAX Methods in the Time, Frequency, and Spatio-Temporal Domains". Wiley.
  9. Slawinska, J.. (2018). "2018 IEEE Statistical Signal Processing Workshop (SSP)". IEEE Xplore.
  10. (May 2000). "Polynomial Signal Processing". Wiley.
  11. Scharf, Louis L.. (1991). "Statistical signal processing: detection, estimation, and time series analysis". [[Addison–Wesley]].
  12. Ortega, A.. (2022). "Introduction to Graph Signal Processing". [[Cambridge University Press]].
  13. (2020). "Generalized Sampling on Graphs with Subspace and Smoothness Prior". IEEE Transactions on Signal Processing.
  14. (2024). "Graph Signal Reconstruction under Heterogeneous Noise via Adaptive Uncertainty-Aware Sampling and Soft Classification". IEEE Transactions on Signal and Information Processing over Networks.
  15. (March 2022). "Reconstruction of Time-varying Graph Signals via Sobolev Smoothness". IEEE Transactions on Signal and Information Processing over Networks.
  16. (October 2020). "2020 IEEE International Conference on Image Processing (ICIP)".
  17. (2020). "2020 25th International Conference on Pattern Recognition (ICPR)".
  18. (February 2021). "Frontiers of Computer Vision".
  19. (2024). "Anomalous Sound Detection for Road Surveillance based on Graph Signal Processing". European Conference on Signal Processing, EUSIPCO 2024.
  20. (2001). "Genomic signal processing". IEEE.
  21. (1990). "Applied geophysics". [[Cambridge University Press]].
  22. (2011). "An Introduction to Applied and Environmental Geophysics". [[Wiley-Blackwell]].
  23. Patrick Gaydecki. (2004). "Foundations of Digital Signal Processing: Theory, Algorithms and Hardware Design". IET.
  24. Shlomo Engelberg. (8 January 2008). "Digital Signal Processing: An Experimental Approach". Springer Science & Business Media.
  25. (2003). "Time frequency signal analysis and processing a comprehensive reference". Elsevier.
  26. (2005). "Spectral Analysis of Signals". Prentice Hall.
  27. (4 February 2010). "Statistical Signal Processing of Complex-Valued Data: The Theory of Improper and Noncircular Signals". Cambridge University Press.
  28. Max A. Little. (13 August 2019). "Machine Learning for Signal Processing: Data Science, Algorithms, and Computational Statistics". OUP Oxford.
  29. (2012). "The Mathematics of Signal Processing". Cambridge University Press.
  30. (2010). "Convex Optimization in Signal Processing and Communications". Cambridge University Press.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Signal processing — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report