Derivation of the Navier–Stokes equations: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
→‎Conservation laws: The specification that the sinks are positive is needed to explain the minus sign on the integral of $Q$.
flow velocity is not the time derivative of position
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
In the [[mathematics]] of [[signal processing]], the '''harmonic wavelet transform''', introduced by [[David Edward Newland]] in 1993, is a [[wavelet]]-based linear transformation of a given function into a [[time-frequency representation]].  It combines advantages of the [[short-time Fourier transform]] and the [[continuous wavelet transform]]. It can be expressed in terms of repeated [[Fourier transform]]s, and its discrete analogue can be computed efficiently using a [[fast Fourier transform]] algorithm.
Friends contact her Felicidad and her husband doesn't like it at all. To keep birds is 1 of the issues he enjoys most. Interviewing is what she does but quickly she'll be on her personal. Her family members life in Idaho.<br><br>Take a look at my website ... [http://Www.Tobynabors.com/ActivityFeed/MyProfile/tabid/61/userId/46195/Default.aspx http://Www.Tobynabors.com/ActivityFeed/MyProfile/tabid/61/userId/46195/Default.aspx]
 
== Harmonic wavelets ==
 
The transform uses a family of "harmonic" wavelets indexed by two integers ''j'' (the "level" or "order") and ''k'' (the "translation"), given by <math>w(2^j t - k) \!</math>, where
 
:<math>w(t) = \frac{e^{i4\pi t} - e^{i 2\pi t}}{i 2\pi t} .</math>
 
These functions are orthogonal, and their Fourier transforms are a square [[window function]] (constant in a certain octave band and zero elsewhere).  In particular, they satisfy:
 
:<math>\int_{-\infty}^\infty w^*(2^j t - k) \cdot w(2^{j'} t - k') \, dt = \frac{1}{2^j} \delta_{j,j'} \delta_{k,k'}</math>
:<math>\int_{-\infty}^\infty w(2^j t - k) \cdot w(2^{j'} t - k') \, dt = 0</math>
 
where "*" denotes [[complex conjugation]] and <math>\delta</math> is [[Kronecker's delta]].
 
As the order ''j'' increases, these wavelets become more localized in Fourier space (frequency) and in higher frequency bands, and conversely become less localized in time (''t''). Hence, when they are used as a [[basis (linear algebra)|basis]] for expanding an arbitrary function, they represent behaviors of the function on different timescales (and at different time offsets for different ''k'').
 
However, it is possible to combine all of the negative orders (''j'' &lt; 0) together into a single family of "scaling" functions <math>\varphi(t - k)</math> where
 
:<math>\varphi(t) = \frac{e^{i2\pi t} - 1}{i 2\pi t}.</math>
 
The function ''&phi;'' is orthogonal to itself for different ''k'' and is also orthogonal to the wavelet functions for non-negative ''j'':
 
:<math>\int_{-\infty}^\infty \varphi^*(t - k) \cdot \varphi(t - k') \, dt = \delta_{k,k'}</math>
:<math>\int_{-\infty}^\infty w^*(2^j t - k) \cdot \varphi(t - k') \, dt = 0\text{ for }j \geq 0</math>
:<math>\int_{-\infty}^\infty \varphi(t - k) \cdot \varphi(t - k') \, dt = 0</math>
:<math>\int_{-\infty}^\infty w(2^j t - k) \cdot \varphi(t - k') \, dt = 0\text{ for }j \geq 0.</math>
 
==Harmonic wavelet transform==
 
In the harmonic wavelet transform, therefore, an arbitrary real- or complex-valued function <math>f(t)</math> (in [[Lp space|L2]]) is expanded in the basis of the harmonic wavelets (for all integers ''j'') and their complex conjugates:
 
:<math>f(t) = \sum_{j=-\infty}^\infty \sum_{k=-\infty}^\infty \left[ a_{j,k} w(2^j t - k) + \tilde{a}_{j,k} w^*(2^j t - k)\right],</math>
 
or alternatively in the basis of the wavelets for non-negative ''j'' supplemented by the scaling functions ''&phi;'':
 
:<math>f(t) = \sum_{k=-\infty}^\infty \left[ a_k \varphi(t - k) + \tilde{a}_k \varphi^*(t - k) \right] + \sum_{j=0}^\infty \sum_{k=-\infty}^\infty \left[ a_{j,k} w(2^j t - k) + \tilde{a}_{j,k} w^*(2^j t - k)\right] .</math>
 
The expansion coefficients can then, in principle, be computed using the orthogonality relationships:
 
:<math>
\begin{align}
a_{j,k} & {} = 2^j \int_{-\infty}^\infty f(t) \cdot w^*(2^j t - k) \, dt \\
\tilde{a}_{j,k} & {} = 2^j \int_{-\infty}^\infty f(t) \cdot w(2^j t - k) \, dt \\
a_k & {} = \int_{-\infty}^\infty f(t) \cdot \varphi^*(t - k) \, dt \\
\tilde{a}_k & {} = \int_{-\infty}^\infty f(t) \cdot \varphi(t - k) \, dt.
\end{align}
</math>
 
For a real-valued function ''f''(''t''), <math>\tilde{a}_{j,k} = a_{j,k}^*</math> and <math>\tilde{a}_k = a_k^*</math> so one can cut the number of independent expansion coefficients in half.
 
This expansion has the property, analogous to [[Parseval's theorem]], that:
 
:<math>
\begin{align}
& \sum_{j=-\infty}^\infty \sum_{k=-\infty}^\infty 2^{-j} \left( |a_{j,k}|^2 + |\tilde{a}_{j,k}|^2 \right) \\
& {} = \sum_{k=-\infty}^\infty \left( |a_k|^2 + |\tilde{a}_k|^2 \right) + \sum_{j=0}^\infty \sum_{k=-\infty}^\infty 2^{-j} \left( |a_{j,k}|^2 + |\tilde{a}_{j,k}|^2 \right) \\
& {} = \int_{-\infty}^\infty |f(x)|^2 \, dx.
\end{align}
</math>
 
Rather than computing the expansion coefficients directly from the orthogonality relationships, however, it is possible to do so using a sequence of Fourier transforms.  This is much more efficient in the discrete analogue of this transform (discrete ''t''), where it can exploit [[fast Fourier transform]] algorithms.
 
== References ==
 
* David E. Newland, "Harmonic wavelet analysis," ''Proceedings of the Royal Society of London, Series A (Mathematical and Physical Sciences)'', vol. '''443''', no. 1917, p. 203&ndash;225 (8 Oct. 1993).
* ''Wavelets: the key to intermittent information'' by B. W. Silverman and J. C. Vassilicos, Oxford University Press, 2000. (ISBN 0-19-850716-X)
* B. Boashash, editor, “Time-Frequency Signal Analysis and Processing – A Comprehensive Reference”, Elsevier Science, Oxford, 2003.
 
[[Category:Time–frequency analysis]]
[[Category:Transforms]]
[[Category:Wavelets]]

Latest revision as of 12:01, 10 January 2015

Friends contact her Felicidad and her husband doesn't like it at all. To keep birds is 1 of the issues he enjoys most. Interviewing is what she does but quickly she'll be on her personal. Her family members life in Idaho.

Take a look at my website ... http://Www.Tobynabors.com/ActivityFeed/MyProfile/tabid/61/userId/46195/Default.aspx