The Discrete Cosine Transform
Abstract.
Each discrete cosine transform (DCT) uses \(N\) real basis vectors whose components are cosines. In the DCT-4, for example, the \(j\)th component of \({\mathbf{v}}_{k}\) is \(\cos(j+\frac{1}{2})(k+\frac{1}{2})\frac{\pi}{N}\). These basis vectors are orthogonal and the transform is extremely useful in image processing. If the vector \(\mathbf{x}\) gives the intensities along a row of pixels, its cosine series \(\sum c_{k}{\mathbf{v}}_{k}\) has the coefficients \(c_{k}=(\mathbf{x},{\mathbf{v}}_{k})/N\). They are quickly computed from a Fast Fourier Transform. But a direct proof of orthogonality, by calculating inner products, does not reveal how natural these cosine vectors are.
We prove orthogonality in a different way. Each DCT basis contains the eigenvectors of a symmetric “second difference” matrix. By varying the boundary conditions we get the established transforms DCT-1 through DCT-4. Other combinations lead to four additional cosine transforms. The type of boundary condition (Dirichlet or Neumann, centered at a meshpoint or a midpoint) determines the applications that are appropriate for each transform. The centering also determines the period: \(N-1\) or \(N\) in the established transforms, \(N-\frac{1}{2}\) or \(N+\frac{1}{2}\) in the other four. The key point is that all these “eigenvectors of cosines” come from simple and familiar matrices.
Keywords
MSC codes
Introduction.
Just as the Fourier series is the starting point in transforming and analyzing periodic functions, the basic step for vectors is the Discrete Fourier Transform (DFT). It maps the “time domain” to the “frequency domain.” A vector with \(N\) components is written as a combination of \(N\) special basis vectors \({\mathbf{v}}_{k}\). Those are constructed from powers of the complex number \(w=e^{2\pi i/N}\):The vectors \({\mathbf{v}}_{k}\) are the columns of the Fourier matrix \(F=F_{N}\). Those columns are orthogonal. So the inverse of \(F\) is its conjugate transpose, divided by \(\|{\mathbf{v}}_{k}\|^2=N\). The discrete Fourier series \(\mathbf{x}=\sum c_{k}{\mathbf{v}}_{k}\) is \(\mathbf{x}=F{\mathbf{c}}\). The inverse \({\mathbf{c}}=F^{-1}\mathbf{x}\) uses \(c_{k}=(\mathbf{x},{\mathbf{v}}_{k})/N\) for the (complex) Fourier coefficients.
\begin{equation*}{\mathbf{v}}_{k}=\left(1,w^{k},w^{2k},\ldots,w^{(N-1)k}\right),\quad k=0,1,\ldots,N-1.\end{equation*}
Two points to mention, about orthogonality and speed, before we come to the purpose of this note. First, for these DFT basis vectors, a direct proof of orthogonality is very efficient:The numerator is zero because \(w^{N}=1\). The denominator is nonzero because \(k\ne\ell\). This proof of \(({\mathbf{v}}_{k},{\mathbf{v}}_{\ell})=0\) is short but not very revealing. I want to recommend a different proof, which recognizes the \({\mathbf{v}}_{k}\) as eigenvectors. We could work with any circulant matrix, and we will choose below a symmetric \(A_{0}\). Then linear algebra guarantees that its eigenvectors \({\mathbf{v}}_{k}\) are orthogonal.
\begin{equation*}({\mathbf{v}}_{k},{\mathbf{v}}_{\ell})=\sum_{j=0}^{N-1}(w^{k})^{j}(\bar{w}^{\ell})^{j}=\frac{(w^{k}\bar{w}^{\ell})^{N}-1}{w^{k}\bar{w}^{\ell}-1}.\end{equation*}
Actually this second proof, verifying that \(A_{0}{\mathbf{v}}_{k}=\lambda_{k}{\mathbf{v}}_{k}\), brings out a central point of Fourier analysis. The Fourier basis diagonalizes every periodic constant coefficient operator. Each frequency \(k\) (or \(2\pi k/N\)) has its own frequency response \(\lambda_{k}\). The complex exponential vectors \({\mathbf{v}}_{k}\) are important in applied mathematics because they are eigenvectors!
The second key point is speed of calculation. The matrices \(F\) and \(F^{-1}\) are full, which normally means \(N^{2}\) multiplications for the transform and the inverse transform: \(\mathbf{y}=F\mathbf{x}\) and \(\mathbf{x}=F^{-1}\mathbf{y}\). But the special form \(F_{jk}=w^{jk}\) of the Fourier matrix allows a factorization into very sparse and simple matrices. This is the Fast Fourier Transform (FFT). It is easiest when \(N\) is a power \(2^{L}\). The operation count drops from \(N^{2}\) to \(\tfrac{1}{2}NL\), which is an enormous saving. But the matrix entries (powers of \(w\)) are complex.
The purpose of this note is to consider real transforms that involve cosines. Each matrix of cosines yields a Discrete Cosine Transform (DCT). There are four established types, DCT-1 through DCT-4, which differ in the boundary conditions at the ends of the interval. (This difference is crucial. The DCT-2 and DCT-4 are constantly applied in image processing; they have an FFT implementation and they are truly useful.) All four types of DCT are orthogonal transforms. The usual proof is a direct calculation of inner products of the \(N\) basis vectors, using trigonometric identities.
We want to prove this orthogonality in the second (indirect) way. The basis vectors of cosines are actually eigenvectors of symmetric second-difference matrices. This proof seems more attractive, and ultimately more useful. It also leads us, by selecting different boundary conditions, to four less familiar cosine transforms. The complete set of eight DCTs was found in 1985 by Wang and Hunt [10], and we want to derive them in a simple way. We begin now with the DFT.
1. The Periodic Case and the DFT.
The Fourier transform works perfectly for periodic boundary conditions (and constant coefficients). For a second difference matrix, the constant diagonals contain \(-1\) and 2 and \(-1\). The diagonals with \(-1\) loop around to the upper right and lower left corners, by periodicity, to produce a circulant matrix:For this matrix \(A_{0}\), and every matrix throughout the paper, we look at three things:
\begin{equation*}A_{0}=\left[\begin{array}{*{20}{r}}2&{ - 1}&{}&{}&{ - 1}\\ { - 1}&2&{ - 1}&{}&{}\\ {}&{}& \ddots &{}&{}\\ {}&{}&{ - 1}&2&{ - 1}\\ { - 1}&{}&{}&{ - 1}&2\end{array}\right].\end{equation*}
1.
the interior rows,
2.
the boundary rows (rows 0 and \(N-1\)),
3.
the eigenvectors.
The interior rows will be the same in every matrix! The \(j\)th entry of \(A_{0}u\) is \(-u_{j-1}+2u_{j}-u_{j+1}\), which corresponds to \(-u^{\prime\prime}\). This choice of sign makes each matrix positive definite (or at least semidefinite). No eigenvalues are negative.
At the first and last rows (\(j=0\) and \(j=N-1\)), this second difference involves \(u_{-1}\) and \(u_{N}\). It reaches beyond the boundary. Then the periodicity \(u_{N}=u_{0}\) and \(u_{N-1}=u_{-1}\) produces the \(-1\) entries that appear in the corners of \(A_{0}\).
Note: The numbering throughout this paper goes from 0 to \(N-1\), since SIAM is glad to be on very friendly terms with the IEEE. But we still use \(i\) for \(\sqrt{-1}\)! No problem anyway, since the DCT is real.
We now verify that \({\mathbf{v}}_{k}=(1,w^{k},w^{2k},\ldots,w^{(N-1)k})\) is an eigenvector of \(A_{0}\). It is periodic because \(w^{N}=1\). The \(j\)th component of \(A_{0}{\mathbf{v}}_{k}=\lambda_{k}{\mathbf{v}}_{k}\) is the second difference:\(A_{0}\) is symmetric and those eigenvalues \(\lambda_{k}=2-2\cos \frac{2k\pi}{N}\) are real. The smallest is \(\lambda_{0}=0\), corresponding to the eigenvector \({\mathbf{v}}_{0}=(1,1,\ldots,1)\). In applications it is very useful to have this flat DC vector (direct current in circuit theory, constant gray level in image processing) as one of the basis vectors.
\begin{align}-w^{(j-1)k}+2w^{jk}-w^{(j+1)k}&=(-w^{-k}+2-w^{k})w^{jk}\\ & =\left(-e^{-2\pi ik/N}+2-e^{2\pi ik/N}\right)w^{jk}\\ & =\left(2-2\cos\frac{2k\pi}{N}\right)w^{jk}.\end{align}
Since \(A_{0}\) is a real symmetric matrix, its orthogonal eigenvectors can also be chosen real. In fact, the real and imaginary parts of the \({\mathbf{v}}_{k}\) must be eigenvectors:The equal pair of eigenvalues \(\lambda_{k}=\lambda_{N-k}\) gives the two eigenvectors \({\mathbf{c}}_{k}\) and \({\mathbf{s}}_{k}\). The exceptions are \(\lambda_{0}=0\) with one eigenvector \({\mathbf{c}}_{0}=(1,1,\ldots,1)\), and for even \(N\) also \(\lambda_{N/2}=4\) with \({\mathbf{c}}_{N/2}=(1,-1,\ldots,1,-1)\). Those two eigenvectors have length \(\sqrt{N}\), while the other \({\mathbf{c}}_{k}\) and \({\mathbf{s}}_{k}\) have length \(\sqrt{N/2}\). It is these exceptions that make the real DFT (sines together with cosines) less attractive than the complex form. That factor \(\sqrt{2}\) is familiar from ordinary Fourier series. It will appear in the \(k=0\) term for the DCT-1 and DCT-2, always with the flat basis vector \((1,1,\ldots,1)\).
\begin{align}&{\mathbf{c}}_{k}=\textrm{Re}\ {{\mathbf{v}}}_{k}=\left(1,\cos \frac{2k\pi}{N},\cos \frac{4k\pi}{N},\ldots,\cos \frac{2(N-1)k\pi}{N}\right),\\ & \mathbf{s}_{k}=\textrm{Im}\ {{\mathbf{v}}}_{k}=\left(0,\sin\frac{2k\pi}{N},\sin\frac{4k\pi}{N},\ldots,\sin\frac{2(N-1)k\pi}{N}\right).\end{align}
We expect the cosines alone, without sines, to be complete over a half-period. In Fourier series this changes the interval from \([-\pi,\pi]\) to \([0,\pi]\). Periodicity is gone because \(\cos 0 \ne \cos \pi\). The differential equation is still \(-u^{\prime\prime}=\lambda u\). The boundary condition that produces cosines is \(u^{\prime}(0)=0\). Then there are two possibilities, Neumann and Dirichlet, at the other boundary:The two sets of cosines are orthogonal bases for \(L^{2}[0,\pi]\). The eigenvalues from \(-u_k^{\prime\prime}=\lambda u_{k}\) are \(\lambda=k^{2}\) and \(\lambda=\left(k+\tfrac{1}{2}\right)^2\).
\begin{align}& \textrm{Zero slope:}\qquad u^{\prime}(\pi)=0\quad \textrm{gives eigenfunctions}\quad u_{k}(x)=\cos kx;\\ & \textrm{Zero value:}\qquad u(\pi)=0\quad \textrm{gives eigenfunctions}\quad u_{k}(x)=\cos(k+\tfrac{1}{2})x.\end{align}
All our attention now goes to the discrete case. The key point is that every boundary condition has two fundamental approximations. At each boundary, the condition on \(u\) can be imposed at a meshpoint or at a midpoint. So each problem has four basic discrete approximations. (More than four, if we open up to further refinements in the boundary conditions—but four are basic.) Often the best choices use the same centering at the two ends—both meshpoint centered or both midpoint centered.
In our problem, \(u^{\prime}(0)=0\) at one end and \(u^{\prime}(\pi)=0\) or \(u(\pi)=0\) at the other end yield eight possibilities. Those eight combinations produce eight cosine transforms. Starting from \(u(0)=0\) instead of \(u^{\prime}(0)=0\), there are also eight sine transforms. Our purpose is to organize this approach to the DCT (and DST) by describing the second difference matrices and identifying their eigenvectors.
Each of the eight (or sixteen) matrices has the tridiagonal formThe boundary conditions decide the eigenvectors, with four possibilities at each end: Dirichlet or Neumann, centered at a meshpoint or a midpoint. The reader may object that symmetry requires off-diagonal \(-1\)’s in the first and last rows. The meshpoint Neumann condition produces \(-2\). So we admit that the eigenvectors in that case need a rescaling at the end (only involving \(\sqrt{2}\)) to be orthogonal. The result is a beautifully simple set of basis vectors. We will describe their applications in signal processing.
\begin{equation}A=\left[\begin{array}{*{20}{r}}\otimes & \otimes &{}&{}&{}&{}\\ -1&2&{-1}&{}&{}&{}\\ {}&{-1}&2&{-1}&{}&{}\\ {}&{}& \cdot & \cdot & \cdot &{}\\ {}&{}&{}&{ - 1}&2&{ - 1}\\ {}&{}&{}&{}&\boxtimes &\boxtimes\end{array}\right].\end{equation}
(1)
2. The DCT.
The discrete problem is so natural, and almost inevitable, that it is really astonishing that the DCT was not discovered until 1974 [1]. Perhaps this time delay illustrates an underlying principle. Each continuous problem (differential equation) has many discrete approximations (difference equations). The discrete case has a new level of variety and complexity, often appearing in the boundary conditions.
In fact, the original paper by Ahmed, Natarajan, and Rao [1] derived the DCT-2 basis as approximations to the eigenvectors of an important matrix, with entries \(\rho^{|j-k|}\). This is the covariance matrix for a useful class of signals. The number \(\rho\) (near 1) measures the correlation between nearest neighbors. The true eigenvectors would give an optimal “Karhunen–Loève basis” for compressing those signals. The simpler DCT vectors are close to optimal (and independent of \(\rho\)).
The four standard types of DCT are now studied directly from their basis vectors (recall that \(j\) and \(k\) go from 0 to \(N-1\)). The \(j\)th component of the \(k\)th basis vector isThose are the orthogonal columns of the four DCT matrices \(C_{1},C_{2},C_{3},C_{4}\). The matrix \(C_{3}\) with top row \(\frac{1}{\sqrt{2}}(1,1,\ldots,1)\) is the transpose of \(C_{2}\). All columns of \(C_{2}\), \(C_{3}\), \(C_{4}\) have length \(\sqrt{N/2}\). The immediate goal is to prove orthogonality.
\begin{align}&\textrm{DCT-1:}\qquad \cos jk\tfrac{\pi}{N-1}\qquad\qquad\qquad\quad (\textrm{divide by}\ \sqrt{2}\ \textrm{when}\ j\ \textrm{or}\ k\ \textrm{is}\ 0\ \textrm{or}\ N-1),\\ & \textrm{DCT-2:}\qquad \cos \left(j+\tfrac{1}{2}\right)k\tfrac{\pi}{N}\qquad\qquad\quad (\textrm{divide by}\ \sqrt{2}\ \textrm{when}\ k=0),\\ & \textrm{DCT-3:}\qquad \cos j\left(k+\tfrac{1}{2}\right)\tfrac{\pi}{N}\qquad\qquad\quad (\textrm{divide by}\ \sqrt{2}\ \textrm{when}\ j=0),\\ & \textrm{DCT-4:}\qquad \cos\left(j+\tfrac{1}{2}\right)\left(k+\tfrac{1}{2}\right)\tfrac{\pi}{N}.\end{align}
These four bases (including the rescaling by \(\sqrt{2}\)) are eigenvectors of symmetric second difference matrices. Thus each basis is orthogonal. We start with matrices \(A_{1}\), \(A_{2}\), \(A_{3}\), \(A_{4}\) in the form (1), whose eigenvectors are pure (unscaled) cosines. Then symmetrizing these matrices introduces the \(\sqrt{2}\) scaling; the eigenvectors become orthogonal. Three of the matrices were studied in an unpublished manuscript [12] by David Zachmann, who wrote down the explicit eigenvectors. His paper is very useful. He noted earlier references for the eigenvalues; a complete history would be virtually impossible.
We have seen that \(A_{0}\), the periodic matrix with \(-1, 2,-1\) in every row, shares the same cosine and sine eigenvectors as the second derivative. The cosines are picked out by a zero-slope boundary condition in the first row. □
3. Boundary Conditions at Meshpoints and Midpoints.
There are two natural choices for the discrete analogue of \(u^{\prime}(0)=0\):The first is called whole-sample symmetry in signal processing; the second is half-sample. Symmetry around 0 extends \((u_{0},u_{1},\ldots)\) evenly across the left boundary to \((\ldots,u_{1},u_{0},u_{1},\ldots)\). Midpoint symmetry extends the signal to \((\ldots,u_{1},u_{0},u_{0},u_{1},\ldots)\) with \(u_{0}\) repeated. Those are the simplest reflections of a discrete vector. We substitute the two options for \(u_{-1}\) in the second difference \(-u_{1}+2u_{0}-u_{-1}\) that straddles the boundary:Those are the two possible top rows for the matrix \(A\):At the other boundary, there are the same choices in replacing \(u^{\prime}(\pi)=0\). Substituting \(u_{N}=u_{N-2}\) or \(u_{N}=u_{N-1}\) in the second difference \(-u_{N-2}+2u_{N-1}-u_{N}\) gives the two forms for the Neumann condition in the last row of \(A\):The alternative at the right boundary is the Dirichlet condition \(u(\pi)=0\). The meshpoint condition \(u_{N}=0\) removes the last term of \(-u_{N-2}+2u_{N-1}-u_{N}\). The midpoint condition \(u_{N}+u_{N-1}=0\) is simple too, but the resulting matrix will be a little surprising. The 2 turns into 3:Now we have \(2 \times 4=8\) combinations. Four of them give the standard basis functions of cosines, listed above. Those are the DCT-1 to DCT-4, and they come when the centering is the same at the two boundaries: both meshpoint centered or both midpoint centered. Zachmann [12] makes the important observation that all those boundary conditions give second-order accuracy around their center points. Finite differences are one-sided and less accurate only with respect to the wrong center! We can quickly write down the matrices \(A_{1}\) to \(A_{4}\) that have these cosines as eigenvectors.
\begin{align}&\textrm{Symmetry around the meshpoint}\ j=0:\quad\ \ u_{-1}=u_{1};\\ & \textrm{Symmetry around the midpoint}\ j=-\tfrac{1}{2}:\quad u_{-1}=u_{0}.\end{align}
\begin{align}&\textrm{Symmetry at meshpoint:}\qquad u_{-1}=u_{1}\ \textrm{yields}\ 2u_{0}-2u_{1};\\ &\textrm{Symmetry at midpoint:}\qquad\ \ u_{-1}=u_{0}\ \textrm{yields}\ u_{0}-u_{1}.\end{align}
\begin{equation}\textrm{meshpoint:}\quad \otimes\quad\otimes=2\quad -2\quad \textrm{and}\quad\textrm{midpoint:}\quad\otimes\quad\otimes=1\quad -1.\end{equation}
\begin{equation}\textrm{meshpoint:}\quad \boxtimes\quad\boxtimes=-2\quad 2\quad \textrm{and}\quad\textrm{midpoint:}\quad\boxtimes\quad\boxtimes=-1\quad 1.\end{equation}
\begin{equation}\textrm{meshpoint:}\quad \boxtimes\quad\boxtimes=-1\quad 2\quad \textrm{and}\quad\textrm{midpoint:}\quad\boxtimes\quad\boxtimes=-1\quad 3.\end{equation}
4. The Standard Cosine Transforms.
Notice especially that the denominator in the cosines (which is \(N-1\) or \(N\)) agrees with the distance between “centers.” This distance is an integer, measuring from meshpoint to meshpoint or from midpoint to midpoint. We also give the diagonal matrix \(D\) that makes \(D^{-1}AD\) symmetric and makes the eigenvectors orthogonal:
DCT-1 Centers \(j=0\) and \(N - 1\) Components \(\cos jk\tfrac{\pi}{N-1}\) \(D_{1}={\textrm{diag}}(\sqrt{2},1,\ldots,1,\sqrt{2})\) | \(A_{1}=\left[\begin{array}{*{20}{r}}2&{-2}&{}&{}&{}\\ {-1}&2&{-1}&{}&{}\\ {}& \cdot & \cdot & \cdot &{}\\ \cdot &{}&{ - 1}&2&{ - 1}\\ {}&{}&{}&{-2}&2\end{array}\right]\) |
DCT-2 Centers \(j=-\tfrac{1}{2}\) and \(N-\tfrac{1}{2}\) Components \(\cos\left(j+\tfrac{1}{2}\right)k\tfrac{\pi}{N}\) \(D_{2}=I\) | \(A_{2}=\left[\begin{array}{*{20}{r}}1&{-1}&{}&{}&{}\\ {-1}&2&{-1}&{}&{}\\ {}& \cdot & \cdot & \cdot &{}\\ {}&{}&{-1}&2&{-1}\\ {}&{}&{}&{-1}&1\end{array}\right]\) |
DCT-3 Centers \(j=0\) and \(N\) Components \(\cos j\left(k+\tfrac{1}{2}\right)\tfrac{\pi}{N}\) \(D_{3}={\textrm{diag}}(\sqrt{2},1,\ldots,1)\) | \(A_{3}=\left[\begin{array}{*{20}{r}}2&{-2}&{}&{}&{}\\ {-1}&2&{-1}&{}&{}\\ {}& \cdot & \cdot & \cdot &{}\\ {}&{}&{ - 1}&2&{-1}\\ {}&{}&{}&{-1}& 2\end{array}\right]\) |
DCT-4 Centers \(j=-\tfrac{1}{2}\) and \(N-\tfrac{1}{2}\) Components \(\cos\left(j+\tfrac{1}{2}\right)\left(k+\tfrac{1}{2}\right)\tfrac{\pi}{N}\) \(D_{4}=I\) | \(A_{4}=\left[\begin{array}{*{20}{r}}1&{-1}&{}&{}&{}\\ {-1}&2&{ - 1}&{}&{}\\ {}& \cdot & \cdot & \cdot &{}\\ {}&{}&{-1}&2&{-1}\\ {}&{}&{}&{-1}&3\end{array}\right]\) |
Recently Sanchez et al. [7] provided parametric forms for all matrices that have the DCT bases as their eigenvectors. These are generally full matrices of the form “Toeplitz plus near-Hankel.” Particular tridiagonal matrices (not centered differences) were noticed by Kitajima, Rao, Hou, and Jain. We hope that the pattern of second differences with different centerings will bring all eight matrices into a common structure. Perhaps each matrix deserves a quick comment.
DCT-1: The similarity transformation \(D_1^{-1}A_{1}D_{1}\) yields a symmetric matrix. This multiplies the eigenvector matrix for \(A_{1}\) by \(D_1^{-1}\). (Notice that \(A\mathbf{x}=\lambda \mathbf{x}\) leads to \((D^{-1}AD)D^{-1}\mathbf{x}=\lambda D^{-1}\mathbf{x}\).) The eigenvectors become orthogonal for both odd \(N\) and even \(N\), when \(D_1^{-1}\) divides the first and last components by \(\sqrt{2}\):The first and last eigenvectors have length \(\sqrt{N-1}\); the others have length \(\sqrt{(N-1)/2}\).
\begin{align}& N=3\quad \left(\tfrac{1}{\sqrt{2}},1,\tfrac{1}{\sqrt{2}}\right)\quad \left(\tfrac{1}{\sqrt{2}},0,-\tfrac{1}{\sqrt{2}}\right)\quad \left(\tfrac{1}{\sqrt{2}},-1,\tfrac{1}{\sqrt{2}}\right)\quad \textrm{for}\quad k=0,1,2;\\ & N=4\quad \left(\tfrac{1}{\sqrt{2}},1,1,\tfrac{1}{\sqrt{2}}\right)\quad \ldots\quad \left(\tfrac{1}{\sqrt{2}},-1,1,-\tfrac{1}{\sqrt{2}}\right)\qquad\quad\ \textrm{for}\quad k=0,1,2,3.\end{align}
DCT-2: These basis vectors \(\cos \left(j+\tfrac{1}{2}\right)k\tfrac{\pi}{N}\) are the most popular of all, because \(k=0\) gives the flat vector \((1,1,\ldots,1)\). Their first and last components are not exceptional. The boundary condition \(u_{-1}=u_{0}\) is a zero derivative centered on a midpoint. Similarly, the right end has \(u_{N}=u_{N-1}\). When those outside values are eliminated, the boundary rows of \(A_{2}\) have the neat 1 and \(-1\).
I believe that this DCT-2 (often just called the DCT) should be in applied mathematics courses along with the DFT. Figure 1 shows the eight basis vectors (when \(N=8\)). On the right are the Fourier transforms of those vectors. Maybe you can see the first curve \(\left|\Sigma e^{2\pi ij/8}\right|\) and especially its second lobe, rising to 13 decibels (which is \(20\log_{10}13\)) below the top. This is not a big dropoff! Like the closely connected Gibbs phenomenon, it does not improve as \(N\) increases. A good lowpass filter can drop by 40 or 50 db. The other seven transforms vanish at zero frequency (no leakage of the direct current DC term). Those seven vectors are orthogonal to (\(1,1,\ldots,1\)).

