HOME

TheInfoList



OR:

In applied mathematics, the regressive discrete Fourier series (RDFS) is a generalization of the
discrete Fourier transform In mathematics, the discrete Fourier transform (DFT) converts a finite sequence of equally-spaced Sampling (signal processing), samples of a function (mathematics), function into a same-length sequence of equally-spaced samples of the discre ...
where the
Fourier series A Fourier series () is an Series expansion, expansion of a periodic function into a sum of trigonometric functions. The Fourier series is an example of a trigonometric series. By expressing a function as a sum of sines and cosines, many problems ...
coefficients are computed in a
least squares The method of least squares is a mathematical optimization technique that aims to determine the best fit function by minimizing the sum of the squares of the differences between the observed values and the predicted values of the model. The me ...
sense and the period is arbitrary, i.e., not necessarily equal to the length of the data. It was first proposed by Arruda (1992a, 1992b). It can be used to smooth data in one or more dimensions and to compute derivatives from the smoothed curve,
surface A surface, as the term is most generally used, is the outermost or uppermost layer of a physical object or space. It is the portion or region of the object that can first be perceived by an observer using the senses of sight and touch, and is ...
, or
hypersurface In geometry, a hypersurface is a generalization of the concepts of hyperplane, plane curve, and surface. A hypersurface is a manifold or an algebraic variety of dimension , which is embedded in an ambient space of dimension , generally a Euclidea ...
.


Technique


One-dimensional regressive discrete Fourier series

The one-dimensional RDFS proposed by Arruda (1992a) can be formulated in a very straightforward way. Given a sampled data vector (
signal A signal is both the process and the result of transmission of data over some media accomplished by embedding some variation. Signals are important in multiple subject fields including signal processing, information theory and biology. In ...
) x_n=x(t_n), one can write the algebraic expression: :x_n=\sum_^ X_k e^+\varepsilon_n, t_n \text,\quad n=1,\dots,N.\, Typically t_n=n\,\Delta t, but this is not necessary. The above equation can be written in matrix form as : W X=x+\varepsilon. \, The
least squares The method of least squares is a mathematical optimization technique that aims to determine the best fit function by minimizing the sum of the squares of the differences between the observed values and the predicted values of the model. The me ...
solution of the above
linear system of equations In mathematics, a system of linear equations (or linear system) is a collection of two or more linear equations involving the same variables. For example, : \begin 3x+2y-z=1\\ 2x-2y+4z=-2\\ -x+\fracy-z=0 \end is a system of three equations in ...
can be written as: : \hat=(W^H W)^W^x \, where X^H is the conjugate transpose of X , and the smoothed signal is obtained from: : \hat=W \hat \, The first derivative of the smoothed signal \hat can be obtained from: :\frac(t_n)=\sum_^q \frac X_k e^, \quad n=1,\dots,N.\,


Two-dimensional regressive discrete Fourier series (RDFS)

The two-dimensional, or bidimensional RDFS proposed by Arruda (1992b) can also be formulated in a straightforward way. Here the equally spaced data case will be treated for the sake of simplicity. The general non-equally-spaced and arbitrary grid cases are given in the reference (Arruda, 1992b). Given a sampled data matrix (bi dimensional
signal A signal is both the process and the result of transmission of data over some media accomplished by embedding some variation. Signals are important in multiple subject fields including signal processing, information theory and biology. In ...
) x_=x(\xi_m,\nu_n), m=1,\dots,M;\ n=1,\dots,N; one can write the algebraic expression: :x_=\sum_^ \sum_^ X_ e^e^+\varepsilon_, \quad m=1,\dots,M;\ n=1,\dots,N.\, The above equation can be written in matrix form for a rectangular grid. For the equally spaced sampling case :\xi_m=m\Delta \xi, \nu_n=n\Delta\nu\, we have: :x_=\sum_^p \sum_^ X_ e^e^+\epsilon_, \quad m=1,\dots,M;\ n=1,\dots,N.\, The
least squares The method of least squares is a mathematical optimization technique that aims to determine the best fit function by minimizing the sum of the squares of the differences between the observed values and the predicted values of the model. The me ...
solution may be shown to be: :\hat=(W^_W_)^W^H_xW^*_(W_W^H_)^\, and the smoothed bidimensional surface is given by: :\hat=W_\hatW_^t\, where X^H is the conjugate, and X^t is the transpose of X . Differentiation with respect to \xi \text\nu can be easily implemented analogously to the one-dimensional case (Arruda, 1992b).


Current applications

