Content deleted Content added
Hairy Dude (talk | contribs) →Derivation as a special case of Poisson summation: rm random boldface and nonfunctional nbsps; display="block"; use align environment for equational reasoning, not multiple math blocks Tags: Mobile edit Mobile web edit Advanced mobile edit |
fix typo |
||
(39 intermediate revisions by 20 users not shown) | |||
Line 1:
{{
The '''Nyquist–Shannon sampling theorem''' is an essential principle for [[digital signal processing]] linking the [[frequency range]] of a signal and the [[sample rate]] required to avoid a type of [[distortion]] called [[aliasing]]. The theorem states that the sample rate must be at least twice the [[Bandwidth (signal processing)|bandwidth]] of the signal to avoid aliasing
[[File:Bandlimited.svg|thumb|250px|Example of magnitude of the Fourier transform of a bandlimited function]]
Line 9:
Strictly speaking, the theorem only applies to a class of [[mathematical function]]s having a [[continuous Fourier transform|Fourier transform]] that is zero outside of a finite region of frequencies. Intuitively we expect that when one reduces a continuous function to a discrete sequence and [[interpolates]] back to a continuous function, the fidelity of the result depends on the density (or [[Sampling (signal processing)|sample rate]]) of the original samples. The sampling theorem introduces the concept of a sample rate that is sufficient for perfect fidelity for the class of functions that are [[bandlimiting|band-limited]] to a given bandwidth, such that no actual information is lost in the sampling process. It expresses the sufficient sample rate in terms of the bandwidth for the class of functions. The theorem also leads to a formula for perfectly reconstructing the original continuous-time function from the samples.
Perfect reconstruction may still be possible when the sample-rate criterion is not satisfied, provided other constraints on the signal are known (see {{
The name ''Nyquist–Shannon sampling theorem'' honours [[Harry Nyquist]] and [[Claude Shannon]], but the theorem was also previously discovered by [[E. T. Whittaker]] (published in 1915), and Shannon cited Whittaker's paper in his work. The theorem is thus also known by the names ''Whittaker–Shannon sampling theorem'', ''Whittaker–Shannon'', and ''Whittaker–Nyquist–Shannon'', and may also be referred to as the ''cardinal theorem of interpolation''.
Line 21:
A sufficient sample-rate is therefore anything larger than <math>2B</math> samples per second. Equivalently, for a given sample rate <math>f_s</math>, perfect reconstruction is guaranteed possible for a bandlimit <math>B < f_s/2</math>.
When the bandlimit is too high (or there is no bandlimit), the reconstruction exhibits imperfections known as [[aliasing]]. Modern statements of the theorem are sometimes careful to explicitly state that <math>x(t)</math> must contain no [[Sine wave|sinusoidal]] component at exactly frequency <math>B,</math> or that <math>B</math> must be strictly less than
[[File:Sinc function (normalized).svg|thumb|right|250px|The normalized [[sinc function]]: {{nowrap|sin(π{{var|x}}) / (π{{var|x}})}} ... showing the central peak at {{nowrap|1={{var|x}} = 0}}, and zero-crossings at the other integer values of {{var|x}}.]]
The symbol <math>T \triangleq 1/f_s</math> is customarily used to represent the interval between adjacent samples and is called the ''sample period'' or ''sampling interval''. The samples of function <math>x(t)</math> are commonly denoted by
{{cite book |last1=Ahmed |first1=N. |
A mathematically ideal way to interpolate the sequence involves the use of [[sinc function]]s. Each sample in the sequence is replaced by a sinc function, centered on the time axis at the original ___location of the sample <math>nT,</math> with the amplitude of the sinc function scaled to the sample value, <math>x
Practical [[digital-to-analog converter]]s produce neither scaled and delayed [[sinc function]]s, nor ideal [[Dirac pulse]]s. Instead they produce a [[Step function|piecewise-constant
==Aliasing==
Line 39 ⟶ 38:
When <math>x(t)</math> is a function with a [[Fourier transform]] <math>X(f)</math>''':'''
:<math
{{Equation box 1|title=
<math display="block">X_s(f)\ \triangleq \sum_{k=-\infty}^{\infty} X\left(f - k f_s\right) = \sum_{n=-\infty}^{\infty} T\cdot x(nT)\ e^{-i 2\pi n T f}</math> ({{EquationRef|Eq.1}})▼
|indent=: |cellpadding= 0 |border= 0 |background colour=white
|equation = {{NumBlk||
▲<math
|{{EquationRef|Eq.1}}}}
}}
[[File:AliasedSpectrum.png|thumb|upright=1.8|right|<math>X(f)</math> (top blue) and <math>X_A(f)</math> (bottom blue) are continuous Fourier transforms of two {{em|different}} functions, <math>x(t)</math> and <math>x_A(t)</math> (not shown). When the functions are sampled at rate <math>f_s</math>, the images (green) are added to the original transforms (blue) when one examines the discrete-time Fourier transforms (DTFT) of the sequences. In this hypothetical example, the DTFTs are identical, which means {{em|the sampled sequences are identical}}, even though the original continuous pre-sampled functions are not. If these were audio signals, <math>x(t)</math> and <math>x_A(t)</math> might not sound the same. But their samples (taken at rate <math>f_s</math>) are identical and would lead to identical reproduced sounds; thus <math>x_A(t)</math> is an alias of <math>x(t)</math> at this sample rate.]]
which is a periodic function and its equivalent representation as a [[Fourier series]], whose coefficients are <math>
As depicted, copies of <math>X(f)</math> are shifted by multiples of the sampling rate <math>f_s = 1/T</math> and combined by addition. For a band-limited function <math>(X(f) = 0, \text{ for all } |f| \ge B)</math> and sufficiently large <math>f_s,</math> it is possible for the copies to remain distinct from each other. But if the Nyquist criterion is not satisfied, adjacent copies overlap, and it is not possible in general to discern an unambiguous <math>X(f).</math> Any frequency component above <math>f_s/2</math> is indistinguishable from a lower-frequency component, called an ''alias'', associated with one of the copies. In such cases, the customary interpolation techniques produce the alias, rather than the original component. When the sample-rate is pre-determined by other considerations (such as an industry standard), <math>x(t)</math> is usually filtered to reduce its high frequencies to acceptable levels before it is sampled. The type of filter required is a [[lowpass filter]], and in this application it is called an [[anti-aliasing filter]].
[[File:ReconstructFilter.
[[File:Nyquist sampling.gif|upright=1.8|thumb|right|The figure on the left shows a function (in gray/black) being sampled and reconstructed (in gold) at steadily increasing sample-densities, while the figure on the right shows the frequency spectrum of the gray/black function, which does not change. The highest frequency in the spectrum is half the width of the entire spectrum. The width of the steadily-increasing pink shading is equal to the sample-rate. When it encompasses the entire frequency spectrum it is twice as large as the highest frequency, and that is when the reconstructed waveform matches the sampled one.]]
Line 57 ⟶ 61:
When there is no overlap of the copies (also known as "images") of <math>X(f)</math>, the <math>k=0</math> term of {{EquationNote|Eq.1}} can be recovered by the product:
<math display="block">X(f) = H(f) \cdot
where:
Line 65 ⟶ 69:
The sampling theorem is proved since <math>X(f)</math> uniquely determines <math>x(t)</math>.
All that remains is to derive the formula for reconstruction. <math>H(f)</math> need not be precisely defined in the region <math>[B,\ f_s-B]</math> because <math>
<math display="block">H(f) = \mathrm{rect} \left(\frac{f}{f_s} \right) = \begin{cases}1 & |f| < \frac{f_s}{2} \\ 0 & |f| > \frac{f_s}{2}, \end{cases}</math>
where <math>\mathrm{rect}</math> is the [[rectangular function]]. Therefore:
:::<math> = \mathrm{rect}(Tf)\cdot \sum_{n=-\infty}^{\infty} T\cdot x(nT)\ e^{-i 2\pi n T f}</math> (from {{EquationNote|Eq.1}}, above).
▲X(f) &= \mathrm{rect} \left(\frac{f}{f_s} \right) \cdot X_s(f) \\
\mathcal{F}\left \{
\mathrm{sinc} \left( \frac{t - nT}{T} \right)
\right \}}.</math> {{efn-ua|group=bottom|The sinc function follows from rows 202 and 102 of the [[Table of Fourier transforms|transform tables]]}}
The inverse transform of both sides produces the [[Whittaker–Shannon interpolation formula]]:
:<math
which shows how the samples, <math>x(nT)</math>, can be combined to reconstruct <math>x(t)</math>.
Line 98 ⟶ 100:
:because <math>X(\omega)</math> is assumed to be zero outside the band <math>\left|\tfrac{\omega}{2\pi}\right| < B.</math> If we let <math>t = \tfrac{n}{2B},</math> where <math>n</math> is any positive or negative integer, we obtain:
{{Equation box 1|title=
{{NumBlk|::|<math>x \left(\tfrac{n}{2B} \right) = {1 \over 2\pi} \int_{-2\pi B}^{2\pi B} X(\omega) e^{i\omega {n \over {2B}}}\;{\rm d}\omega.</math>|{{EquationRef|Eq.2}}}}▼
|indent=: |cellpadding= 0 |border= 0 |background colour=white
|equation = {{NumBlk|:|
▲
|{{EquationRef|Eq.2}}}}
}}
:On the left are values of <math>x(t)</math> at the sampling points. The integral on the right will be recognized as essentially{{
Line 104 ⟶ 111:
efn|group=proof|Multiplying both sides of {{EquationNote|Eq.2}} by <math>T = 1/2B</math> produces, on the left, the scaled sample values <math>(T\cdot x(nT))</math> in Poisson's formula ({{EquationNote|Eq.1}}), and, on the right, the actual formula for Fourier expansion coefficients.
}} the
Shannon's proof of the theorem is complete at that point, but he goes on to discuss reconstruction via [[sinc function]]s, what we now call the [[Whittaker–Shannon interpolation formula]] as discussed above. He does not derive or prove the properties of the sinc function, as the Fourier pair relationship between the [[rectangular function|rect]] (the rectangular function) and sinc functions was well known by that time.<ref>{{cite book |last1=Campbell |first1=George |last2=Foster |first2=Ronald |title=Fourier Integrals for Practical Applications |date=1942 |publisher=Bell Telephone System Laboratories |___location=New York}}</ref>
}}
As in the other proof, the existence of the Fourier transform of the original signal is assumed, so the proof does not say whether the sampling theorem extends to bandlimited stationary random processes.
===Notes===
<!---Bug report: The group=proof tag attracts the intended footnote, but it also attracts one of the
{{notelist|group=proof}}
==Application to multivariable signals and images==
{{Main|Multidimensional sampling}}
[[File:Moire pattern of bricks small.jpg|thumb|right
▲[[File:Moire pattern of bricks.jpg|thumb|right|205px|Properly sampled image]]
The sampling theorem is usually formulated for functions of a single variable. Consequently, the theorem is directly applicable to time-dependent signals and is normally formulated in that context. However, the sampling theorem can be extended in a straightforward way to functions of arbitrarily many variables. Grayscale images, for example, are often represented as two-dimensional arrays (or matrices) of real numbers representing the relative intensities of [[pixel]]s (picture elements) located at the intersections of row and column sample locations. As a result, images require two independent variables, or indices, to specify each pixel uniquely—one for the row, and one for the column.
Line 130 ⟶ 138:
Similar to one-dimensional discrete-time signals, images can also suffer from aliasing if the sampling resolution, or pixel density, is inadequate. For example, a digital photograph of a striped shirt with high frequencies (in other words, the distance between the stripes is small), can cause aliasing of the shirt when it is sampled by the camera's [[image sensor]]. The aliasing appears as a [[moiré pattern]]. The "solution" to higher sampling in the spatial ___domain for this case would be to move closer to the shirt, use a higher resolution sensor, or to optically blur the image before acquiring it with the sensor using an [[optical low-pass filter]].
Another example is shown
The sampling theorem applies to camera systems, where the scene and lens constitute an analog spatial signal source, and the image sensor is a spatial sampling device.
The sampling theorem also applies to post-processing digital images, such as to up or down sampling.
[[File:CriticalFrequencyAliasing.svg|thumb|right|A family of sinusoids at the critical frequency, all having the same sample sequences of alternating +1 and –1. That is, they all are aliases of each other, even though their frequency is not above half the sample rate.]]▼
==Critical frequency==
To illustrate the necessity of <math>f_s>2B,</math>
:<math>x(t) = \frac{\cos(2 \pi B t + \theta )}{\cos(\theta )}\ = \ \cos(2 \pi B t) - \sin(2 \pi B t)\tan(\theta ), \quad -\pi/2 < \theta < \pi/2.</math>
▲[[File:CriticalFrequencyAliasing.svg|thumb|right|A family of sinusoids at the critical frequency, all having the same sample sequences of alternating +1 and –1. That is, they all are aliases of each other, even though their frequency is not above half the sample rate.]]
▲With <math>f_s=2B</math> or equivalently <math>T=1/2B</math>, the samples are given by''':'''
:<math>x(nT) = \cos(\pi n) - \underbrace{\sin(\pi n)}_{0}\tan(\theta ) = (-1)^n</math>
{{em|regardless of the value of <math>\theta.</math>}}
==Sampling of non-baseband signals==
As discussed by Shannon:<ref name="Shannon49"/>
That is, a sufficient no-loss condition for sampling [[signal (information theory)|signal]]s that do not have [[baseband]] components exists that involves the ''width'' of the non-zero frequency interval as opposed to its highest frequency component. See ''[[Sampling (signal processing)|sampling]]'' for more details and examples.
For example, in order to sample
:<math
for some nonnegative integer <math>N</math> and some sampling frequency <math>f_\mathrm{s}</math>, it is possible to find an interpolation that reproduces the signal. Note that there may be several combinations of <math>N</math> and <math>f_\mathrm{s}</math> that work, including the normal baseband condition as the case <math>N=0.</math> The corresponding interpolation
▲The corresponding interpolation function is the impulse response of an ideal brick-wall [[bandpass filter]] (as opposed to the ideal [[brick-wall filter|brick-wall]] [[lowpass filter]] used above) with cutoffs at the upper and lower edges of the specified band, which is the difference between a pair of lowpass impulse responses:
<math display="block">(N+1)\,\operatorname{sinc} \left(\frac{(N+1)t}T\right) - N\,\operatorname{sinc}\left( \frac{Nt}T \right).</math>
This function is 1 at <math>t=0</math> and zero at any other multiple of <math>T</math> (as well as at other times if <math>N>0</math>).
Other generalizations, for example to signals occupying multiple non-contiguous bands, are possible as well. Even the most generalized form of the sampling theorem does not have a provably true converse. That is, one cannot conclude that information is necessarily lost just because the conditions of the sampling theorem are not satisfied; from an engineering perspective, however, it is generally safe to assume that if the sampling theorem is not satisfied then information will most likely be lost.
Line 170 ⟶ 179:
The sampling theory of Shannon can be generalized for the case of [[nonuniform sampling]], 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.<ref>{{cite book | editor-last =Marvasti | editor-first =F. | title =Nonuniform Sampling, Theory and Practice | publisher =Kluwer Academic/Plenum Publishers | date =2000 | ___location =New York}}</ref> Therefore, although uniformly spaced samples may result in easier reconstruction algorithms, it is not a necessary condition for perfect reconstruction.
The general theory for non-baseband and nonuniform samples was developed in 1967 by [[Henry Landau]].<ref>{{cite journal |first=H. J. |last=Landau |title=Necessary density conditions for sampling and interpolation of certain entire functions |journal=Acta
In the late 1990s, this work was partially extended to cover signals whose amount of occupied bandwidth was known, but the actual occupied portion of the spectrum was unknown.<ref>see, e.g., {{cite book |first=P. |last=Feng |title=Universal minimum-rate sampling and spectrum-blind reconstruction for multiband signals |publisher=Ph.D. dissertation, University of Illinois at Urbana-Champaign |year=1997 }}</ref> In the 2000s, a complete theory was developed▼
In the late 1990s, this work was partially extended to cover signals for which the amount of occupied bandwidth is known but the actual occupied portion of the spectrum is unknown.<ref>
(see the section [[Nyquist–Shannon sampling theorem#Sampling below the Nyquist rate under additional restrictions|Sampling below the Nyquist rate under additional restrictions]] below) using [[compressed sensing]]. In particular, the theory, using signal processing language, is described in this 2009 paper.<ref>{{cite journal | citeseerx = 10.1.1.154.4255 | title = Blind Multiband Signal Reconstruction: Compressed Sensing for Analog Signals | first1 = Moshe | last1 = Mishali | first2 = Yonina C. | last2 = Eldar | journal = IEEE Trans. Signal Process. |date=March 2009 | volume = 57 | issue = 3 | pages = 993–1009 | doi = 10.1109/TSP.2009.2012791 | bibcode = 2009ITSP...57..993M | s2cid = 2529543 }}</ref> 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|stability]].▼
▲
▲(see the section [[
==Sampling below the Nyquist rate under additional restrictions==
Line 178 ⟶ 189:
The Nyquist–Shannon sampling theorem provides a [[necessary and sufficient condition|sufficient condition]] for the sampling and reconstruction of a band-limited signal. When reconstruction is done via the [[Whittaker–Shannon interpolation formula]], the Nyquist criterion is also a necessary condition to avoid aliasing, in the sense that if samples are taken at a slower rate than twice the band limit, then there are some signals that will not be correctly reconstructed. However, if further restrictions are imposed on the signal, then the Nyquist criterion may no longer be a [[necessary and sufficient condition|necessary condition]].
A non-trivial example of exploiting extra assumptions about the signal is given by the recent field of [[compressed sensing]], which allows for full reconstruction with a sub-Nyquist sampling rate. Specifically, this applies to signals that are sparse (or compressible) in some ___domain. As an example, compressed sensing deals with signals that may have a low
Another example where sub-Nyquist sampling is optimal arises under the additional constraint that the samples are quantized in an optimal manner, as in a combined system of sampling and optimal [[lossy compression]].<ref>{{cite journal|last1=Kipnis|first1=Alon|last2=Goldsmith|first2=Andrea J.|last3=Eldar|first3=Yonina C.|last4=Weissman|first4=Tsachy|title=Distortion rate function of sub-Nyquist sampled Gaussian sources|journal=IEEE Transactions on Information Theory|date=January 2016|volume=62|pages=401–429|doi=10.1109/tit.2015.2485271|arxiv=1405.5329|s2cid=47085927 }}</ref> This setting is relevant in cases where the joint effect of sampling and [[Quantization (signal processing)|quantization]] is to be considered, and can provide a lower bound for the minimal reconstruction error that can be attained in sampling and quantizing a [[random signal]]. For stationary Gaussian random signals, this lower bound is usually attained at a sub-Nyquist sampling rate, indicating that sub-Nyquist sampling is optimal for this signal model under optimal [[Quantization (signal processing)|quantization]].<ref>{{cite journal |last1=Kipnis |first1=Alon |last2=Eldar |first2=Yonina |last3=Goldsmith |first3=Andrea |title=Analog-to-Digital Compression: A New Paradigm for Converting Signals to Bits |journal=IEEE Signal Processing Magazine |date=26 April 2018 |volume=35 |issue=3 |pages=16–39 |doi=10.1109/MSP.2017.2774249 |arxiv=1801.06718 |bibcode=2018ISPM...35c..16K |s2cid=13693437 }}</ref>
==Historical background==
The sampling theorem was implied by the work of [[Harry Nyquist]] in 1928,<ref>{{cite journal |
The sampling theorem, essentially a [[duality (mathematics)|dual]] of Nyquist's result, was proved by [[Claude E. Shannon]].<ref name="Shannon49"/>
In 1948 and 1949, Claude E. Shannon published the two revolutionary articles in which he founded
It was not until these articles were published that the theorem known as “Shannon’s sampling theorem” became common property among communication engineers, although Shannon himself writes that this is a fact which is common knowledge in the communication art.{{efn-ua|group=bottom|[[#refShannon49|Shannon 1949]], p. 448.}} A few lines further on, however, he adds: "but in spite of its evident importance, [it] seems not to have appeared explicitly in the literature of communication theory".▼
where <math>X_n = f\left(\frac n {2W} \right).</math>
▲It was not until these articles were published that the theorem known as
===Other discoverers===
Others who have independently discovered or played roles in the development of the sampling theorem have been discussed in several historical articles, for example, by Jerri<ref>{{cite journal | last=Jerri | first=Abdul | author-link=Abdul Jerri | title=The Shannon Sampling Theorem—Its Various Extensions and Applications: A Tutorial Review | journal=Proceedings of the IEEE | volume=65 | issue=11 | pages=1565–1596 | date=November 1977 | doi=10.1109/proc.1977.10771 | bibcode=1977IEEEP..65.1565J | s2cid=37036141 }} See also {{cite journal | last=Jerri | first=Abdul | title=Correction to
▲<blockquote>
As pointed out by Higgins [135], the sampling theorem should really be considered in two parts, as done above: the first stating the fact that a bandlimited function is completely determined by its samples, the second describing how to reconstruct the function using its samples. Both parts of the sampling theorem were given in a somewhat different form by J. M. Whittaker [350, 351, 353] and before him also by Ogura [241, 242]. They were probably not aware of the fact that the first part of the theorem had been stated as early as 1897 by Borel [25].<sup>27</sup> As we have seen, Borel also used around that time what became known as the cardinal series. However, he appears not to have made the link [135]. In later years it became known that the sampling theorem had been presented before Shannon to the Russian communication community by [[Vladimir Kotelnikov|Kotel'nikov]] [173]. In more implicit, verbal form, it had also been described in the German literature by Raabe [257]. Several authors [33, 205] have mentioned that Someya [296] introduced the theorem in the Japanese literature parallel to Shannon. In the English literature, Weston [347] introduced it independently of Shannon around the same time.<sup>28</sup>▼
▲As pointed out by Higgins
{{reflist|group= Meijering}}|Eric Meijering, "A Chronology of Interpolation From Ancient Astronomy to Modern Signal and Image Processing" (citations omitted)
}}
▲</blockquote>
In Russian literature it is known as the Kotelnikov's theorem, named after [[Vladimir Kotelnikov]], who discovered it in 1933.<ref>Kotelnikov VA, ''On the transmission capacity of "ether" and wire in electrocommunications'', [http://ict.open.ac.uk/classics/1.pdf (English translation, PDF)] {{Webarchive|url=https://web.archive.org/web/20210301042517/http://ict.open.ac.uk/classics/1.pdf |date=2021-03-01 }}, Izd. Red. Upr. Svyazzi RKKA (1933), Reprint in ''[http://www.ieeta.pt/~pjf/MSTMA/ Modern Sampling Theory: Mathematics and Applications]'', Editors: J. J. Benedetto und PJSG Ferreira, Birkhauser (Boston) 2000, {{ISBN|0-8176-4023-1}}.</ref>
===Why Nyquist?===
Exactly how, when, or why [[Harry Nyquist]] had his name attached to the sampling theorem remains obscure. The term ''Nyquist Sampling Theorem'' (capitalized thus) appeared as early as 1959 in a book from his former employer, [[Bell Labs]],<ref>{{cite book | title = Transmission Systems for Communications | author = Members of the Technical Staff of Bell Telephone Lababoratories | year = 1959 | publisher = AT&T |
In 1958, [[R. B. Blackman|Blackman]] and [[J. W. Tukey|Tukey]] cited Nyquist's 1928 article as a reference for ''the sampling theorem of information theory'',<ref>{{cite journal
| last1 = Blackman | first1 = R. B. | author1-link = R. B. Blackman
| last2 = Tukey | first2 = J. W. | author2-link = J. W. Tukey
| doi = 10.1002/j.1538-7305.1958.tb03874.x
| journal = [[The Bell System Technical Journal]]
| mr = 102897
| pages = 185–282
| title = The measurement of power spectra from the point of view of communications engineering. I
| volume = 37
| year = 1958}} See glossary, pp. 269–279. Cardinal theorem is on p. 270 and sampling theorem is on p. 277.</ref> even though that article does not treat sampling and reconstruction of continuous signals as others did. Their glossary of terms includes these entries:
{{blockquote|
{{glossary}}
; Sampling theorem (of information theory): Nyquist's result that equi-spaced data, with two or more points per cycle of highest frequency, allows reconstruction of band-limited functions. (See ''Cardinal theorem''.)▼
{{term|Sampling theorem (of information theory)}}
; Cardinal theorem (of interpolation theory): A precise statement of the conditions under which values given at a doubly infinite set of equally spaced points can be interpolated to yield a continuous band-limited function with the aid of the function <math display="block">\frac{\sin (x - x_i)}{x - x_i}.</math>▼
▲
{{term|Cardinal theorem (of interpolation theory)}}
▲
{{glossary end}}}}
Exactly what "Nyquist's result" they are referring to remains mysterious.
When Shannon stated and proved the sampling theorem in his 1949 article, according to Meijering,<ref name="EM" /> "he referred to the critical sampling interval <math>T = \frac 1 {2W}</math> as the ''Nyquist interval'' corresponding to the band
Similarly, Nyquist's name was attached to ''[[Nyquist rate]]'' in 1953 by [[Harold Stephen Black|Harold S. Black]]:
{{blockquote|
According to the ''[[
== See also ==
Line 238 ⟶ 268:
{{refbegin}}
*{{cite journal |first=J.R. |last=Higgins |title=Five short stories about the cardinal series |journal=Bulletin of the AMS |volume=12 |issue=1 |pages=45–89 |date=1985 |doi=10.1090/S0273-0979-1985-15293-0 |url=https://www.ams.org/bull/1985-12-01/S0273-0979-1985-15293-0/ |doi-access=free }}
*{{cite journal |author1-link=Karl Küpfmüller |first=Karl |last=Küpfmüller |title=Utjämningsförlopp inom Telegraf- och Telefontekniken |trans-title=Transients in telegraph and telephone engineering |journal=[[Teknisk Tidskrift]] |issue=9 |pages=153–160 |date=1931 |doi= |url=
*{{cite book |first=R.J. |last=Marks, II |title=Introduction to Shannon Sampling and Interpolation Theory |series=Springer Texts in Electrical Engineering |publisher=Springer |date=1991 |url=http://marksmannet.com/RobertMarks/REPRINTS/1999_IntroductionToShannonSamplingAndInterpolationTheory.pdf |archive-url=https://web.archive.org/web/20110714042657/http://marksmannet.com/RobertMarks/REPRINTS/1999_IntroductionToShannonSamplingAndInterpolationTheory.pdf |archive-date=2011-07-14 |url-status=live |doi=10.1007/978-1-4613-9708-3 |isbn=978-1-4613-9708-3 }}
*{{cite book |editor-first=R.J. |editor-last=Marks, II |title=Advanced Topics in Shannon Sampling and Interpolation Theory |series=Springer Texts in Electrical Engineering |publisher=Springer |date=1993 |url=http://marksmannet.com/RobertMarks/REPRINTS/1993_AdvancedTopicsOnShannon.pdf |archive-url=https://web.archive.org/web/20111006022802/http://marksmannet.com/RobertMarks/REPRINTS/1993_AdvancedTopicsOnShannon.pdf |archive-date=2011-10-06 |url-status=live |isbn=978-1-4613-9757-1 |doi=10.1007/978-1-4613-9757-1 }}
Line 271 ⟶ 301:
[[Category:Claude Shannon]]
[[Category:Telecommunication theory]]
[[Category:Data compression]]
|