This basis was chosen for the JPEG algorithm in image compression. Each \(8 \times 8\) block in the image is transformed by a two-dimensional DCT. We comment below on the undesirable blocking artifacts that appear when the transform coefficients are compressed.
DCT-3: The vectors \(\cos j\left(k+\tfrac{1}{2}\right)\tfrac{\pi}{N}\) are the discrete analogues of \(\cos\left(k+\tfrac{1}{2}\right)x\). The Neumann condition at the left and Dirichlet condition at the right are centered at meshpoints. For orthogonality we need the factor \(D_3^{-1}\) that divides the first components by \(\sqrt{2}\). This basis loses to the DCT-4.
DCT-4: We had never seen the final entry “3” in the matrix \(A_{4}\) but MATLAB insisted it was right. Now we realize that a zero boundary condition at a midpoint gives \(u_{N}\approx -u_{N-1}\) (the extension is antisymmetric). Then \(-1,2,-1\) becomes \(-1,3\). The eigenvectors are even at the left end and odd at the right end. This attractive property leads to \(j+\tfrac{1}{2}\) and \(k+\tfrac{1}{2}\) and a symmetric eigenvector matrix \(C_{4}\). Its applications to “lapped transforms” are described below.
Remember our proof of orthogonality! It is a verification that the cosine vectors are eigenvectors of \(A_{1}\), \(A_{2}\), \(A_{3}\), \(A_{4}\). For all the \(-1,2,-1\) rows, this needs to be done only once (and it reveals the eigenvalues \(\lambda=2-2\cos \theta\)). There is an irreducible minimum of trigonometry when the \(j\)th component of the \(k\)th vector \({\mathbf{c}}_{k}\) is \(\cos j\theta\) in types 1 and 3, and \(\cos\left(j+\tfrac{1}{2}\right)\theta\) in types 2 and 4:This is \(A{\mathbf{c}}_{k}=\lambda_{k}{\mathbf{c}}_{k}\) on all interior rows. The angle is \(\theta=k\frac{\pi}{N-1}\) for type 1 and \(\theta=k\tfrac{\pi}{N}\) for type 2. It is \(\theta=\left(k+\tfrac{1}{2}\right)\tfrac{\pi}{N}\) for \(A_{3}\) and \(A_{4}\). This leaves only the first and last components of \(A{\mathbf{c}}_{k}=\lambda_{k}{\mathbf{c}}_{k}\) to be verified in each case.
\begin{equation*}-\cos(j-1)\theta + 2\cos j\theta - \cos(j+1)\theta=(2-2\cos \theta)\cos j\theta,\end{equation*}
\begin{equation*}-\cos\left(j-\frac{1}{2}\right)\theta + 2\cos \left(j+\frac{1}{2}\right)\theta-\cos\left(j+\frac{3}{2}\right)\theta=(2-2\cos\theta)\cos\left(j+\frac{1}{2}\right)\theta.\end{equation*}
Let us do only the fourth case, for the last row \(-1,3\) of the symmetric matrix \(A_{4}\). A last row of \(-1,1\) would subtract the \(j=N-2\) component from the \(j=N-1\) component. Trigonometry gives those components asWe subtract using \(\sin a-\sin b=-2\cos \left(\frac{b+a}{2}\right)\sin\left(\frac{b-a}{2}\right)\). The difference isThe last row of \(A_{4}\) actually ends with 3, so we still have 2 times the last component \((j=N-1)\) to include with (2):This is just \(\lambda_{k}\) times the last component of \({\mathbf{c}}_{k}\). The final row of \(A_{4}{\mathbf{c}}_{k}=\lambda_{k}{\mathbf{c}}_{k}\) is verified.
\begin{align*}& j=N-1:\cos \left(N-\frac{1}{2}\right)\left(k+\frac{1}{2}\right)\frac{\pi}{N}=\sin \frac{1}{2}\left(k+\frac{1}{2}\right)\frac{\pi}{N},\\ & j=N-2:\cos \left(N-\frac{3}{2}\right)\left(k+\frac{1}{2}\right)\frac{\pi}{N}=\sin\frac{3}{2}\left(k+\frac{1}{2}\right)\frac{\pi}{N}.\end{align*}
\begin{equation}-2\cos \left(k+\frac{1}{2}\right)\frac{\pi}{N}\sin\frac{1}{2}\left(k+\frac{1}{2}\right)\frac{\pi}{N}.\end{equation}
(2)
\begin{equation}\left(2-2\cos\left(k + \frac{1}{2}\right)\frac{\pi}{N}\right)\sin \frac{1}{2}\left(k + \frac{1}{2}\right)\frac{\pi}{N}.\end{equation}
(3)
There are also discrete sine transforms DST-1 through DST-4. The entries of the basis vectors \({\mathbf{s}}_{k}\) are sines instead of cosines. These \({\mathbf{s}}_{k}\) are orthogonal because they are eigenvectors of symmetric second difference matrices, with a Dirichlet (instead of Neumann) condition at the left boundary. In writing about the applications to signal processing [9], we presented a third proof of orthogonality—which simultaneously covers the DCT and the DST, and shows their fast connection to the DFT matrix of order \(2N\). This is achieved by a neat matrix factorization given by Wickerhauser [11]:The entries of \(S_{4}\) are \(\sin\left(j+\tfrac{1}{2}\right)\left(k+\tfrac{1}{2}\right)\tfrac{\pi}{N}\). The connection matrix \(R\) is very sparse, with \(w=e^{\pi i/2N}\):Since \(R^{T}\) and \(F_{2N}\) and \(R\) have orthogonal columns, so do \(C_{4}\) and \(S_{4}\).
\begin{equation*}e^{-\pi i/4N}R^{T}F_{2N}R=\left[\begin{array}{*{20}{c}}{C_4}&0\\0 & {-i{S_4}}\end{array}\right].\end{equation*}
\begin{equation}R=\frac{1}{\sqrt{2}}\left[\begin{array}{*{20}{r}}D& D\\E& {-E}\end{array}\right] \quad \textrm{with}\quad \begin{array}\ D & =&\!\!\!\!\!\!\!\!\!\!\!\textrm{diag}(1;\bar{w},\ldots \bar{w}^{N-1}),\\ E& = & \textrm{antidiag}(w, w^2,\ldots, w^{N})\end{array}.\end{equation}
5. Cosine Transforms with \(N-\tfrac{1}{2}\) and \(N+\tfrac{1}{2}\).
There are four more combinations of the discrete boundary conditions. Every combination that produces a symmetric matrix will also produce (from the eigenvectors of that matrix) an orthogonal transform. But you will see \(N-\tfrac{1}{2}\) and \(N+\tfrac{1}{2}\) in the denominators of the cosines, because the distance between centers is no longer an integer. One center is a midpoint and the other is a meshpoint.
The transforms DCT-5 to DCT-8, when they are spoken of at all, are called “odd.” They are denoted by DCT-IO to DCT-IVO in [5] and [7]. Three of the tridiagonal matrices \((A_{5},A_{6},A_{8})\) are quite familiar:
DCT-5 Centers \(j=0\) and \(N-\tfrac{1}{2}\) Components \(\cos jk\tfrac{\pi}{N-\tfrac{1}{2}}\) \(D_{5}={\rm{diag}}(\sqrt{2},1,\ldots,1)\) | \(A_{5}=\left[\begin{array}{*{20}{r}}2&{ - 2}&{}&{}&{}\\ { - 1}&2&{ - 1}&{}&{}\\ {}& \cdot & \cdot & \cdot &{}\\ {}&{}&{ - 1}&2&{ - 1}\\ {}&{}&{}&{ - 1}&1\end{array}\right]\) |
DCT-6 Centers \(j=- \tfrac{1}{2}\) and \(N-1\) Components \(\cos \left(j+\tfrac{1}{2}\right)k\tfrac{\pi}{N-\tfrac{1}{2}}\) \(D_{6}={\rm{diag}}(1, \ldots,1,\sqrt{2})\) | \(A_{6}=\left[\begin{array}{*{20}{r}}1&{-1}&{}&{}&{}\\ {-1}&2&{ - 1}&{}&{}\\ {}& \cdot & \cdot & \cdot &{}\\ {}&{}&{ - 1}&2&{-1}\\ {}&{}&{}&{ - 2}&2\end{array}\right]\) |
DCT-7 Centers \(j=0\) and \(N-\tfrac{1}{2}\) Components \(\cos j\left(k+\tfrac{1}{2}\right)\tfrac{\pi}{N-\tfrac{1}{2}}\) \(D_{7}={\rm{diag}}(\sqrt{2},1,\ldots,1)\) | \(A_{7}=\left[\begin{array}{*{20}{r}}2&{ - 2}&{}&{}&{}\\ { - 1}&2&{ - 1}&{}&{}\\ {}& \cdot & \cdot & \cdot &{}\\ {}&{}&{ - 1}&2&{ - 1}\\ {}&{}&{}&{ - 1}&3\end{array}\right]\) |
DCT-8 Centers \(j=- \tfrac{1}{2}\) and \(N\) Components \(\cos \left(j+\tfrac{1}{2}\right)\left(k+\tfrac{1}{2}\right)\tfrac{\pi}{N+\tfrac{1}{2}}\) \(D_{8}=I\) | \(A_{8}=\left[\begin{array}{*{20}{r}}1&{ - 1}&{}&{}&{}\\ { - 1}&2&{ - 1}&{}&{}\\ {}& \cdot & \cdot & \cdot &{}\\ {}&{}&{ - 1}&2&{ - 1}\\ {}&{}&{}&{ - 1}&2\end{array}\right].\) |
We could study \(A_{8}\) by reflection across the left boundary, to produce the pure Toeplitz \(-1,2,-1\) matrix (which is my favorite example in teaching). The eigenvectors become discrete sines on a double interval—almost. The length of the double interval is not \(2N\), because the matrix from reflection has odd order. This leads to the new “period length” \(N+\tfrac{1}{2}\) in the cosines.
Notice that \(A_{5}\) has the boundary conditions (and eigenvector components) in reverse order from \(A_{6}\). The first eigenvectors of \(A_{5}\) and \(A_{6}\) are \((1,1,\ldots,1)\), corresponding to \(k=0\) and \(\lambda=0\). This “flat vector” can represent a solid color or a fixed intensity by itself (this is terrific compression). The DCT-5 and DCT-6 have a coding gain that is completely comparable to the DCT-2.
So we think through the factors that come from \(D_{6}={\rm{diag}}(1, \ldots,1,\sqrt{2})\). The symmetrized \(D_{6}^{-1}A_{6}D_{6}\) has \(-\sqrt{2}\) in the two lower right entries, where \(A_{6}\) has \(-1\) and \(-2\). The last components of the eigenvectors are divided by \(\sqrt{2}\); they are orthogonal but less beautiful. We implement the DCT-6 by keeping the matrix \(C_{6}\) with pure cosine entries, and accounting for the correction factors by diagonal matrices:The cosine vectors have squared length \(\frac{2N-1}{4}\), except the all-ones vector that is adjusted by the first diagonal matrix. The last diagonal matrix corrects the \(N\)th components as \(D_{6}\) requires. The inverse of \(C_{6}\) is not quite \(C_{6}^{T}\) (analysis is not quite the transpose of synthesis, as in an orthogonal transform) but the corrections have trivial cost. For \(N=2\) and \(k=1\), the matrix identity (4) involves \(\cos \tfrac{1}{2}\tfrac{\pi}{3/2}=\tfrac{1}{2}\) and \(\cos \tfrac{3}{2}\tfrac{\pi}{3/2}=-1\):
\begin{equation}\tfrac{4}{2N-1}C_{6}{\rm{diag}}\left(\tfrac{1}{2},1,\ldots ,1\right)C_6^T{\rm{diag}}(1,\ldots,1,\tfrac{1}{2})=I.\end{equation}
(4)
\begin{align}\frac{4}{3}\left[\begin{array}{*{20}{r}}1&\tfrac{1}{2}\\1&{-1}\end{array}\right]\left[\begin{array}{*{20}{l}}{\tfrac{1}{2}}&{}\\{}&1\end{array}\right]\left[\begin{array}{*{20}{r}}1&1\\ \tfrac{1}{2}&{-1}\end{array}\right]\left[\begin{array}{*{20}{l}}1&{}\\{}&\tfrac{1}{2}\end{array}\right]=\left[\begin{array}{*{20}{l}}1&{}\\{}&1\end{array}\right].\end{align}
Malvar has added a further good suggestion: Orthogonalize the last \(N-1\) basis vectors against the all-ones vector. Otherwise the DC component (which is usually largest) leaks into the other components. Thus we subtract from each \({{\mathbf{c}}}_k^6\) (with \(k \gt 0\)) its projection onto the flat \({{\mathbf{c}}}_0^6\):The adjusted basis vectors are now the columns of \(\tilde{C}_{6}\), and (5) becomesThis replacement in equation (4) also has trivial cost, and that identity becomes \(\tilde{C}_6\tilde{C}_6^{-1}=I\). The coefficients in the cosine series for \(\mathbf{x}\) are \(\mathbf{y}=\tilde{C}_6^{-1}{\mathbf{x}}\). Then \({\mathbf{x}}\) is reconstructed from \(\tilde{C}_{6}{\mathbf{y}}\) (possibly after compressing \({\mathbf{y}}\)). You see how we search for a good basis….
\begin{equation}\tilde{\textbf{c}}_k^{6}={\textbf{c}}_k^6-\frac{(-1)^k}{2N}(1,1, \ldots,1).\end{equation}
(5)
\begin{equation*}C_{6}=\tilde{C}_6\left[\begin{array}{*{20}{c}}1&\tfrac{-1}{2N}&\tfrac{+1}{2N}& \cdots \\ {}&1&{}&{}\\ {}&{}& \ddots &{}\\ {}&{}&{}&1\end{array}\right].\end{equation*}
Transforms 5 to 8 are not used in signal processing. The half-integer periods are a disadvantage, but reflection offers a possible way out. The reflected vectors have an integer “double period” and they overlap.
6. Convolution.
The most important algebraic identity in signal processing is the convolution rule. A slightly awkward operation in the time domain (convolution, from a Toeplitz matrix or a circulant matrix) becomes beautifully simple in the frequency domain (just multiplication). This accounts for the absence of matrices in the leading textbooks on signal processing. The property of time invariance (delay of input simply delays the output) is always the starting point.
We can quickly describe the rules for doubly infinite convolution and cyclic convolution. A vector \({\mathbf{h}}\) of filter coefficients is convolved with a vector \(\mathbf{x}\) of inputs. The output is \({\mathbf{y}}={\mathbf{h}}*{\mathbf{x}}\) with no boundary and \({\mathbf{y}}={\mathbf{h}}*_{c}{\mathbf{x}}\) in the cyclic (periodic) case:Those are matrix-vector multiplications \({\mathbf{y}}=H{\mathbf{x}}\). On the whole line \((n\in {\mathbf{Z}})\) the doubly infinite matrix \(H\) is Toeplitz; the number \(h_{k}\) goes down its \(k\)th diagonal. In the periodic case (\(n\in {\mathbf{Z}}_{N}\)) the matrix is a circulant; the \(k\)th diagonal continues with the same \(h_{k}\) onto the \((k-N)\)th diagonal. The eigenvectors of these matrices are pure complex exponentials. So when we switch to the frequency domain, the matrices are diagonalized. The eigenvectors are the columns of a Fourier matrix, and \(F^{-1}HF\) is diagonal. Convolution with \({\mathbf{h}}\) becomes multiplication by the eigenvalues \(H(\omega)\) in the diagonal matrix:The infinite case (discrete time Fourier transform) allows all frequencies \(|\omega|\le \pi\). The cyclic case (DFT) allows the \(N\) roots of \(w^{N}=1\). The multiplications in (7) agree with the convolutions in (6) because \(e^{-ikx}e^{-i\ell x}=e^{-i(k+\ell)x}\) and \(w^{k}w^{\ell}=w^{k+\ell}\). The question is: What convolution rule goes with the DCT?
\begin{equation}y_{n}=\sum_{-\infty}^{\infty}h_{k}x_{n-k}\quad \textrm{or}\quad y_{n}=\sum_{k+\ell\equiv n({\rm{mod}}\ N)} h_{k}x_{\ell}.\end{equation}
(6)
\begin{equation*}\left(\sum\nolimits_{-\infty}^{\infty}h_{k}e^{-ikw}\right)\left(\sum\nolimits_{-\infty}^{\infty}x_{\ell}e^{-i\ell w}\right)\quad =\quad \sum\nolimits_{-\infty}^{\infty}y_{n}e^{-inw}\quad \textrm{is}\quad H(w)X(w)=Y(w),\end{equation*}
(7)
\begin{equation}\left(\sum\nolimits_{0}^{N-1}h_{k}w^{k}\right)\left(\sum\nolimits_{0}^{N-1}x_{\ell}w^{\ell}\right)\quad =\quad \sum\nolimits_{0}^{N-1}y_{n}w^{n}\quad\textrm{is}\quad H(w)X(w)=Y(w).\end{equation}
\((7)_{N}\)
A complete answer was found by Martucci [5]. The finite vectors \({\mathbf{h}}\) and \({\mathbf{x}}\) are symmetrically extended to length \(2N\) or \(2N-1\), by reflection. Those are convolved in the ordinary cyclic way (so the double length DFT appears). Then the output is restricted to the original \(N\) components. This symmetric convolution \({\mathbf{h}}*_{\rm{S}}{\mathbf{x}}\) corresponds in the transform domain to multiplication of the cosine series.
The awkward point, as the reader already knows, is that a symmetric reflection can match \(u_{-1}\) with \(u_{0}\) or \(u_{1}\). The centering can be whole sample or half sample at each boundary. The extension of \({\mathbf{h}}\) can be different from the extension of \({\mathbf{x}}\)! This confirms again that discrete problems have an extra degree of complexity beyond continuous problems. (And we resist the temptation to compare combinatorics and linear algebra with calculus.)
In the continuous case, we are multiplying two cosine expansions. This corresponds to symmetric convolution of the coefficients in the expansns.
7. The DCT in Image Processing.
Images are not infinite, and they are not periodic. The image has boundaries, and the left boundary seldom has anything to do with the right boundary. A periodic extension can be expected to have a discontinuity. That means a slow decay of Fourier coefficients and a Gibbs oscillation at the jump—the one place where Fourier has serious trouble! In the image domain this oscillation is seen as “ringing.” The natural way to avoid this discontinuity is to reflect the image across the boundary. With cosine transforms, a double-length periodic extension becomes continuous.
A two-dimensional (2D) image may have \((512)^{2}\) pixels. The gray level of the pixel at position \((i,j)\) is given by an integer \(x(i,j)\) (between 0 and 255, thus 8 bits per pixel). That long vector \({\mathbf{x}}\) can be filtered by \({\mathbf{x}}*{\mathbf{h}}\), first a row at a time (\(j\) fixed) and then by columns (using the one-dimensional (1D) transforms of the rows). This is computationally and algebraically simplest: the 2D Toeplitz and circulant matrices are formed from 1D blocks.
Similarly the DCT-2 is applied to rows and then to columns; 2D is the tensor product of 1D with 1D. The JPEG compression algorithm (established by the Joint Photographic Experts Group) divides the image into \(8\times 8\) blocks of pixels. Each block produces 64 DCT-2 coefficients. Those 64-component vectors from the separate blocks are compressed by the quantization step that puts coefficients into a discrete set of bins. Only the bin numbers are transmitted. The receiver approximates the true cosine coefficient by the value at the middle of the bin (most numbers go into the zero bin). Figures 2a–d show the images that the receiver reconstructs at increasing compression ratios and decreasing bit rates:You see severe blocking of the image as the compression rate increases. In teleconferencing at a very low bit rate, you can scarcely recognize your friends. This JPEG standard for image processing is quick but certainly not great. The newer standards allow for other transforms, with overlapping between blocks. The improvement is greatest for high compression. The choice of basis (see [8]) is crucial in applied mathematics. Sometimes form is substance!
1.
the original image (1:1 compression, all 8 bits per pixel);
2.
medium compression (8:1, average 1 bit per pixel);
3.
high compression (32:1, average \(\tfrac{1}{4}\) bit per pixel);
4.
very high compression (128:1, average \(\tfrac{1}{16}\) bit per pixel).

