<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=174.119.116.30</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=174.119.116.30"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/174.119.116.30"/>
	<updated>2026-08-04T07:55:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Parallel_Processing_(DSP_implementation)&amp;diff=27936</id>
		<title>Parallel Processing (DSP implementation)</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Parallel_Processing_(DSP_implementation)&amp;diff=27936"/>
		<updated>2013-07-30T16:43:15Z</updated>

		<summary type="html">&lt;p&gt;174.119.116.30: Reverted good faith edit(s) by 202.131.98.170 using STiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Nonuniform sampling&#039;&#039;&#039; is a branch of sampling theory involving results related to the [[Nyquist–Shannon sampling theorem]]. Nonuniform sampling is based on [[Lagrange interpolation]] and the relationship between itself and the (uniform) sampling theorem. Nonuniform sampling is a generalisation of the Whittaker–Shannon–Kotelnikov (WSK) sampling theorem.&lt;br /&gt;
&lt;br /&gt;
The sampling theory of Shannon can be generalized for the case of nonuniform samples, that is, samples not taken equally spaced in time. The Shannon sampling theory for non-uniform sampling states that a band-limited signal can be perfectly reconstructed from its samples if the average sampling rate satisfies the Nyquist condition.&amp;lt;ref&amp;gt;Nonuniform Sampling, Theory and Practice (ed. F. Marvasti), Kluwer Academic/Plenum Publishers, New York, 2000&amp;lt;/ref&amp;gt; Therefore, although uniformly spaced samples may result in easier reconstruction algorithms, it is not a necessary condition for perfect reconstruction.&lt;br /&gt;
&lt;br /&gt;
The general theory for non-baseband and nonuniform samples was developed in 1967 by [[Henry Landau]].&amp;lt;ref&amp;gt;H. J. Landau, “Necessary density conditions for sampling and interpolation of certain entire functions,” Acta Math., vol. 117, pp. 37–52, Feb. 1967.&amp;lt;/ref&amp;gt;  He proved that, to paraphrase roughly, the average sampling rate (uniform or otherwise) must be twice the &#039;&#039;occupied&#039;&#039; bandwidth of the signal, assuming it is &#039;&#039;a priori&#039;&#039; known what portion of the spectrum was occupied.&lt;br /&gt;
In the late 1990s, this work was partially extended to cover signals for which the amount of occupied bandwidth was known, but the actual occupied portion of the spectrum was unknown.&amp;lt;ref&amp;gt;see, e.g., P. Feng, “Universal minimum-rate sampling and spectrum-blind reconstruction for multiband signals,” Ph.D. dissertation, University&lt;br /&gt;
of Illinois at Urbana-Champaign, 1997.&amp;lt;/ref&amp;gt;  In the 2000s, a complete theory was developed&lt;br /&gt;
(see the section [[Nyquist–Shannon_sampling_theorem#Beyond_Nyquist|Beyond Nyquist]] below) using [[compressed sensing]].  In particular, the theory, using signal processing language, is described in this 2009 paper.&amp;lt;ref&amp;gt;[http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.154.4255 Blind Multiband Signal Reconstruction: Compressed Sensing for Analog Signals], Moshe Mishali and Yonina C. Eldar, in &#039;&#039;&#039;IEEE Trans. Signal Processing&#039;&#039;&#039;, March 2009, Vol 57 Issue 3&amp;lt;/ref&amp;gt;  They show, among other things, that if the frequency locations are unknown, then it is necessary to sample at least at twice the Nyquist criteria; in other words, you must pay at least a factor of 2 for not knowing the location of the [[spectrum]].  Note that minimum sampling requirements do not necessarily guarantee [[numerical stability]].&lt;br /&gt;
&lt;br /&gt;
==Lagrange (polynomial) interpolation==&lt;br /&gt;
&lt;br /&gt;
For a given function, it is possible to construct a polynomial of degree &#039;&#039;n&#039;&#039; which has the same value with the function at &#039;&#039;n&#039;&#039;&amp;amp;nbsp;+&amp;amp;nbsp;1 points.&amp;lt;ref&amp;gt;Marvasti 2001, p. 124.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let the &#039;&#039;n&#039;&#039;&amp;amp;nbsp;+&amp;amp;nbsp;1 points to be &amp;lt;math&amp;gt;z_0, z_1, \ldots , z_n&amp;lt;/math&amp;gt;, and the &#039;&#039;n&#039;&#039;&amp;amp;nbsp;+&amp;amp;nbsp;1 values to be &amp;lt;math&amp;gt;w_0, w_1, \ldots, w_n&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In this way, there exists a unique polynomial &amp;lt;math&amp;gt;p_n(z)&amp;lt;/math&amp;gt; such that&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;p_n(z_i) = w_i, \text{ where }i = 0, 1, \ldots, n.&amp;lt;/math&amp;gt;&amp;lt;ref&amp;gt;Marvasti 2001, pp. 124–125.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Furthermore, it is possible to simplify the representation of &amp;lt;math&amp;gt;p_n(z)&amp;lt;/math&amp;gt; using the &#039;&#039;&#039;interpolating polynomials&#039;&#039;&#039; of Lagrange interpolation:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;I_k(z) = \frac{(z-z_0)(z-z_1)\cdots(z-z_{k-1})(z-z_{k+1})\cdots(z-z_n)}{(z_k-z_0)(z_k-z_1)\cdots(z_k-z_{k-1})(z_k-z_{k+1})\cdots(z_k-z_n)}&amp;lt;/math&amp;gt;&amp;lt;ref&amp;gt;Marvasti 2001, p. 126.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the above equation:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
I_k(z_j) = \delta_{k,j} = &lt;br /&gt;
\begin{cases}&lt;br /&gt;
 0, &amp;amp; \text{if }k\ne j \\&lt;br /&gt;
 1, &amp;amp; \text{if }k = j&lt;br /&gt;
\end{cases}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a result,&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;p_n(z) = \sum_{k=0}^n w_kI_k(z)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;p_n(z_j) = w_j, j = 0, 1, \ldots, n&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To make the polynomial form more useful:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;G_n(z) = (z-z_0)(z-z_1)\cdots(z-z_n)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In that way, the &#039;&#039;&#039;Lagrange Interpolation Formula&#039;&#039;&#039; appears:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;p_n(z) = \sum_{k=0}^n w_k\frac{G_n(z)}{(z-z_k)G&#039;_n(z_k)}&amp;lt;/math&amp;gt;&amp;lt;ref&amp;gt;Marvasti 2001, p. 127.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that if &amp;lt;math&amp;gt;f(z_j)=p_n(z_j), j=0, 1, \ldots, n,&amp;lt;/math&amp;gt;, then the above formula becomes:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;f(z) = \sum_{k=0}^n f(z_k)\frac{G_n(z)}{(z-z_k)G&#039;_n(z_k)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Whittaker–Shannon–Kotelnikov (WSK) sampling theorem==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Whittaker&#039;&#039;&#039; tried to extend the Lagrange Interpolation from polynomials to entire functions. He showed that it is possible to construct the entire function&amp;lt;ref&amp;gt;Marvasti 2001, p. 132.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;C_f(z) = \sum_{n=-\infty}^\infty f(a+nW)\frac{\sin[\pi(z-a-nW/W)]}{[\pi(z-a-nW/W)]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which has the same value with &amp;lt;math&amp;gt;f(z)&amp;lt;/math&amp;gt; at the points &amp;lt;math&amp;gt;z_n = a + nW&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Moreover, &amp;lt;math&amp;gt;C_f(z)&amp;lt;/math&amp;gt; can be written in a similar form of the last equation in previous section:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;C_f(z) = \sum_{n=-\infty}^{\infty}f(z_n)\frac{G(z)}{G&#039;(z_n)(z-z_n)},\text{ where }G(z)=\sin[\pi(z-a)/W]\text{ and }z_n=a+nW&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When &#039;&#039;a&#039;&#039;&amp;amp;nbsp;=&amp;amp;nbsp;0 and &#039;&#039;W&#039;&#039;&amp;amp;nbsp;=&amp;amp;nbsp;1, then the above equation becomes almost the same as WSK theorem:&amp;lt;ref&amp;gt;Marvasti 2001, p. 134.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If a function f can be represented in the form&lt;br /&gt;
:&amp;lt;math&amp;gt;f(t) = \int_{-\sigma}^\sigma e^{jxt}g(x)\, dx \qquad (t\in \mathbb{R}), \qquad \forall g\in L^2(-\sigma,\sigma),&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then &#039;&#039;f&#039;&#039; can be reconstructed from its samples as following:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;f(t) = \sum_{k=-\infty}^\infty f\left(\frac{k\pi}{\sigma}\right)\frac{\sin(\sigma t-k\pi)}{\sigma t-k\pi} \qquad (t\in \mathbb{R})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nonuniform sampling==&lt;br /&gt;
For a sequence &amp;lt;math&amp;gt;\{t_k\}_{k\in \mathbb{Z}}&amp;lt;/math&amp;gt; satisfying&amp;lt;ref&amp;gt;Marvasti 2001, p. 137.&amp;lt;/ref&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;D=\sup_{k\in\mathbb{Z}}|t_k-k|&amp;lt;\frac{1}{4},&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then&lt;br /&gt;
:&amp;lt;math&amp;gt;f(t) = \sum_{k=-\infty}^\infty f(t_k)\frac{G(t)}{G&#039;(t_k)(t-t_k)},\qquad \forall f\in B^2_\pi,\qquad (t\in \mathbb{R}),&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\text{ where }G(t)=(t-t_0)\prod_{k=1}^\infty \left(1-\frac{t}{t_k}\right)\left(1-\frac{t}{t_{-k}}\right),&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B^2_\sigma.&amp;lt;/math&amp;gt; is [[Bernstein space]]&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\text{and }f(t)&amp;lt;/math&amp;gt; is uniformly convergent on compact sets.&amp;lt;ref&amp;gt;Marvasti 2001, p. 138.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above is called the Paley–Wiener–Levinson theorem, which generalize WSK sampling theorem from uniform samples to non uniform samples. Both of them can reconstruct a band-limited signal from those samples, respectively.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
*F. Marvasti, Nonuniform sampling: Theory and Practice. Plenum Publishers Co., 2001, pp. 123–140.&lt;br /&gt;
&lt;br /&gt;
[[Category:Digital signal processing]]&lt;/div&gt;</summary>
		<author><name>174.119.116.30</name></author>
	</entry>
</feed>