*Spatially dense data condensation applications: Arruda, J.R.F.
993 Year 993 ( CMXCIII) was a common year starting on Sunday of the Julian calendar. Events By place Europe * Spring – The 12-year-old King Otto III gives the Sword of Saints Cosmas and Damian (also known as the Sword of Essen) as ...
applied the RDFS to condense spatially dense spatial measurements made with a
laser Doppler vibrometer A laser Doppler vibrometer (LDV) is a scientific instrument that is used to make non-contact vibration measurements of a surface. The laser beam from the LDV is directed at the surface of interest, and the vibration amplitude and frequency are ex ...
prior to applying
modal analysis Modal analysis is the study of the dynamic properties of systems in the frequency domain. It consists of mechanically exciting a studied component in such a way to target the Normal mode, modeshapes of the structure, and recording the vibration ...
parameter estimation Estimation theory is a branch of statistics that deals with estimating the values of parameters based on measured empirical data that has a random component. The parameters describe an underlying physical setting in such a way that their value ...
methods. More recently, Vanherzeele et al. (2006, 2008a) proposed a generalized and an optimized RDFS for the same kind of application. A review of optical measurement processing using the RDFS was published by Vanherzeele et al. (2009). *Spatial derivative applications: Batista et al.
009 009 may refer to: * OO9, gauge model railways * O09, FAA identifier for Round Valley Airport * 0O9, FAA identifier for Ward Field, see List of airports in California * British secret agent 009, see 00 Agent * BA 009, see British Airways Flight ...
applied RDFS to obtain spatial derivatives of bi dimensional measured vibration data to identify
material properties A material property is an intensive property of a material, i.e., a physical property or chemical property that does not depend on the amount of the material. These quantitative properties may be used as a metric by which the benefits of one ma ...
from transverse modes of rectangular plates. *SHM applications: Vanherzeele et al.
009 009 may refer to: * OO9, gauge model railways * O09, FAA identifier for Round Valley Airport * 0O9, FAA identifier for Ward Field, see List of airports in California * British secret agent 009, see 00 Agent * BA 009, see British Airways Flight ...
applied a generalized version of the RDFS to
tomography Tomography is imaging by sections or sectioning that uses any kind of penetrating wave. The method is used in radiology, archaeology, biology, atmospheric science, geophysics, oceanography, plasma physics, materials science, cosmochemistry, ast ...
reconstruction.


Software

Recently, a package that includes one and two-dimensional RDFS was developed in order to make easier its use in the free and open source software R:
A R package for RDFS at Github


See also

*
Discrete Fourier transform In mathematics, the discrete Fourier transform (DFT) converts a finite sequence of equally-spaced Sampling (signal processing), samples of a function (mathematics), function into a same-length sequence of equally-spaced samples of the discre ...
*
Fourier series A Fourier series () is an Series expansion, expansion of a periodic function into a sum of trigonometric functions. The Fourier series is an example of a trigonometric series. By expressing a function as a sum of sines and cosines, many problems ...


References

{{reflist *Arruda, J.R.F., 1992a: Analysis of non-equally spaced data using a Regressive discrete Fourier series. Journal of Sound and Vibration, 156(3), 571–574. *Arruda, J.R.F., 1992b: Surface smoothing and partial spatial derivatives using a regressive discrete Fourier series. Mechanical Systems and Signal Processing, 6(1), 41–50. *Arruda, J.R.F., 1993: Spatial domain modal analysis of lightly-damped structures using laser velocimeters. Journal of Vibration and Acoustics, 115, 225–231. *Batista, F.B., Albuquerque, E.L., Arruda, J.R.F., Dias Jr., M., 2009: Identification of the bending stiffness of symmetric laminates using regressive discrete Fourier series and finite differences. Journal of Sound and Vibration, 320, 793–807. *Vanherzeele, J., Guillaume, P., Vanlanduit, S., Verboten, P., 2006: Data reduction using a generalized regressive discrete Fourier series, Journal of Sound and Vibration, 298, 1–11. *Vanherzeele, J., Vanlanduit, S., Guillaume, P., 2008a: Reducing spatial data using an optimized regressive discrete Fourier series, Journal of Sound and Vibration, 309, 858–867. *Vanherzeele, J., Longo, R., Vanlanduit, S., Guillaume, P., 2008b
Tomographic reconstruction using a generalized regressive discrete Fourier series
Mechanical Systems and Signal Processing, 22, 1237–1247. *Vanherzeele, J., Vanlanduit, S., Guillaume, P., 2009: Processing optical measurements using a regressive discrete Fourier series, Optical and lasers in engineering, 47, 461–472. Signal processing Fourier analysis