One personal comment on quantization: This more subtle and statistical form of roundoff should have applications elsewhere in numerical analysis. Numbers are not simply rounded to fewer bits, regardless of size. Nor do we sort by size and keep only the largest (this is thresholding, when we want to lose part of the signal—it is the basic idea in denoising). The bit rate is controlled by the choice of bin sizes, and quantization is surprisingly cheap. Vector quantization, which puts vectors into multidimensional bins, is more expensive but in principle more efficient. This technology of coding is highly developed [3] and it must have more applications waiting to be discovered.
A major improvement for compression and image coding was Malvar’s [4] extension of the ordinary DCT to a lapped transform. Instead of dividing the image into completely separate blocks for compression, his basis vectors overlap two or more blocks. The overlapping has been easiest to develop for the DCT-4, using its even–odd boundary conditions—which the DCT-7 and DCT-8 share. Those conditions help to maintain orthogonality between the tail of one vector and the head of another. The basic construction starts with a symmetric lowpass filter of length \(2N\). Its coefficients \(p(0), \ldots p(2N-1)\) are modulated (shifted in frequency) by the DCT-4:
There are \(N\) basis vectors of length \(2N\), overlapping each block with the next block. The 1D transform matrix becomes block bidiagonal instead of block diagonal. It is still an orthogonal matrix [4, 9] provided \(p^{2}(j)+p^{2}(j+N)=1\) for each \(j\). This is Malvar’s modulated lapped transform (MLT), which is heavily used by the Sony mini disc and Dolby AC-3. (It is included in the MPEG-4 standard for video.) We naturally wonder if this MLT basis is also the set of eigenvectors for an interesting symmetric matrix. Coifman and Meyer found the analogous construction [2] for continuous wavelets.The \(k\)th basis vector has \(j\)th component \(p(j)\cos \left[\left(k + \tfrac{1}{2}\right)\left(j+\tfrac{N+1}{2}\right)\tfrac{\pi}{N}\right]\).
The success of any transform in image coding depends on a combination of properties—mathematical, computational, and visual. The relation to the human visual system is decided above all by experience. This article was devoted to the mathematical property of orthogonality (which helps the computations). There is no absolute restriction to second difference matrices, or to these very simple boundary conditions. We hope that the eigenvector approach will suggest more new transforms, and that one of them will be fast and visually attractive.
Web Links.
DCT http://www.cis.ohio-state.edu/hypertext/faq/usenet/compression-faq/top.html (includes source code)
Author http://www-math.mit.edu/∼gs/
References
1.
N. Ahmed, T. Natarajan, and K. R. Rao, Discrete cosine transform, IEEE Trans. Comput., C-23 (1974), pp. 90–93.
2.
R. Coifman and Y. Meyer, Remarques sur l’analyse de Fourier à fenêtre, C. R. Acad. Sci. Paris, 312 (1991), pp. 259–261.
3.
N. J. Jayant and P. Noll, Digital Coding of Waveforms, Prentice-Hall, Englewood Cliffs, NJ, 1984.
4.
H. S. Malvar, Signal Processing with Lapped Transforms, Artech House, Norwood, MA, 1992.
5.
S. Martucci, Symmetric convolution and the discrete sine and cosine transforms, IEEE Trans. Signal Processing, 42 (1994), pp. 1038–1051.
6.
K. R. Rao and P. Yip, Discrete Cosine Transforms, Academic Press, New York, 1990.
7.
V. Sanchez, P. Garcia, A. Peinado, J. Segura, and A. Rubio, Diagonalizing properties of the discrete cosine transforms, IEEE Trans. Signal Processing, 43 (1995), pp. 2631–2641.
8.
G. Strang, The search for a good basis, in Numerical Analysis 1997, D. Griffiths, D. Higham, and A. Watson, eds., Pitman Res. Notes Math. Ser., Addison Wesley Longman, Harlow, UK, 1997.
9.
G. Strang and T. Nguyen, Wavelets and Filter Banks, Wellesley-Cambridge Press, Wellesley, MA, 1996.
10.
Z. Wang and B. Hunt, The discrete W-transform, Appl. Math. Comput., 16 (1985), pp. 19–48.
11.
M. V. Wickerhauser, Adapted Wavelet Analysis from Theory to Software, AK Peters, Natick, MA, 1994.
12.
D. Zachmann, Eigenvalues and Eigenvectors of Finite Difference Matrices, unpublished manuscript, 1987, http://epubs.siam.org/sirev/zachmann/.
Information & Authors
Information
Published In

