Multidimensional transform: Difference between revisions

Content deleted Content added
Canimayi (talk | contribs)
Link suggestions feature: 3 links added.
 
(5 intermediate revisions by 4 users not shown)
Line 43:
then,
 
: {{NumBlk|::|<math> x_1(n_1,\ldots,n_M) x_2(n_1,\ldots,n_M) \overset{\underset{\mathrm{FT}}{}}{\longleftrightarrow} \frac{1}{(2\pi)^M} \int \limits_{-\pi}^\pi \cdots \int\limits_{-\pi}^\pi X_1(\omega_1 - \theta_1,\ldots,\omega_M - \theta_M) X_2 (\theta_1, \ldots, \theta_M) \, d\theta_1 \cdots d\theta_M</math>|{{EquationRef|MD Convolution in Frequency Domain}}}}
 
or,
: {{NumBlk|::|<math> x_1(n_1,\ldots,n_M) x_2(n_1,\ldots,n_M) \overset{\underset{\mathrm{FT}}{}}{\longleftrightarrow} \frac{1}{(2\pi)^M} \int\limits_{-\pi}^\pi \cdots \int\limits_{-\pi}^\pi X_1(\theta_1,\ldots,\theta_M) X_2(\omega_1 - \theta_1,\ldots,\omega_M - \theta_M) \, d\theta_1\cdots d\theta_M</math>|{{EquationRef|MD Convolution in Frequency Domain}}}}
 
====Differentiation====
Line 98:
 
=== MD FFT ===
A [[fast Fourier transform]] (FFT) is an algorithm to compute the discrete Fourier transform (DFT) and its inverse. An FFT computes the DFT and produces exactly the same result as evaluating the DFT definition directly; the only difference is that an FFT is much faster. (In the presence of [[round-off error]], many FFT algorithms are also much more accurate than evaluating the DFT definition directly).There are many different FFT algorithms involving a wide range of mathematics, from simple complex-number arithmetic to group theory and number theory. See more in [[Fast Fourier transform|FFT]].
 
=== MD DFT ===
Line 123:
 
== Multidimensional Laplace transform ==
The multidimensional [[Laplace transform]] is useful for the solution of boundary value problems. Boundary value problems in two or more variables characterized by partial differential equations can be solved by a direct use of the Laplace transform.<ref name=":0">{{Cite journal|title = Theorems on multidimensional laplace transform for solution of boundary value problems|journal = Computers & Mathematics with Applications|date = 1989-01-01|pages = 1033–1056|volume = 18|issue = 12|doi = 10.1016/0898-1221(89)90031-X|first1 = Joyati|last1 = Debnath|first2 = R. S.|last2 = Dahiya|doi-access = free}}</ref> The Laplace transform for an M-dimensional case is defined<ref name=":0"/> as
 
<math> F(s_1,s_2,\ldots,s_n) = \int_{0}^{\infty} \cdots \int_{0}^{\infty}
Line 136:
<math> F(s_1,s_2) </math> is called the image of <math> f(x,y) </math> and <math> f(x,y) </math> is known as the original of <math> F(s_1,s_2) </math>.{{cn|date=November 2019}} This special case can be used to solve the [[Telegrapher's equations]].{{cn|date=November 2019}}}
 
== Multidimensional Z transform ==
Source:<ref>{{Cite web|url = http://dsp-book.narod.ru/HFTSP/8579ch08.pdf|title = Narod Book}}</ref> ==
 
The multidimensional Z transform is used to map the discrete time ___domain multidimensional signal to the Z ___domain. This can be used to check the stability of filters. The equation of the multidimensional Z transform is given by
[[File:Figure 1.1a depicting region of support.png|thumb|209x209px|Figure 1.1a]]
Line 147 ⟶ 149:
<math> F(z_1,z_2)= \sum_{n_1=-\infty}^{\infty} \sum_{n_2=-\infty}^{\infty} f(n_1,n_2) z_1^{-n_1} z_2^{-n_2} </math>
 
The Fourier transform is a special case of the Z transform evaluated along the [[unit circle]] (in 1D) and unit bi-circle (in 2D). i.e. at
 
<math display="inline"> z=e^{iw} </math> where z and w are vectors.
Line 159 ⟶ 161:
If a sequence has a support as shown in Figure 1.1a, then its ROC is shown in Figure 1.1b. This follows that |''F''(''z''<sub>1</sub>,''z''<sub>2</sub>)| < '''∞''' .
 
<math>(z_{01},z_{02})</math> lies in the ROC, then all points<math>(z_1,z_2)</math>that satisfy |z1|≥|z01| and |z2|≥|z02| lie in the ROC.
 
Therefore, for figure 1.1a and 1.1b, the ROC would be
Line 221 ⟶ 223:
museums without affecting their daily use. But this method doesn’t allow a quantitative measure of the corrosion rate.
 
=== Application to weakly nonlinear circuit simulation ===
=== Application to weakly nonlinear circuit simulationSource:<ref>{{Cite book|chapter-url = httphttps://ieeexplore.ieee.org/search/searchresult.jsp?newsearch=true&queryText=Weakly%20Nonlinear%20Circuit%20Analysis%20Based%20on%20Fast%20Multidimensional%20Inverse%20Laplace%20Transform|chapter = Weakly Nonlinear Circuit Analysis Based on Fast Multidimensional Inverse Laplace Transform|last = Wang|first = Tingting|date = 2012|pages = 547–552|doi = 10.1109/ASPDAC.2012.6165013|isbn = 978-1-4673-0772-7|title = 17th Asia and South Pacific Design Automation Conference| s2cid=15427178 }}</ref> ===
 
[[File:A weakly circuit.PNG|thumb|330x330px|An example of a weakly nonlinear circuit]]
The inverse multidimensional Laplace transform can be applied to simulate nonlinear circuits. This is done so by formulating a circuit as a state-space and expanding the Inverse Laplace Transform based on [[Laguerre function]] expansion.