SIAM Review
Pages: 135 - 147
ISSN (online): 1095-7200
Copyright
© 1999 Society for Industrial and Applied Mathematics.
History
Submitted: 12 December 1997
Accepted: 6 August 1998
Published online: 22 January 1999
Keywords
MSC codes
Authors
Metrics & Citations
Metrics
Citations
If you have the appropriate software installed, you can download article citation data to the citation manager of your choice. Simply select your manager software from the list below and click Download.
Cited By
- A frequency-domain sequential Bayesian filter for sparse and broadband force estimation problemsMechanical Systems and Signal Processing, Vol. 232 | 1 Jun 2025
- 3D Space Charge Solver Based on Tensor Decomposition for High-Intensity BeamsProgress of Theoretical and Experimental Physics, Vol. 2025, No. 4 | 8 April 2025
- Efficient Signed Graph Sampling via Balancing & Gershgorin Disc Perfect AlignmentIEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 47, No. 4 | 1 Apr 2025
- Lossy Infrared Image Compression Based on Wavelet Coefficient Probability Modeling and Run-Length-Enhanced Huffman CodingSensors, Vol. 25, No. 8 | 15 April 2025
- Efficient Parallel Data Optimization for Homogeneous Diffusion Inpainting of 4K ImagesSIAM Journal on Imaging Sciences, Vol. 18, No. 1 | 27 March 2025
- LoRePIE: ℓ 0 regularized extended ptychographical iterative engine for low-dose and fast electron ptychographyOptics Express, Vol. 33, No. 5 | 24 February 2025
- Interpolation of Sparse Measurements and Quantification of Measurement Error Using Enhanced Kriging with Sparse Representation of Covariance FunctionASCE-ASME Journal of Risk and Uncertainty in Engineering Systems, Part A: Civil Engineering, Vol. 11, No. 1 | 1 Mar 2025
- Multichannel Orthogonal Transform-Based Perceptron Layers for Efficient ResNetsIEEE Transactions on Neural Networks and Learning Systems, Vol. 36, No. 3 | 1 Mar 2025
- Multiplexed Distributed Acoustic Sensing Offshore Central OregonSeismological Research Letters, Vol. 96, No. 2A | 28 February 2025
- MFCC in audio signal processing for voice disorder: a reviewMultimedia Tools and Applications, Vol. 84, No. 10 | 27 April 2024
- Efficient sparsity-promoting MAP estimation for Bayesian linear inverse problemsInverse Problems, Vol. 41, No. 2 | 13 January 2025
- Decoding Mental Health: Speech Emotion Recognition in Detection Using Convolutional Neural Network2025 Asia-Europe Conference on Cybersecurity, Internet of Things and Soft Computing (CITSC) | 10 Jan 2025
- Infrared and Visible Image Fusion Based on CNN and Transformer Cross-Interaction with Semantic ModulationsPattern Recognition | 30 November 2024
- A discrete sine–cosine based method for the elasticity of heterogeneous materials with arbitrary boundary conditionsComputer Methods in Applied Mechanics and Engineering, Vol. 433 | 1 Jan 2025
- Data-Enhanced Sensing: A New Approach to Information AcquisitionIEEE Transactions on Instrumentation and Measurement, Vol. 74 | 1 Jan 2025
- Two‐dimensional adaptive Whittaker–Shannon Sinc‐based zoomingApplied Research, Vol. 3, No. 6 | 25 June 2024
- Leveraging deep edge intelligence for real-time respiratory disease detectionClinical eHealth, Vol. 7 | 1 Dec 2024
- A novel formula for representing the equivalent resistance of the $$m\times n$$ cylindrical resistor networkScientific Reports, Vol. 14, No. 1 | 11 September 2024
- Resolving Contrast and Detail Trade-Offs in Image Processing with Multi-Objective OptimizationMathematical and Computational Applications, Vol. 29, No. 6 | 11 November 2024
- Feynman's Inverse ProblemSIAM Review, Vol. 66, No. 4 | 7 November 2024
- Boosted Whittaker–Henderson GraduationMathematics, Vol. 12, No. 21 | 29 October 2024
- A task-oriented theil index-based meta-learning network with gradient calibration strategy for rotating machinery fault diagnosis with limited samplesAdvanced Engineering Informatics, Vol. 62 | 1 Oct 2024
- Wavefield Reconstruction of Distributed Acoustic Sensing: Lossy Compression, Wavefield Separation, and Edge ComputingJournal of Geophysical Research: Machine Learning and Computation, Vol. 1, No. 3 | 24 September 2024
- Inexact Fixed-Point Proximity Algorithm for the $$\ell _0$$ Sparse Regularization ProblemJournal of Scientific Computing, Vol. 100, No. 2 | 8 July 2024
- Adaptive Online Learning of Separable Path Graph Transforms for Intra-Prediction2024 Picture Coding Symposium (PCS) | 12 Jun 2024
- A fast cosine transformation accelerated method for predicting effective thermal conductivityComputer Methods in Applied Mechanics and Engineering, Vol. 426 | 1 Jun 2024
- A Pressure Projection Scheme With Near‐Spectral Accuracy for Nonhydrostatic Flow in Domains With Open BoundariesJournal of Advances in Modeling Earth Systems, Vol. 16, No. 6 | 14 June 2024
- Interpolation of non-stationary geo-data using Kriging with sparse representation of covariance functionComputers and Geotechnics, Vol. 169 | 1 May 2024
- Eigenvalues of symmetric non-normalized discrete trigonometric transformsSignal Processing, Vol. 218 | 1 May 2024
- Effective Compression for Sample Covariance Matrix in Interference Rejection Combining2024 IEEE Wireless Communications and Networking Conference (WCNC) | 21 Apr 2024
- Spatial Smoothing Using Graph Laplacian Penalized FilterSpatial Statistics, Vol. 60 | 1 Apr 2024
- Distribution of the number of pivots needed using Gaussian elimination with partial pivoting on random matricesThe Annals of Applied Probability, Vol. 34, No. 2 | 1 Apr 2024
- The Spectral Decomposition of the Continuous and Discrete Linear Elasticity Operators with Sliding Boundary ConditionsSIAM Journal on Matrix Analysis and Applications, Vol. 45, No. 1 | 11 January 2024
- Compressed sensing for optimized illumination in high-speed computational scattered light imagingHigh-Speed Biomedical Imaging and Spectroscopy IX | 12 Mar 2024
- On the use of machine learning and data-transformation methods to predict hydration kinetics and strength of alkali-activated mine tailings-based bindersConstruction and Building Materials, Vol. 419 | 1 Mar 2024
- Estimation of scalar field distribution in the Fourier domainDigital Signal Processing, Vol. 146 | 1 Mar 2024
- A first-order computational algorithm for reaction-diffusion type equations via primal-dual hybrid gradient methodJournal of Computational Physics, Vol. 500 | 1 Mar 2024
- Leveraging Lanczos Algorithm for Computation of Eigenbasis in Type I Discrete Sine Transform2024 20th CSI International Symposium on Artificial Intelligence and Signal Processing (AISP) | 21 Feb 2024
- Mitigating Gradient Inversion Attacks in Federated Learning with Frequency TransformationComputer Security. ESORICS 2023 International Workshops | 12 March 2024
- Frequency FilteringLinear Algebra in Data Science | 10 February 2024
- Transform CodingPoint Cloud Compression | 6 March 2024
- Digital Watermarking: Pathway to Secure!Multimedia Watermarking | 22 February 2024
- Fast algorithms for perturbed Toeplitz-plus-Hankel system based on discrete cosine transform and their applicationsJapan Journal of Industrial and Applied Mathematics, Vol. 41, No. 1 | 19 September 2023
- Vietnamese Speaker Verification With Mel-Scale Filter Bank Energies and Deep LearningIEEE Access, Vol. 12 | 1 Jan 2024
- Spectral Graph Learning With Core Eigenvectors Prior via Iterative GLASSO and ProjectionIEEE Transactions on Signal Processing, Vol. 72 | 1 Jan 2024
- Determinant evaluation of banded Toeplitz matrices via bivariate polynomial familiesApplicable Analysis and Discrete Mathematics, Vol. 18, No. 2 | 1 Jan 2024
- A New Perspective on Moran’s Coefficient: RevisitedMathematics, Vol. 12, No. 2 | 12 January 2024
- An image filtering method for dataset productionElectronic Research Archive, Vol. 32, No. 6 | 1 Jan 2024
- OrthoNets: Orthogonal Channel Attention Networks2023 IEEE International Conference on Big Data (BigData) | 15 Dec 2023
- Two optimized novel potential formulas and numerical algorithms for $$m\times n$$ cobweb and fan resistor networksScientific Reports, Vol. 13, No. 1 | 31 July 2023
- Some Classes of Tetradiagonal Determinants via Certain Polynomial FamiliesMathematical Notes, Vol. 114, No. 5-6 | 12 March 2024
- Image Coding Via Perceptually Inspired Graph Learning2023 IEEE International Conference on Image Processing (ICIP) | 8 Oct 2023
- DCTNet: deep shrinkage denoising via DCT filterbanksSignal, Image and Video Processing, Vol. 17, No. 7 | 2 June 2023
- Discrete even Fourier–Weyl transforms of $$A_1 \times A_1$$Analysis and Mathematical Physics, Vol. 13, No. 5 | 7 September 2023
- Unify, Align and Refine: Multi-Level Semantic Alignment for Radiology Report Generation2023 IEEE/CVF International Conference on Computer Vision (ICCV) | 1 Oct 2023
- Growth Factors of Random Butterfly Matrices and the Stability of Avoiding PivotingSIAM Journal on Matrix Analysis and Applications, Vol. 44, No. 3 | 12 July 2023
- Prediction and Interpretation of Vehicle Trajectories in the Graph Spectral Domain2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC) | 24 Sep 2023
- Phytoplankton transport out of the euphotic zone by frontal subduction and gravitational sinking in the Santa Barbara Channel, CA, USAMarine Ecology Progress Series, Vol. 719 | 21 Sep 2023
- Exact novel formulas and fast algorithm of potential for a hammock resistor networkAIP Advances, Vol. 13, No. 9 | 27 September 2023
- RiPa-Net: Recognition of Rice Paddy Diseases with Duo-Layers of CNNs Fostered by Feature Transformation and SelectionBiomimetics, Vol. 8, No. 5 | 7 September 2023
- Calculation and Uncertainty of Fast Radio Burst Structure Based on Smoothed DataThe Astrophysical Journal, Vol. 954, No. 1 | 31 August 2023
- Parameters extraction and Suppression of Interrupted Sampling Periodic Repeater Jammer in LFM Pulse Compression Radar2023 International Telecommunications Conference (ITC-Egypt) | 18 Jul 2023
- Photon-noise: is a single-pixel camera better than point scanning? A signal-to-noise ratio analysis for Hadamard and Cosine positive modulationJournal of Physics: Photonics, Vol. 5, No. 3 | 7 June 2023
- Sparse regularization with the ℓ0 normAnalysis and Applications, Vol. 21, No. 04 | 23 July 2022
- Permeability Prediction of Nanoscale Porous Materials Using Discrete Cosine Transform-Based Artificial Neural NetworksMaterials, Vol. 16, No. 13 | 28 June 2023
- Modal clustering of matrix-variate dataAdvances in Data Analysis and Classification, Vol. 17, No. 2 | 5 May 2022
- Implementation of Discrete Wavelet Transform for Image Compression2023 International Conference on Advances in Computing, Communication and Applied Informatics (ACCAI) | 25 May 2023
- Using Sparse Coding as a Preprocessing Technique for Insect Detection in Pulsed LiDAR Data2023 Intermountain Engineering, Technology and Computing (IETC) | 12 May 2023
- Arbitrary Order Total Variation for Deformable Image RegistrationPattern Recognition, Vol. 137 | 1 May 2023
- Parallel Computing of the FFT and of Spectral Filtering with Few to No Complex-Valued Operations2023 IEEE 13th Annual Computing and Communication Workshop and Conference (CCWC) | 8 Mar 2023
- Deep learning in automatic detection of dysphonia: Comparing acoustic features and developing a generalizable frameworkInternational Journal of Language & Communication Disorders, Vol. 58, No. 2 | 18 September 2022
- Parameter choices for sparse regularization with the ℓ1 norm *Inverse Problems, Vol. 39, No. 2 | 3 January 2023
- Discrete Fourier TransformsNumerical Fourier Analysis | 8 November 2023
- Light field image encryption based on steerable cosine number transformSignal Processing, Vol. 202 | 1 Jan 2023
- Convolutional Neural Network-Based Tire Pressure Monitoring SystemIEEE Access, Vol. 11 | 1 Jan 2023
- Static Video Compression’s Influence on Neural Network PerformanceElectronics, Vol. 12, No. 1 | 20 December 2022
- Automatic balancing parameter selection for Tikhonov-TV regularizationBIT Numerical Mathematics, Vol. 62, No. 4 | 8 August 2022
- A small microring array that performs large complex-valued matrix-vector multiplicationFrontiers of Optoelectronics, Vol. 15, No. 1 | 28 April 2022
- Pipeline to identify dominant features in spatial dataJournal of Computational Mathematics and Data Science, Vol. 5 | 1 Dec 2022
- Smoothness on rank-order path graphs and its use in compressive spectral imaging with side informationSignal Processing, Vol. 201 | 1 Dec 2022
- Fast algorithm and new potential formula represented by Chebyshev polynomials for an $$m\times n$$ globe networkScientific Reports, Vol. 12, No. 1 | 8 December 2022
- Compressed Matrix Computations2022 IEEE/ACM International Conference on Big Data Computing, Applications and Technologies (BDCAT) | 1 Dec 2022
- Design of Matrix Filter Using Discrete Cosine Transform and Path Graph2022 IEEE Asia Pacific Conference on Circuits and Systems (APCCAS) | 11 Nov 2022
- Non-classical critical precipitates in a nucleation and growth regime: Reconciliation of simulation and experimentApplied Physics Letters, Vol. 121, No. 18 | 3 November 2022
- Hybrid Model-Based / Data-Driven Graph Transform for Image Coding2022 IEEE International Conference on Image Processing (ICIP) | 16 Oct 2022
- Advanced Dipper-Throated Meta-Heuristic Optimization Algorithm for Digital Image WatermarkingApplied Sciences, Vol. 12, No. 20 | 21 October 2022
- Novel deep learning architectures for haemodialysis time series classificationInternational Journal of Knowledge-based and Intelligent Engineering Systems, Vol. 26, No. 2 | 29 Sep 2022
- Automated surface texture analysis via Discrete Cosine Transform and Discrete Wavelet TransformPrecision Engineering, Vol. 77 | 1 Sep 2022
- A pioneering study on discrete cosine transformCommunications in Statistics - Theory and Methods, Vol. 51, No. 15 | 27 October 2020
- Discrete Cosine Transform Network for Guided Depth Map Super-Resolution2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) | 1 Jun 2022
- Low dynamic range discrete cosine transform (LDR-DCT) for high-performance JPEG image compressionThe Visual Computer, Vol. 38, No. 5 | 8 March 2022
- Image Integration Procedures in Multisensory Medical Images: A Comprehensive Survey of the State-of-the-art ParadigmsCurrent Medical Imaging Formerly Current Medical Imaging Reviews, Vol. 18, No. 5 | 1 May 2022
- Radiation-Induced Patterning at the Nanometric Scale: A Phase Field ApproachMaterials, Vol. 15, No. 9 | 20 April 2022
- A strongly coupled immersed boundary method for fluid-structure interaction that mimics the efficiency of stationary body methodsJournal of Computational Physics, Vol. 454 | 1 Apr 2022
- High-dimensional data analytics in structural health monitoring and non-destructive evaluation: a review paperSmart Materials and Structures, Vol. 31, No. 4 | 1 March 2022
- Asymptotics of eigenvalues for Toeplitz matrices with rational symbols that have a minimum of the 4th orderComplex Variables and Elliptic Equations, Vol. 67, No. 3 | 12 August 2021
- Anderson acceleration based on the H−s Sobolev norm for contractive and noncontractive fixed-point operatorsJournal of Computational and Applied Mathematics, Vol. 403 | 1 Mar 2022
- Spatiotemporal Bundle Adjustment for Dynamic 3D Human Reconstruction in the WildIEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 44, No. 2 | 1 Feb 2022
- Non-parametric modelling and simulation of spatiotemporally varying geo-dataGeorisk: Assessment and Management of Risk for Engineered Systems and Geohazards, Vol. 16, No. 1 | 30 September 2021
- Bildkompression und JPEGHöhere Mathematik im Alltag | 1 January 2022
- Convex Object(s) Characterization and Segmentation Using Level Set FunctionJournal of Mathematical Imaging and Vision, Vol. 64, No. 1 | 1 December 2021
- Deflated preconditioned Conjugate Gradient methods for noise filtering of low-field MR imagesJournal of Computational and Applied Mathematics, Vol. 400 | 1 Jan 2022
- Mel Frequency Cepstral Coefficient and its Applications: A ReviewIEEE Access, Vol. 10 | 1 Jan 2022
- Design and Implementation of a Machine Learning State Estimation Model for Unobservable MicrogridsIEEE Access, Vol. 10 | 1 Jan 2022
- Reconfigurable Nonuniform Filter Bank for Hearing Aid SystemsIEEE/ACM Transactions on Audio, Speech, and Language Processing, Vol. 30 | 1 Jan 2022
- DCT and DST Filtering With Sparse Graph OperatorsIEEE Transactions on Signal Processing, Vol. 70 | 1 Jan 2022
- Transform-based graph topology similarity metricsNeural Computing and Applications, Vol. 33, No. 23 | 9 July 2021
- Pseudospectral Time-Domain (PSTD) Methods for the Wave Equation: Realizing Boundary Conditions with Discrete Sine and Cosine TransformsJournal of Theoretical and Computational Acoustics, Vol. 29, No. 04 | 19 October 2020
- On the Fractal Characteristics of Some Meteorological Extreme Series Recorded at Constanta, RomaniaOvidius University Annals of Constanta - Series Civil Engineering, Vol. 23, No. 1 | 3 March 2022
- An improved uncertainty principle for functions with symmetryJournal of Algebra, Vol. 586 | 1 Nov 2021
- Variational local gradient threshold driven convex optimization for single image reflection suppressionInternational Symposium on Artificial Intelligence and Robotics 2021 | 28 Oct 2021
- On the ℓ∞-norms of the singular vectors of arbitrary powers of a difference matrix with applications to sigma-delta quantizationLinear Algebra and its Applications, Vol. 626 | 1 Oct 2021
- Learning Frequency-aware Dynamic Network for Efficient Super-Resolution2021 IEEE/CVF International Conference on Computer Vision (ICCV) | 1 Oct 2021
- An Analytic Transform Kernel Derivation Method for Video CodecsApplied Sciences, Vol. 11, No. 19 | 6 October 2021
- Geary’s c and Spectral Graph TheoryMathematics, Vol. 9, No. 19 | 3 October 2021
- Adding air attenuation to simulated room impulse responses: A modal approach2021 Immersive and 3D Audio: from Architecture to Automotive (I3DA) | 8 Sep 2021
- Efficient solution of block Toeplitz systems with multiple right-hand sides arising from a periodic boundary element formulationEngineering Analysis with Boundary Elements, Vol. 130 | 1 Sep 2021
- Is convexity efficiently priced? Evidence from international swap marketsJournal of Empirical Finance, Vol. 63 | 1 Sep 2021
- Graph Spectral FilteringGraph Spectral Image Processing | 17 November 2021
- Graph Spectral Image and Video CompressionGraph Spectral Image Processing | 17 November 2021
- Signal Processing on the Permutahedron: Tight Spectral Frames for Ranked Data AnalysisJournal of Fourier Analysis and Applications, Vol. 27, No. 4 | 9 August 2021
- Cubature Rules for Unitary Jacobi EnsemblesConstructive Approximation, Vol. 54, No. 1 | 4 August 2020
- Decomposing Textures using Exponential AnalysisICASSP 2021 - 2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) | 6 Jun 2021
- Natural Graph Wavelet Packet DictionariesJournal of Fourier Analysis and Applications, Vol. 27, No. 3 | 23 April 2021
- Numerical resonances for Schottky surfaces via Lagrange–Chebyshev approximationStochastics and Dynamics, Vol. 21, No. 03 | 28 August 2020
- Deep machine learning for structural health monitoring on ship hulls using acoustic emission methodShips and Offshore Structures, Vol. 16, No. 4 | 6 March 2020
- Three-dimensional steerable discrete cosine transform with application to 3D image compressionMultidimensional Systems and Signal Processing, Vol. 32, No. 2 | 29 October 2020
- Identification of dominant features in spatial dataSpatial Statistics, Vol. 41 | 1 Mar 2021
- Numerical calculation of dipolar-quantum-droplet stationary statesPhysical Review Research, Vol. 3, No. 1 | 26 March 2021
- Accelerating Ultrafast Spectroscopy with Compressive SensingPhysical Review Applied, Vol. 15, No. 2 | 15 February 2021
- Generating Extreme-Scale Matrices With Specified Singular Values or Condition NumberSIAM Journal on Scientific Computing, Vol. 43, No. 1 | 22 February 2021
- Signal Orthogonal TransformsStarting Digital Signal Processing in Telecommunication Engineering | 30 January 2021
- Extended Discrete Cosine TransformMathematical Modelling and Computational Intelligence Techniques | 13 January 2022
- Designing Color Filters That Make Cameras More ColorimetricIEEE Transactions on Image Processing, Vol. 30 | 1 Jan 2021
- Digital Watermarking using Grasshopper Optimization AlgorithmOpen Computer Science, Vol. 11, No. 1 | 26 April 2021
- Connecting (Anti)Symmetric Trigonometric Transforms to Dual-Root Lattice Fourier–Weyl TransformsSymmetry, Vol. 13, No. 1 | 31 December 2020
- A Tutorial Introduction to Inverse Problems in Magnetic ResonanceNMR in Biomedicine, Vol. 33, No. 12 | 16 August 2020
- Complexity reduction, self/completely recursive, radix-2 DCT I/IV algorithmsJournal of Computational and Applied Mathematics, Vol. 379 | 1 Dec 2020
- Gap Filling of Advanced Technology Microwave Sounder Data as Applied to Hurricane Warm Core AnimationsEarth and Space Science, Vol. 7, No. 12 | 11 December 2020
- Fast SGL Fourier transforms for scattered dataApplied and Computational Harmonic Analysis, Vol. 49, No. 3 | 1 Nov 2020
- Anisotropic gradient-based filtering for object segmentation in medical imagesComputer Methods in Biomechanics and Biomedical Engineering: Imaging & Visualization, Vol. 8, No. 6 | 16 September 2020
- Reverse Image Search Analysis Based on Pre-Trained Convolutional Neural Network Model2020 6th Information Technology International Seminar (ITIS) | 14 Oct 2020
- Toward Few-step Adversarial Training from a Frequency PerspectiveProceedings of the 1st ACM Workshop on Security and Privacy on Artificial Intelligence | 7 October 2020
- A SMOOTHING METHOD THAT LOOKS LIKE THE HODRICK–PRESCOTT FILTEREconometric Theory, Vol. 36, No. 5 | 23 March 2020
- Perceptually Inspired Weighted MSE Optimization Using Irregularity-Aware Graph Fourier Transform2020 IEEE International Conference on Image Processing (ICIP) | 1 Oct 2020
- Parametric Graph-Based Separable Transforms For Video Coding2020 IEEE International Conference on Image Processing (ICIP) | 1 Oct 2020
- 2-D Adaptive Fractal Conservation Law for Seismic Random Noise EliminationIEEE Geoscience and Remote Sensing Letters, Vol. 17, No. 10 | 1 Oct 2020
- A Proposed Image Compression Technique Based on DWT and Predictive Techniques2020 3rd International Conference on Engineering Technology and its Applications (IICETA) | 6 Sep 2020
- Fast and stable schemes for Phase Fields modelsComputers & Mathematics with Applications, Vol. 80, No. 6 | 1 Sep 2020
- Multiresolution Grid Connectivity-Based Transform for Efficient History Matching of Unconventional ReservoirsSPE Journal, Vol. 25, No. 04 | 5 March 2020
- Finite Elements for Engineers with ANSYS Applications13 September 2020
- Non-convex Total Variation Regularization for Convex Denoising of SignalsJournal of Mathematical Imaging and Vision, Vol. 62, No. 6-7 | 11 January 2020
- Detection of Breast Cancer in Mammograms through a New Features TechniqueBreast Cancer and Breast Reconstruction | 6 May 2020
- Decompositions of third‐order tensors: HOSVD, T‐SVD, and BeyondNumerical Linear Algebra with Applications, Vol. 27, No. 3 | 3 March 2020
- Automatic Classification of Morphologically Similar Fish Species Using Their Head ContoursApplied Sciences, Vol. 10, No. 10 | 14 May 2020
- Spectral Analysis for Univariate Time Series17 March 2020
- Variational bimodal image fusion with data-driven tight frameInformation Fusion, Vol. 55 | 1 Mar 2020
- Splitting with Near-Circulant Linear Systems: Applications to Total Variation CT and PETSIAM Journal on Scientific Computing, Vol. 42, No. 1 | 4 February 2020
- Derivation and Analysis of Fast Bilinear Algorithms for ConvolutionSIAM Review, Vol. 62, No. 4 | 3 November 2020
- Logarithm Similarity Measure Based Automatic Esophageal Cancer Detection Using Discrete Wavelet TransformRecent Trends and Advances in Artificial Intelligence and Internet of Things | 20 November 2019
- Linear Transformations and Linear SystemsLinear Algebra and Optimization for Machine Learning | 13 May 2020
- Stochastic Frequency Masking to Improve Super-Resolution and Denoising NetworksComputer Vision – ECCV 2020 | 10 October 2020
- Discrete Laplacian Operator and Its Applications in Signal ProcessingIEEE Access, Vol. 8 | 1 Jan 2020
- Hardware-Friendly Laplacian-Based Multi-Focus Image Fusion in DCT Domain for Visual Sensor NetworkIEEE Access, Vol. 8 | 1 Jan 2020
- Orthogonal Directional Transforms Using Discrete Directional Laplacian Eigen Solutions for Beyond HEVC Intra CodingIEEE Transactions on Image Processing, Vol. 29 | 1 Jan 2020
- Graph-Based Transforms for Video CodingIEEE Transactions on Image Processing, Vol. 29 | 1 Jan 2020
- Generalized Sampling on Graphs With Subspace and Smoothness PriorsIEEE Transactions on Signal Processing, Vol. 68 | 1 Jan 2020
- An Effective Image-Adaptive Hybrid Watermarking Scheme with Transform CoefficientsInternational Journal of Image and Graphics, Vol. 20, No. 01 | 24 January 2020
- A Cheeger inequality for graphs based on a reflection principleInvolve, a Journal of Mathematics, Vol. 13, No. 3 | 14 July 2020
- An explicit formula for the smoother weights of the Hodrick–Prescott filterStudies in Nonlinear Dynamics & Econometrics, Vol. 23, No. 5 | 23 January 2019
- Layer-Wise Pre-Training Low-Rank NMF Model for Mammogram-Based Breast Tumor ClassificationJournal of the Operations Research Society of China, Vol. 7, No. 4 | 1 October 2019
- The eigen-structures of real (skew) circulant matrices with some applicationsComputational and Applied Mathematics, Vol. 38, No. 4 | 8 October 2019
- Impact of compressed and down-scaled training images on vehicle detection in remote sensing imageryMultimedia Tools and Applications, Vol. 78, No. 22 | 7 August 2019
- Sampling and reconstruction of sparse signals on circulant graphs – an introduction to graph-FRIApplied and Computational Harmonic Analysis, Vol. 47, No. 3 | 1 Nov 2019
- The Cosine Number Transform: A Graph Signal Processing Approach2019 IEEE Global Conference on Signal and Information Processing (GlobalSIP) | 1 Nov 2019
- Convex Shape Prior for Multi-Object Segmentation Using a Single Level Set Function2019 IEEE/CVF International Conference on Computer Vision (ICCV) | 1 Oct 2019
- A Tour of Convolutional Networks Guided by Linear Interpreters2019 IEEE/CVF International Conference on Computer Vision (ICCV) | 1 Oct 2019
- Fast Graph Fourier Transforms Based on Graph Symmetry and BipartitionIEEE Transactions on Signal Processing, Vol. 67, No. 18 | 15 Sep 2019
- Metrics of graph Laplacian eigenvectorsWavelets and Sparsity XVIII | 9 Sep 2019
- High-capacity, transparent and robust audio watermarking based on synergy between DCT transform and LU decomposition using genetic algorithmAnalog Integrated Circuits and Signal Processing, Vol. 100, No. 3 | 13 May 2019
- Approach to optimize 3-dimensional brain functional activation image with high resolution: a study on functional near-infrared spectroscopyBiomedical Optics Express, Vol. 10, No. 9 | 21 August 2019
- Image compression system with an optimisation of compression ratioIET Image Processing, Vol. 13, No. 11 | 9 August 2019
- Multi-resolution Grid Connectivity-Based Reparameterization for Effective Subsurface Model CalibrationTransport in Porous Media, Vol. 129, No. 1 | 4 April 2019
- Modeling Point Spread Function in Fluorescence Microscopy With a Sparse Gaussian Mixture: Tradeoff Between Accuracy and EfficiencyIEEE Transactions on Image Processing, Vol. 28, No. 8 | 1 Aug 2019
- Rotating Element Bearing Fault Diagnosis Using Discrete Cosine Transform and Supervised Machine Learning Algorithm2019 International Conference on Computer, Communication, Chemical, Materials and Electronic Engineering (IC4ME2) | 1 Jul 2019
- Lapped Transforms: A Graph-based ExtensionICASSP 2019 - 2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) | 1 May 2019
- ReferencesMultidimensional Signal and Color Image Processing Using Lattices | 25 March 2019
- REFERENCESDiscrete Wavelet Transformations | 29 April 2019
- Complete radiation boundary conditions for the Helmholtz equation I: waveguidesNumerische Mathematik, Vol. 141, No. 4 | 1 January 2019
- Stable Extrapolation of Analytic FunctionsFoundations of Computational Mathematics, Vol. 19, No. 2 | 21 March 2018
- Deformable Registration of Chest Radiographs Using B-spline Based Method with Modified Residual ComplexityJournal of Shanghai Jiaotong University (Science), Vol. 24, No. 2 | 6 April 2019
- A QIM-Based Energy Modulation Scheme for Audio Watermarking Robust to Synchronization AttackArabian Journal for Science and Engineering, Vol. 44, No. 4 | 6 September 2018
- Novel Data Assimilation Algorithm for Nearshore BathymetryJournal of Atmospheric and Oceanic Technology, Vol. 36, No. 4 | 1 Apr 2019
- Multiclass Classification Using Random Forest ClassifierInternational Journal of Scientific Research in Computer Science, Engineering and Information Technology | 11 March 2019
- A Spatial Filtering Approach to Biological PatterningSIAM Journal on Applied Dynamical Systems, Vol. 18, No. 3 | 26 September 2019
- A Variational Convex Hull AlgorithmScale Space and Variational Methods in Computer Vision | 5 June 2019
- Efficient Split-Radix and Radix-4 DCT Algorithms and ApplicationsAnalysis of Experimental Algorithms | 14 November 2019
- Deep Learning for Haemodialysis Time Series ClassificationArtificial Intelligence in Medicine: Knowledge Representation and Transparent and Explainable Systems | 3 January 2020
- Fourier could be a data scientist: From graph Fourier transform to signal processing on graphsComptes Rendus. Physique, Vol. 20, No. 5 | 1 July 2019
- A Rate Control Scheme Compatible with a Legacy JPEG Decoder to Reduce Data Size Keeping Subjective Quality for Video Advertising on Mobile DevicesInternational Journal of Computer and Electrical Engineering, Vol. 11, No. 3 | 1 January 2019
- Investigation on Spectrum Sensing Techniques in Wireless Communication2018 International Conference on Electrical, Electronics, Communication, Computer, and Optimization Techniques (ICEECCOT) | 1 Dec 2018
- An Improved Sparse Regularization Method for Weak Fault Diagnosis of Rotating Machinery Based Upon Acceleration SignalsIEEE Sensors Journal, Vol. 18, No. 16 | 15 Aug 2018
- A General Selective Averaging Method for Piecewise Constant Signal and Image ProcessingJournal of Scientific Computing, Vol. 76, No. 2 | 6 February 2018
- Spectral Domain Sampling of Graph SignalsIEEE Transactions on Signal Processing, Vol. 66, No. 14 | 15 Jul 2018
- Color image ownership protection based on spectral domain watermarking using QR codes and QIMMultimedia Tools and Applications, Vol. 77, No. 13 | 9 September 2017
- Selective Encryption for 3D Printing Model in DCT Domain2018 Tenth International Conference on Ubiquitous and Future Networks (ICUFN) | 1 Jul 2018
- Adaptive removable visible watermarking technique using dual watermarking for digital color imagesMultimedia Tools and Applications, Vol. 77, No. 11 | 19 June 2017
- Discrete cosine and sine transforms generalized to honeycomb latticeJournal of Mathematical Physics, Vol. 59, No. 6 | 6 June 2018
- Efficient Rate-distortion Approximation and Transform Type Selection using Laplacian Operators2018 Picture Coding Symposium (PCS) | 1 Jun 2018
- Discrete Spatial Filtering by Networks of Cells Facilitates Biological Pattern Formation2018 Annual American Control Conference (ACC) | 1 Jun 2018
- Graph Spectral Image ProcessingProceedings of the IEEE, Vol. 106, No. 5 | 1 May 2018
- Graph Signal Processing: Overview, Challenges, and ApplicationsProceedings of the IEEE, Vol. 106, No. 5 | 1 May 2018
- Trigonometric transform splitting methods for real symmetric Toeplitz systemsComputers & Mathematics with Applications, Vol. 75, No. 8 | 1 Apr 2018
- Signal flow graph approach to efficient and forward stable DST algorithmsLinear Algebra and its Applications, Vol. 542 | 1 Apr 2018
- Mammogram Classification in Transform Domain2018 5th International Conference on Signal Processing and Integrated Networks (SPIN) | 1 Feb 2018
- Lowest Complexity Self-Recursive Radix-2 DCT II/III AlgorithmsSIAM Journal on Matrix Analysis and Applications, Vol. 39, No. 2 | 24 April 2018
- PET-MRI Joint Reconstruction by Joint Sparsity Based Tight Frame RegularizationSIAM Journal on Imaging Sciences, Vol. 11, No. 2 | 8 May 2018
- Discrete Fourier TransformsNumerical Fourier Analysis | 5 February 2019
- Atlas-Based 3D Intensity Volume Reconstruction from 2D Long Leg Standing X-Rays: Application to Hard and Soft Tissues in Lower ExtremityIntelligent Orthopaedics | 11 October 2018
- Image Enhancement with Medical Image Fusion using Multiresolution Discrete Cosine TransformMaterials Today: Proceedings, Vol. 5, No. 1 | 1 Jan 2018
- Global and local uncertainty principles for signals on graphsAPSIPA Transactions on Signal and Information Processing, Vol. 7, No. 1 | 1 January 2018
- Histopathological Breast-Image Classification Using Local and Frequency Domains by Convolutional Neural NetworkInformation, Vol. 9, No. 1 | 16 January 2018
- Optimal estimation and scheduling in aquifer management using the rapid feedback control methodAdvances in Water Resources, Vol. 110 | 1 Dec 2017
- Highly accurate prediction of specific activity using deep learningApplied Radiation and Isotopes, Vol. 130 | 1 Dec 2017
- Lossy Image Compression using Frequent Pattern Mining based Huffman Encoding2017 14th IEEE India Council International Conference (INDICON) | 1 Dec 2017
- Frequency-domain information along with LSTM and GRU methods for histopathological breast-image classification2017 IEEE International Symposium on Signal Processing and Information Technology (ISSPIT) | 1 Dec 2017
- Native Development Kit and Software Development Kit Comparison for Android ApplicationsInternational Journal of Information and Communication Technologies in Education, Vol. 6, No. 3 | 21 December 2017
- Kronecker-Markov Prior for Dynamic 3D ReconstructionIEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 39, No. 11 | 1 Nov 2017
- Post-Combustion CO2 EOR Development in a Mature Oil Field: Model Calibration Using a Hierarchical ApproachSPE Annual Technical Conference and Exhibition | 9 October 2017
- An Acoustic Signal Enhancement Method Based on Independent Vector Analysis for Moving Target Classification in the WildSensors, Vol. 17, No. 10 | 28 September 2017
- Learning separable transforms by inverse covariance estimation2017 IEEE International Conference on Image Processing (ICIP) | 1 Sep 2017
- A graph laplacian matrix learning method for fast implementation of graph fourier transform2017 IEEE International Conference on Image Processing (ICIP) | 1 Sep 2017
- Trapezoidal block split using orthogonal C2 transforms for HEVC video coding2017 25th European Signal Processing Conference (EUSIPCO) | 1 Aug 2017
- Spurious PIV vector detection and correction using a penalized least-squares method with adaptive order differentialsExperiments in Fluids, Vol. 58, No. 7 | 5 June 2017
- DCT Regularized Extreme Visual RecoveryIEEE Transactions on Image Processing, Vol. 26, No. 7 | 1 Jul 2017
- Stationary Signal Processing on GraphsIEEE Transactions on Signal Processing, Vol. 65, No. 13 | 1 Jul 2017
- Full resolution Fourier domain optical coherence tomographyJournal of Optics, Vol. 19, No. 6 | 22 May 2017
- Curl-Constrained Gradient Estimation for Image Recovery From Highly Incomplete Spectral DataIEEE Transactions on Image Processing, Vol. 26, No. 6 | 1 Jun 2017
- Discrete Transform Based Image FusionInternational Journal of Multimedia Data Engineering and Management, Vol. 8, No. 2 | 1 Apr 2017
- A Robust and Scalable Implementation of the Parks-McClellan Algorithm for Designing FIR FiltersACM Transactions on Mathematical Software, Vol. 43, No. 1 | 13 August 2016
- The Green’s function for the Hückel (tight binding) modelJournal of Mathematical Physics, Vol. 58, No. 3 | 7 March 2017
- Fast implementation for symmetric non-separable transforms based on grids2017 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) | 1 Mar 2017
- Image reconstruction from partial Fourier measurements via curl constrained sparse gradient estimation2017 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) | 1 Mar 2017
- Steerable Discrete Fourier TransformIEEE Signal Processing Letters, Vol. 24, No. 3 | 1 Mar 2017
- Efficient, Convergent SENSE MRI Reconstruction for Nonperiodic Boundary Conditions via Tridiagonal SolversIEEE Transactions on Computational Imaging, Vol. 3, No. 1 | 1 Mar 2017
- Weighted Inner Products for GMRES and GMRES-DRSIAM Journal on Scientific Computing, Vol. 39, No. 5 | 26 October 2017
- Dense Motion Estimation for SmokeComputer Vision – ACCV 2016 | 12 March 2017
- Atlas-Based 3D Intensity Volume Reconstruction of Musculoskeletal Structures in the Lower Extremity from 2D Calibrated X-Ray ImagesImaging for Patient-Customized Simulations and Systems for Point-of-Care Ultrasound | 8 September 2017
- Analysis and extraction of LP-residual for its application in speaker verification system under uncontrolled noisy environmentMultimedia Tools and Applications, Vol. 76, No. 1 | 19 November 2015
- Are Current Advances of Compression Algorithms for Capsule Endoscopy Enough? A Technical ReviewIEEE Reviews in Biomedical Engineering, Vol. 10 | 1 Jan 2017
- Steerable Discrete Cosine TransformIEEE Transactions on Image Processing, Vol. 26, No. 1 | 1 Jan 2017
- Acoustic scattering for 3D multi-directional periodic structures using the boundary element methodThe Journal of the Acoustical Society of America, Vol. 141, No. 1 | 18 January 2017
- Perceptual Encryption Based on Features of Interpolating Curve for Vector MapIEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences, Vol. E100.A, No. 5 | 1 Jan 2017
- A High-Order Level-Set Method with Enhanced Stability for Curvature Driven Flows and Surface Diffusion MotionJournal of Scientific Computing, Vol. 69, No. 3 | 15 June 2016
- A novel multipitch measurement algorithm for acoustic signals of moving targetsMechanical Systems and Signal Processing, Vol. 81 | 1 Dec 2016
- Fuzzy c-means in features space of Teager-Kaiser Energy of continuous wavelet coefficients for detection of PVC beats in ECG2016 8th Cairo International Biomedical Engineering Conference (CIBEC) | 1 Dec 2016
- Combining continuous wavelet transform and Teager-Kaiser Energy operator for ECG arrhythmia detection2016 8th Cairo International Biomedical Engineering Conference (CIBEC) | 1 Dec 2016
- GIS Map Encryption Algorithm for Drone Security Based on Geographical Features2016 International Conference on Computational Science and Computational Intelligence (CSCI) | 1 Dec 2016
- Tracking time-vertex propagation using dynamic graph wavelets2016 IEEE Global Conference on Signal and Information Processing (GlobalSIP) | 1 Dec 2016
- Two-dimensional discrete cosine transform on sliding windowsDigital Signal Processing, Vol. 58 | 1 Nov 2016
- Fully automatic reconstruction of personalized 3D volumes of the proximal femur from 2D X-ray imagesInternational Journal of Computer Assisted Radiology and Surgery, Vol. 11, No. 9 | 2 April 2016
- Numerical approximation of solitary waves of the Benjamin equationMathematics and Computers in Simulation, Vol. 127 | 1 Sep 2016
- Subspace-sparsifying steerable discrete cosine transform from graph fourier transform2016 IEEE International Conference on Image Processing (ICIP) | 1 Sep 2016
- GBST: Separable transforms based on line graphs for predictive video coding2016 IEEE International Conference on Image Processing (ICIP) | 1 Sep 2016
- Spectral Graph Wavelets and Filter Banks With Low Approximation ErrorIEEE Transactions on Signal and Information Processing over Networks, Vol. 2, No. 3 | 1 Sep 2016
- Interpretation of soil property profile from limited measurement data: a compressive sampling perspectiveCanadian Geotechnical Journal, Vol. 53, No. 9 | 1 Sep 2016
- Optimal preconditioning for image deblurring with Anti-Reflective boundary conditionsLinear Algebra and its Applications, Vol. 502 | 1 Aug 2016
- Skin lesion analysis system for melanoma detection with an effective hair segmentation method2016 International Conference on Information Science (ICIS) | 1 Aug 2016
- Multi-windowed graph Fourier frames2016 International Conference on Machine Learning and Cybernetics (ICMLC) | 1 Jul 2016
- Spatiotemporal Bundle Adjustment for Dynamic 3D Reconstruction2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) | 1 Jun 2016
- Fast gap filling of the coastal ocean surface current in the seas around TaiwanOCEANS 2016 - Shanghai | 1 Apr 2016
- Vertex-frequency analysis on graphsApplied and Computational Harmonic Analysis, Vol. 40, No. 2 | 1 Mar 2016
- A New Method for Chebyshev Polynomial Interpolation Based on Cosine TransformsCircuits, Systems, and Signal Processing, Vol. 35, No. 2 | 3 June 2015
- A generalized Poisson solver for first-principles device simulationsThe Journal of Chemical Physics, Vol. 144, No. 4 | 29 January 2016
- Direct Unsupervised Text Line Extraction from Colored Historical Manuscript Images Using DCTImage Analysis and Recognition | 1 July 2016
- Quantized Compressive Sensing for Low-Power Data Compression and Wireless TelemonitoringIEEE Sensors Journal | 1 Jan 2016
- Symmetric line graph transforms for inter predictive video coding2016 Picture Coding Symposium (PCS) | 1 Jan 2016
- The compressed state K alman filter for nonlinear state estimation: Application to large‐scale reservoir monitoringWater Resources Research, Vol. 51, No. 12 | 25 December 2015
- Convex fused lasso denoising with non-convex regularization and its use for pulse detection2015 IEEE Signal Processing in Medicine and Biology Symposium (SPMB) | 1 Dec 2015
- Tensor–tensor products with invertible linear transformsLinear Algebra and its Applications, Vol. 485 | 1 Nov 2015
- Intra-Prediction and Generalized Graph Fourier Transform for Image CodingIEEE Signal Processing Letters, Vol. 22, No. 11 | 1 Nov 2015
- A TV-l 1 based nonrigid image registration by coupling parametric and non-parametric transformationInternational Journal of Automation and Computing, Vol. 12, No. 5 | 29 August 2015
- A novel approach for simultaneous compression and encryption of image in wireless media sensor network2015 International Conference on Applied and Theoretical Computing and Communication Technology (iCATccT) | 1 Oct 2015
- Steerable Discrete Cosine Transform2015 IEEE 17th International Workshop on Multimedia Signal Processing (MMSP) | 1 Oct 2015
- Decimation in Time and Space of Finite-Difference Time-Domain Schemes: Standard Isotropic Lossless ModelIEEE Transactions on Signal Processing, Vol. 63, No. 20 | 1 Oct 2015
- Tree simplification and the ‘plateaux’ phenomenon of graph Laplacian eigenvaluesLinear Algebra and its Applications, Vol. 481 | 1 Sep 2015
- A class of DCT approximations based on the Feig–Winograd algorithmSignal Processing, Vol. 113 | 1 Aug 2015
- The finite Balian-Low conjecture2015 International Conference on Sampling Theory and Applications (SampTA) | 1 May 2015
- Analysis of some projection method based preconditioners for models of incompressible flowApplied Numerical Mathematics, Vol. 90 | 1 Apr 2015
- ADMM based algorithm for spike and smooth signal separation using over-complete dictionary2015 International Conference on Communications and Signal Processing (ICCSP) | 1 Apr 2015
- 2D-3D regularized deformable b-spline registration: Application to the proximal femur2015 IEEE 12th International Symposium on Biomedical Imaging (ISBI) | 1 Apr 2015
- Efficient MR inhomogeneity correction by regularized entropy minimization and proximal alternations2015 IEEE 12th International Symposium on Biomedical Imaging (ISBI) | 1 Apr 2015
- Comparative study between different bases of transformation for compressive sensing of images2015 Intelligent Systems and Computer Vision (ISCV) | 1 Mar 2015
- Geometry Transformation in Spatial Domain Using Coefficient Changes in Frequency Domain toward Lightweight Image EncryptionJournal of KIISE, Vol. 42, No. 2 | 15 Feb 2015
- Compressed state Kalman filter for large systemsAdvances in Water Resources, Vol. 76 | 1 Feb 2015
- Recent Advances in Optical Image ProcessingProgress in Optics | 1 Jan 2015
- Noninvasive Real-Time Automated Skin Lesion Analysis System for Melanoma Early Detection and PreventionIEEE Journal of Translational Engineering in Health and Medicine, Vol. 3 | 1 Jan 2015
- A Subspace Preconditioned LSQR Gauss-Newton Method with a Constrained Line Search Path Applied to 3D Biomedical Microwave ImagingInternational Journal of Antennas and Propagation, Vol. 2015 | 1 Jan 2015
- [Paper] Efficient Constant-time Gaussian Filtering with Sliding DCT/DST-5 and Dual-domain Error MinimizationITE Transactions on Media Technology and Applications, Vol. 3, No. 1 | 1 Jan 2015
- The Fourier approximation of smooth but non-periodic functions from unevenly spaced dataAdvances in Computational Mathematics, Vol. 40, No. 5-6 | 18 March 2014
- Square smoothing regularization matrices with accurate boundary conditionsJournal of Computational and Applied Mathematics, Vol. 272 | 1 Dec 2014
- Typical bubble shape estimation in two-phase flow using inverse problem techniquesFlow Measurement and Instrumentation, Vol. 40 | 1 Dec 2014
- Orthogonal polynomial expansions on sparse gridsJournal of Complexity, Vol. 30, No. 6 | 1 Dec 2014
- DCT based Secure Data Hiding for Intellectual Property Right ProtectionCSI Transactions on ICT, Vol. 2, No. 3 | 9 September 2014
- Detection of Replication Origin Sites in Herpesvirus Genomes by Clustering and Scoring of Palindromes with Quadratic Entropy MeasuresIEEE/ACM Transactions on Computational Biology and Bioinformatics, Vol. 11, No. 6 | 1 Nov 2014
- A peculiar permutation phenomenon arising from the singular vector entries of a special class of Toeplitz matricesLinear Algebra and its Applications, Vol. 459 | 1 Oct 2014
- A new similarity measure for intensity-based image registration2014 4th International Conference on Computer and Knowledge Engineering (ICCKE) | 1 Oct 2014
- The Finite Fractional Zak TransformIEEE Signal Processing Letters, Vol. 21, No. 9 | 1 Sep 2014
- A case studyProceedings of the 20th ACM SIGKDD international conference on Knowledge discovery and data mining | 24 August 2014
- Proximal ADMM for Multi-Channel Image Reconstruction in Spectral X-ray CTIEEE Transactions on Medical Imaging, Vol. 33, No. 8 | 1 Aug 2014
- Data-driven tight frame construction and image denoisingApplied and Computational Harmonic Analysis, Vol. 37, No. 1 | 1 Jul 2014
- On the use of a penalized least squares method to process kinematic full-field measurementsMeasurement Science and Technology, Vol. 25, No. 7 | 14 May 2014
- Automated skin lesion analysis based on color and shape geometry feature set for melanoma early detection and preventionIEEE Long Island Systems, Applications and Technology (LISAT) Conference 2014 | 1 May 2014
- Analysis of wavelet basis selection in optimal trajectory space finding for 3D non-rigid structure from motionInternational Journal of Wavelets, Multiresolution and Information Processing, Vol. 12, No. 03 | 26 May 2014
- Fast windowed update algorithm for ODCT computationInternational Journal of Electronics Letters, Vol. 2, No. 2 | 21 January 2014
- Fast solver for some computational imaging problems: A regularized weighted least-squares approachDigital Signal Processing, Vol. 27 | 1 Apr 2014
- SKINcure: A real time image analysis system to aid in the malignant melanoma prevention and early detection2014 Southwest Symposium on Image Analysis and Interpretation | 1 Apr 2014
- PHLST with adaptive tiling and its application to antarctic remote sensing image approximationInverse Problems and Imaging, Vol. 8, No. 1 | 1 Mar 2014
- A Practical Fundamental Frequency Extraction Algorithm for Motion Parameters Estimation of Moving TargetsIEEE Transactions on Instrumentation and Measurement, Vol. 63, No. 2 | 1 Feb 2014
- Discrete Transforms and Orthogonal Polynomials of (Anti)Symmetric Multivariate Cosine FunctionsSIAM Journal on Numerical Analysis, Vol. 52, No. 6 | 11 December 2014
- Separable Spatiotemporal Priors for Convex Reconstruction of Time-Varying 3D Point CloudsComputer Vision – ECCV 2014 | 1 Jan 2014
- Principal Component Analysis and Laplacian Splines: Steps Toward a Unified ModelThe Impact of Applications on Mathematics | 19 July 2014
- Predicting Primary Gaze Behavior Using Social Saliency Fields2013 IEEE International Conference on Computer Vision | 1 Dec 2013
- Discretization of four types of Weyl group orbit functionsJournal of Physics: Conference Series, Vol. 474 | 29 November 2013
- Densities of states for disordered systems from free probabilityPhysical Review B, Vol. 88, No. 20 | 12 November 2013
- Fast Gaussian filter with second-order shift property of DCT-52013 IEEE International Conference on Image Processing | 1 Sep 2013
- Coupling Image Restoration and Segmentation: A Generalized Linear Model/Bregman PerspectiveInternational Journal of Computer Vision, Vol. 104, No. 1 | 8 March 2013
- Tight Wavelet Frames on Multislice GraphsIEEE Transactions on Signal Processing, Vol. 61, No. 13 | 1 Jul 2013
- Mobile robot map building in eigenspace — A pea-based approach2013 25th Chinese Control and Decision Conference (CCDC) | 1 May 2013
- HEVC-based adaptive quantization for screen content by detecting low contrast edge regions2013 IEEE International Symposium on Circuits and Systems (ISCAS2013) | 1 May 2013
- Multi-Wiener SURE-LET DeconvolutionIEEE Transactions on Image Processing, Vol. 22, No. 5 | 1 May 2013
- Mysteries around the graph Laplacian eigenvalue 4Linear Algebra and its Applications, Vol. 438, No. 8 | 1 Apr 2013
- Data compression techniques for urban traffic data2013 IEEE Symposium on Computational Intelligence in Vehicles and Transportation Systems (CIVTS) | 1 Apr 2013
- Compression of infrared imagery sequences containing a slow-moving point target, part IIApplied Optics, Vol. 52, No. 8 | 7 March 2013
- Sobolev Duals for Random Frames and ΣΔ Quantization of Compressed Sensing MeasurementsFoundations of Computational Mathematics, Vol. 13, No. 1 | 27 October 2012
- Analyzing the Optimality of Predictive Transform Coding Using Graph-Based ModelsIEEE Signal Processing Letters, Vol. 20, No. 1 | 1 Jan 2013
- Parsimony in PSF engineering using patterned illuminationImaging and Applied Optics Postdeadline | 1 Jan 2013
- Temporal and spatial compression of infrared imagery sequences containing slow moving point targets2012 IEEE 27th Convention of Electrical and Electronics Engineers in Israel | 1 Nov 2012
- Superfast Fourier Transform Using QTT ApproximationJournal of Fourier Analysis and Applications, Vol. 18, No. 5 | 30 May 2012
- Application of digital image cross-correlation and smoothing function to the diagnosis of breast cancerJournal of the Mechanical Behavior of Biomedical Materials, Vol. 14 | 1 Oct 2012
- Image reconstruction based on L1 regularization and projection methods for electrical impedance tomographyReview of Scientific Instruments, Vol. 83, No. 10 | 25 October 2012
- Two-Level Image Encryption Algorithm Based on Qi Hyper-Chaos2012 Fifth International Workshop on Chaos-fractals Theories and Applications | 1 Oct 2012
- The JavaSymphony Extensions for Parallel GPU Computing2012 41st International Conference on Parallel Processing | 1 Sep 2012
- On the Moore–Penrose inverse in solving saddle‐point systems with singular diagonal blocksNumerical Linear Algebra with Applications, Vol. 19, No. 4 | 18 October 2011
- Subsurface Flow Model Calibration with a Spectral-Domain Parameterization Adaptive to Grid Connectivity and Prior Model InformationMathematical Geosciences, Vol. 44, No. 6 | 12 July 2012
- A windowed graph Fourier transform2012 IEEE Statistical Signal Processing Workshop (SSP) | 1 Aug 2012
- A discrete Fourier transform associated with the affine Hecke algebraAdvances in Applied Mathematics, Vol. 49, No. 1 | 1 Jul 2012
- Error Analysis of Free Probability Approximations to the Density of States of Disordered SystemsPhysical Review Letters, Vol. 109, No. 3 | 17 July 2012
- Orthogonal Modes of Frequency Modulation and the Sturm–Liouville Frequency Modulation ModelIEEE Transactions on Signal Processing, Vol. 60, No. 7 | 1 Jul 2012
- Estimators of Fractal Dimension: Assessing the Roughness of Time Series and Spatial DataStatistical Science, Vol. 27, No. 2 | 1 May 2012
- Numerical differentiation by a Tikhonov regularization method based on the discrete cosine transformApplicable Analysis, Vol. 91, No. 4 | 1 Apr 2012
- Jointly Optimized Spatial Prediction and Block Transform for Video and Image CodingIEEE Transactions on Image Processing, Vol. 21, No. 4 | 1 Apr 2012
- Kronecker product approximations for image restoration with whole-sample symmetric boundary conditionsInformation Sciences, Vol. 186, No. 1 | 1 Mar 2012
- Graph representations using adjacency matrix transforms for clustering2012 16th IEEE Mediterranean Electrotechnical Conference | 1 Mar 2012
- Bayesian Scale Space Analysis of Differences in ImagesTechnometrics, Vol. 54, No. 1 | 1 Feb 2012
- Root-Exponential Accuracy for Coarse Quantization of Finite Frame ExpansionsIEEE Transactions on Information Theory, Vol. 58, No. 2 | 1 Feb 2012
- Region-based Image Segmentation by Watershed Partition and DCT Energy CompactionInternational Journal of Computational Intelligence Systems, Vol. 5, No. 1 | 1 January 2012
- Pitch Estimation Based on a Harmonic Sinusoidal Autocorrelation Model and a Time-Domain Matching SchemeIEEE Transactions on Audio, Speech, and Language Processing, Vol. 20, No. 1 | 1 Jan 2012
- An Integer Approximation Method for Discrete Sinusoidal TransformsCircuits, Systems, and Signal Processing, Vol. 30, No. 6 | 25 May 2011
- Finite difference discretization of the extended Fisher–Kolmogorov equation in two dimensionsComputers & Mathematics with Applications, Vol. 62, No. 11 | 1 Dec 2011
- Constrained spectrum control using MPCIEEE Conference on Decision and Control and European Control Conference | 1 Dec 2011
- DCT-domain robust data hiding using chaotic sequence2011 International Conference on Multimedia, Signal Processing and Communication Technologies | 1 Dec 2011
- Robust optical flow estimation based on brightness correction fieldsJournal of Zhejiang University SCIENCE C, Vol. 12, No. 12 | 6 December 2011
- An alternating split Bregman algorithm for multi-region segmentation2011 Conference Record of the Forty Fifth Asilomar Conference on Signals, Systems and Computers (ASILOMAR) | 1 Nov 2011
- History Matching with a Multiscale Parameterization Based on Grid Connectivity and Adaptive to Prior InformationSPE Annual Technical Conference and Exhibition | 30 October 2011
- Cubature formulae for orthogonal polynomials in terms of elements of finite order of compact simple Lie groupsAdvances in Applied Mathematics, Vol. 47, No. 3 | 1 Sep 2011
- A Region-Based Image Segmentation by Watershed Partition and DCT Energy Compaction2011 Eighth International Conference Computer Graphics, Imaging and Visualization | 1 Aug 2011
- Handwritten Armenian character recognition based on discrete cosine transform and artificial immune system2011 6th IEEE Joint International Information Technology and Artificial Intelligence Conference | 1 Aug 2011
- An asynchronous array architecture for 16 × 1 DCT-4/DST-4 on a 65nm Achronix SPD60 FPGA2011 IEEE 54th International Midwest Symposium on Circuits and Systems (MWSCAS) | 1 Aug 2011
- Fast Preconditioners for Total Variation Deblurring with Antireflective Boundary ConditionsSIAM Journal on Matrix Analysis and Applications, Vol. 32, No. 3 | 16 August 2011
- Inversion of the Fluvial Channel Reservoir Permeability Field Using Ensemble Kalman Filter Based on Discrete Cosine TransformChinese Journal of Geophysics, Vol. 54, No. 4 | 31 May 2013
- Combining artificial neural networks with data fusion to analyze overlapping spectra of nitroaniline isomersChemometrics and Intelligent Laboratory Systems, Vol. 107, No. 2 | 1 Jul 2011
- A generalized grid connectivity–based parameterization for subsurface flow model calibrationWater Resources Research, Vol. 47, No. 6 | 17 June 2011
- The Centered Discrete Fourier Transform and a parallel implementation of the FFT2011 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) | 1 May 2011
- Downsampling graphs using spectral theory2011 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) | 1 May 2011
- An Iterative Shrinkage Approach to Total-Variation Image RestorationIEEE Transactions on Image Processing, Vol. 20, No. 5 | 1 May 2011
- Effects of dimensionality reduction and feature selection in text classification2011 IEEE 19th Signal Processing and Communications Applications Conference (SIU) | 1 Apr 2011
- Multiscale Parameterization and History Matching in Structured and Unstructured Grid GeometriesSPE Reservoir Simulation Symposium | 21 February 2011
- Continuous Multiclass Labeling Approaches and AlgorithmsSIAM Journal on Imaging Sciences, Vol. 4, No. 4 | 22 November 2011
- A Fast Algorithm for Fourier ContinuationSIAM Journal on Scientific Computing, Vol. 33, No. 6 | 10 November 2011
- An uncertainty principle for finite framesJournal of Mathematical Analysis and Applications, Vol. 373, No. 1 | 1 Jan 2011
- Intensity-Based Image Registration by Minimizing Residual ComplexityIEEE Transactions on Medical Imaging, Vol. 29, No. 11 | 1 Nov 2010
- Implementation of the JPEG on DSP ProcessorsApplied Mechanics and Materials, Vol. 34-35 | 1 October 2010
- Highly-compacted DCT coefficientsSignal, Image and Video Processing, Vol. 4, No. 3 | 19 May 2009
- Super-Resolution in Plenoptic Cameras by the Integration of Depth from Focus and Stereo2010 Proceedings of 19th International Conference on Computer Communications and Networks | 1 Aug 2010
- Two-dimensional symmetric and antisymmetric generalizations of sine functionsJournal of Mathematical Physics, Vol. 51, No. 7 | 28 July 2010
- Product-type block preconditioners for electromagnetic cavity problemsApplied Mathematics and Computation, Vol. 216, No. 6 | 1 May 2010
- Robust smoothing of gridded data in one and higher dimensions with missing valuesComputational Statistics & Data Analysis, Vol. 54, No. 4 | 1 Apr 2010
- Using Multiscale Spectra in Regularizing Covariance Matrices for Hyperspectral Image ClassificationIEEE Transactions on Geoscience and Remote Sensing, Vol. 48, No. 4 | 1 Apr 2010
- Sobolev duals of random frames2010 44th Annual Conference on Information Sciences and Systems (CISS) | 1 Mar 2010
- Two-dimensional symmetric and antisymmetric generalizations of exponential and cosine functionsJournal of Mathematical Physics, Vol. 51, No. 2 | 3 February 2010
- Mathematical Modelling of Cell Adhesion in Tissue Engineering using Continuum ModelsCellular and Biomolecular Mechanics and Mechanobiology | 2 November 2010
- Identification Method for Time-Varying ARX ModelsRecent Advances in Optimization and its Applications in Engineering | 12 August 2010
- Bayesian Classification Using DCT Features for Brain Tumor DetectionKnowledge-Based and Intelligent Information and Engineering Systems | 1 Jan 2010
- V-cycle Optimal Convergence for DCT-III MatricesNumerical Methods for Structured Matrices and Applications | 1 Jan 2010
- Algebraic Signal Processing Theory: Sampling for Infinite and Finite 1-D SpaceIEEE Transactions on Signal Processing, Vol. 58, No. 1 | 1 Jan 2010
- Antireflective Boundary Conditions for Deblurring ProblemsJournal of Electrical and Computer Engineering, Vol. 2010, No. 1 | 21 September 2010
- The application of subspace preconditioned LSQR algorithm for solving the electrocardiography inverse problemMedical Engineering & Physics, Vol. 31, No. 8 | 1 Oct 2009
- Workload modeling using pseudo2D-HMM2009 IEEE International Symposium on Modeling, Analysis & Simulation of Computer and Telecommunication Systems | 1 Sep 2009
- Linear filtering in DCT IV/DST IV and MDCT/MDST domainSignal Processing, Vol. 89, No. 6 | 1 Jun 2009
- Parallel preconditioners for large scale partial difference equation systemsJournal of Computational and Applied Mathematics, Vol. 226, No. 1 | 1 Apr 2009
- Real-time fluid simulation using discrete sine/cosine transformsProceedings of the 2009 symposium on Interactive 3D graphics and games | 27 February 2009
- Convex Multi-class Image Labeling by Simplex-Constrained Total VariationScale Space and Variational Methods in Computer Vision | 1 Jan 2009
- Radon transforms and lamplighter random walksJournal of Mathematical Sciences, Vol. 156, No. 1 | 16 December 2008
- A scaled gradient projection method for constrained image deblurringInverse Problems, Vol. 25, No. 1 | 13 November 2008
- Block Convolution Using Discrete Trigonometric Transforms and Discrete Fourier TransformIEEE Signal Processing Letters, Vol. 15 | 1 Dec 2008
- Spectral quadrangulation with orientation and alignment controlACM Transactions on Graphics, Vol. 27, No. 5 | 1 December 2008
- Spectral quadrangulation with orientation and alignment controlACM SIGGRAPH Asia 2008 papers | 1 December 2008
- Approximation by GP box-splines on a four-direction meshJournal of Computational and Applied Mathematics, Vol. 221, No. 2 | 1 Nov 2008
- On a constant-diagonals matrixApplied Mathematics and Computation, Vol. 204, No. 1 | 1 Oct 2008
- Algebraic Signal Processing Theory: 1-D SpaceIEEE Transactions on Signal Processing, Vol. 56, No. 8 | 1 Aug 2008
- Generalized Commuting Matrices and Their Eigenvectors for DFTs, Offset DFTs, and Other Periodic OperationsIEEE Transactions on Signal Processing, Vol. 56, No. 8 | 1 Aug 2008
- Data analysis and representation on a general domain using eigenfunctions of LaplacianApplied and Computational Harmonic Analysis, Vol. 25, No. 1 | 1 Jul 2008
- Tridiagonal Commuting Matrices and Fractionalizations of DCT and DST Matrices of Types I, IV, V, and VIIIIEEE Transactions on Signal Processing, Vol. 56, No. 6 | 1 Jun 2008
- Alternating multivariate trigonometric functions and corresponding Fourier transformsJournal of Physics A: Mathematical and Theoretical, Vol. 41, No. 14 | 26 March 2008
- Harmonic Analysis of Finite Lamplighter Random WalksJournal of Dynamical and Control Systems, Vol. 14, No. 2 | 29 March 2008
- Readily regenerable reduced microstructure representationsComputational Materials Science, Vol. 42, No. 2 | 1 Apr 2008
- ReferencesDiscrete Wavelet Transformations | 1 March 2011
- Fast Three-Dimensional Discrete Cosine TransformSIAM Journal on Scientific Computing, Vol. 30, No. 6 | 13 October 2008
- Linearized solution to electrical impedance tomography based on the Schur conjugate gradient methodMeasurement Science and Technology, Vol. 18, No. 11 | 27 September 2007
- On Higher Order Approximations for Hermite–Gaussian Functions and Discrete Fractional Fourier TransformsIEEE Signal Processing Letters, Vol. 14, No. 10 | 1 Oct 2007
- (Anti)symmetric multivariate trigonometric functions and corresponding Fourier transformsJournal of Mathematical Physics, Vol. 48, No. 9 | 11 September 2007
- Revision of the theory of tracer transport and the convolution model of dynamic contrast enhanced magnetic resonance imagingJournal of Mathematical Biology, Vol. 55, No. 3 | 12 April 2007
- Algebraic Signal Processing Theory: 2-D Spatial Hexagonal LatticeIEEE Transactions on Image Processing, Vol. 16, No. 6 | 1 Jun 2007
- Spectral analysis of finite Markov chains with spherical symmetriesAdvances in Applied Mathematics, Vol. 38, No. 4 | 1 May 2007
- Factorizations and representations of the backward second-order linear recurrencesJournal of Computational and Applied Mathematics, Vol. 201, No. 1 | 1 Apr 2007
- Estimation of the Instantaneous Pitch of SpeechIEEE Transactions on Audio, Speech and Language Processing, Vol. 15, No. 3 | 1 Mar 2007
- Definitions and General PropertiesDiscrete Cosine and Sine Transforms | 1 Jan 2007
- The Karhunen–Loéve Transform and Optimal DecorrelationDiscrete Cosine and Sine Transforms | 1 Jan 2007
- Fast DCT/DST AlgorithmsDiscrete Cosine and Sine Transforms | 1 Jan 2007
- Image Deblurring with Odd Symmetry Discrete Neumann Boundary Condition2007 International Conference on Machine Learning and Cybernetics | 1 Jan 2007
- An improved preconditioned LSQR for discrete ill-posed problemsMathematics and Computers in Simulation, Vol. 73, No. 1-4 | 1 Nov 2006
- Recovering DC Coefficients in Block-Based DCTIEEE Transactions on Image Processing, Vol. 15, No. 11 | 1 Nov 2006
- On the Use of 2-D Coding Techniques for ECG SignalsIEEE Transactions on Information Technology in Biomedicine, Vol. 10, No. 4 | 1 Oct 2006
- Efficient DFT Architectures Based Upon SymmetriesIEEE Transactions on Signal Processing, Vol. 54, No. 10 | 1 Oct 2006
- HARMONIC INTERPOLATION FOR IMAGE COMPRESSIONInternational Journal of Image and Graphics, Vol. 06, No. 04 | 20 November 2011
- Complex Cepstrum of Discrete Hartley Andwarped Discrete Hartley Filters2006 IEEE 12th Digital Signal Processing Workshop & 4th IEEE Signal Processing Education Workshop | 1 Sep 2006
- A new texture generation method based on pseudo-DCT coefficientsIEEE Transactions on Image Processing, Vol. 15, No. 5 | 1 May 2006
- Discrete and continuous sine transform generalized to semisimple Lie groups of rank twoJournal of Mathematical Physics, Vol. 47, No. 4 | 26 April 2006
- Kronecker product approximations for image restoration with anti-reflective boundary conditionsNumerical Linear Algebra with Applications, Vol. 13, No. 1 | 1 January 2006
- Numerical ComputationsThe Mathematica GuideBook for Numerics | 1 Jan 2006
- The polyharmonic local sine transform: A new tool for local image analysis and synthesis without edge effectApplied and Computational Harmonic Analysis, Vol. 20, No. 1 | 1 Jan 2006
- Improvement of DCT-Based Compression Algorithms Using Poisson's EquationIEEE Transactions on Image Processing, Vol. 15, No. 12 | 1 Jan 2006
- Worst-case error analysis of lifting-based fast DCT-algorithmsIEEE Transactions on Signal Processing, Vol. 53, No. 8 | 1 Aug 2005
- A classification scheme for regularizing preconditioners, with application to Toeplitz systemsLinear Algebra and its Applications, Vol. 397 | 1 Mar 2005
- The Discrete Sine Transform and the Spectrum of the Finite q-ary TreeSIAM Journal on Discrete Mathematics, Vol. 19, No. 4 | 1 August 2006
- Fast and numerically stable algorithms for discrete cosine transformsLinear Algebra and its Applications, Vol. 394 | 1 Jan 2005
- Fourier transform for the spatial quincunx latticeIEEE International Conference on Image Processing 2005 | 1 Jan 2005
- Geometric harmonics as a statistical image processing tool for images on irregularly-shaped domainsIEEE/SP 13th Workshop on Statistical Signal Processing, 2005 | 1 Jan 2005
- Generalized Eigenvectors and Fractionalization of Offset DFTs and DCTsIEEE Transactions on Signal Processing, Vol. 52, No. 7 | 1 Jul 2004
- Properties of continuous Fourier extension of the discrete cosine transform and its multidimensional generalizationJournal of Mathematical Physics, Vol. 45, No. 6 | 1 Jun 2004
- The Relationship of Transform Coefficients for Differing Transforms and/or Differing Subblock SizesIEEE Transactions on Signal Processing, Vol. 52, No. 5 | 1 May 2004
- A unified approach to fast image registration and a new curvature based registration techniqueLinear Algebra and its Applications, Vol. 380 | 1 Mar 2004
- Scattering of elastic waves in heterogeneous media using the direct solution methodGeophysical Journal International, Vol. 156, No. 2 | 1 Feb 2004
- A Note on Antireflective Boundary Conditions and Fast Deblurring ModelsSIAM Journal on Scientific Computing, Vol. 25, No. 4 | 16 May 2012
- Eigenvectors for a Class of Discrete Cosine and Sine TransformsSampling Theory in Signal and Image Processing, Vol. 3, No. 1 | 1 January 2004
- A memory and computation efficient structure for MPEG polyphase synthesis2004 IEEE International Conference on Acoustics, Speech, and Signal Processing | 1 Jan 2004
- Robust localization using an omnidirectional appearance-based subspace model of environmentRobotics and Autonomous Systems, Vol. 45, No. 1 | 1 Oct 2003
- Invertible integer DCT algorithmsApplied and Computational Harmonic Analysis, Vol. 15, No. 1 | 1 Jul 2003
- Karhunen-love expansion of a set of rotated templatesIEEE Transactions on Image Processing, Vol. 12, No. 7 | 1 Jul 2003
- On a set of matrix algebras related to discrete Hartley-type transformsLinear Algebra and its Applications, Vol. 366 | 1 Jun 2003
- The Algebraic Approach to the Discrete Cosine and Sine Transforms and Their Fast AlgorithmsSIAM Journal on Computing, Vol. 32, No. 5 | 17 February 2012
- Shifted Fourier Matrices and Their Tridiagonal CommutorsSIAM Journal on Matrix Analysis and Applications, Vol. 24, No. 3 | 31 July 2006
- A Steganographic Embedding Undetectable by JPEG Compatibility SteganalysisInformation Hiding | 18 December 2002
- Integer DCT—II by Lifting StepsModern Developments in Multivariate Approximation | 1 Jan 2003
- Nonparametric variogram and covariogram estimation with Fourier–Bessel matricesComputational Statistics & Data Analysis, Vol. 41, No. 1 | 1 Nov 2002
- Capacity is the wrong paradigmProceedings of the 2002 workshop on New security paradigms | 23 September 2002
- Automating the modeling and optimization of the performance of signal transformsIEEE Transactions on Signal Processing, Vol. 50, No. 8 | 1 Aug 2002
- The fractional discrete cosine transformIEEE Transactions on Signal Processing, Vol. 50, No. 4 | 1 Apr 2002
- Eigenstructures of Spatial Design MatricesJournal of Multivariate Analysis, Vol. 80, No. 1 | 1 Jan 2002
- The discrete trigonometric transforms and their fast algorithms: an algebraic symmetry perspectiveProceedings of 2002 IEEE 10th Digital Signal Processing Workshop, 2002 and the 2nd Signal Processing Education Workshop. | 1 Jan 2002
- The generalized unified computation of multidimensional discrete orthogonal transformsScience in China Series F Information Sciences, Vol. 44, No. 6 | 1 Dec 2001
- Lessons from speechreadingIEEE International Conference on Multimedia and Expo, 2001. ICME 2001. | 1 Jan 2001
- Feature analysis for automatic speechreading2001 IEEE Fourth Workshop on Multimedia Signal Processing (Cat. No.01TH8564) | 1 Jan 2001
- Interpolated ab initio quantum scattering for the reaction of OH with HClThe Journal of Chemical Physics, Vol. 113, No. 20 | 22 Nov 2000
- A new approach to constrained total least squares image restorationLinear Algebra and its Applications, Vol. 316, No. 1-3 | 1 Sep 2000
- Cosine transform preconditioners for high resolution image reconstructionLinear Algebra and its Applications, Vol. 316, No. 1-3 | 1 Sep 2000
- Roundoff Error Analysis for Fast Trigonometric TransformsHandbook of Analytic Computational Methods in Applied Mathematics | 1 February 2010
- A generalized discrete variable representation approach to interpolating or fitting potential energy surfacesChemical Physics Letters, Vol. 321, No. 3-4 | 1 Apr 2000
- Signal processing for everyoneComputational Mathematics Driven by Industrial Problems | 28 April 2007
- A Fast Algorithm for Deblurring Models with Neumann Boundary ConditionsSIAM Journal on Scientific Computing, Vol. 21, No. 3 | 17 February 2012
- MAP regularized image reconstruction with multisensorsProceedings 1999 International Conference on Image Processing (Cat. 99CH36348) | 1 Jan 1999
View Options
View options
- Access via your Institution
- Questions about how to access this content? Contact SIAM at [email protected].