Filter bank

From Wikipedia, the free encyclopedia

In signal processing, a filter bank (or filterbank) is an array of bandpass filters that separates the input signal into multiple components, each one carrying a sub-band of the original signal.[1] One application of a filter bank is a graphic equalizer, which can attenuate the components differently and recombine them into a modified version of the original signal. The process of decomposition performed by the filter bank is called analysis (meaning analysis of the signal in terms of its components in each sub-band); the output of analysis is referred to as a subband signal with as many subbands as there are filters in the filter bank. The reconstruction process is called synthesis, meaning reconstitution of a complete signal resulting from the filtering process.

In digital signal processing, the term filter bank is also commonly applied to a bank of receivers. The difference is that receivers also down-convert the subbands to a low center frequency that can be re-sampled at a reduced rate. The same result can sometimes be achieved by undersampling the bandpass subbands.

Another application of filter banks is signal compression when some frequencies are more important than others. After decomposition, the important frequencies can be coded with a fine resolution. Small differences at these frequencies are significant and a coding scheme that preserves these differences must be used. On the other hand, less important frequencies do not have to be exact. A coarser coding scheme can be used, even though some of the finer (but less important) details will be lost in the coding.

The vocoder uses a filter bank to determine the amplitude information of the subbands of a modulator signal (such as a voice) and uses them to control the amplitude of the subbands of a carrier signal (such as the output of a guitar or synthesizer), thus imposing the dynamic characteristics of the modulator on the carrier.

Depiction of the implementation and operation of a weighted overlap add (WOLA) filter bank. Wrap-around of a circular input buffer is used to offset phase discontinuities, caused by lack of a true time reference for the Fourier transform (DFT).[2]

Some filter banks work almost entirely in the time domain, using a series of filters such as quadrature mirror filters or the Goertzel algorithm to divide the signal into smaller bands. Other filter banks use a fast Fourier transform (FFT).

FFT filter banks[edit]

A bank of receivers can be created by performing a sequence of FFTs on overlapping segments of the input data stream. A weighting function (aka window function) is applied to each segment to control the shape of the frequency responses of the filters. The wider the shape, the more often the FFTs have to be done to satisfy the Nyquist sampling criteria.[A] For a fixed segment length, the amount of overlap determines how often the FFTs are done (and vice versa). Also, the wider the shape of the filters, the fewer filters that are needed to span the input bandwidth. Eliminating unnecessary filters (i.e. decimation in frequency) is efficiently done by treating each weighted segment as a sequence of smaller blocks, and the FFT is performed on only the sum of the blocks. This has been referred to as weight overlap-add (WOLA) and weighted pre-sum FFT. (see § Sampling the DTFT)

A special case occurs when, by design, the length of the blocks is an integer multiple of the interval between FFTs. Then the FFT filter bank can be described in terms of one or more polyphase filter structures where the phases are recombined by an FFT instead of a simple summation. The number of blocks per segment is the impulse response length (or depth) of each filter. The computational efficiencies of the FFT and polyphase structures, on a general purpose processor, are identical.

Synthesis (i.e. recombining the outputs of multiple receivers) is basically a matter of upsampling each one at a rate commensurate with the total bandwidth to be created, translating each channel to its new center frequency, and summing the streams of samples. In that context, the interpolation filter associated with upsampling is called synthesis filter. The net frequency response of each channel is the product of the synthesis filter with the frequency response of the filter bank (analysis filter). Ideally, the frequency responses of adjacent channels sum to a constant value at every frequency between the channel centers. That condition is known as perfect reconstruction.

Filter banks as time–frequency distributions[edit]

In time–frequency signal processing, a filter bank is a special quadratic time–frequency distribution (TFD) that represents the signal in a joint time–frequency domain. It is related to the Wigner–Ville distribution by a two-dimensional filtering that defines the class of quadratic (or bilinear) time–frequency distributions.[3] The filter bank and the spectrogram are the two simplest ways of producing a quadratic TFD; they are in essence similar as one (the spectrogram) is obtained by dividing the time domain into slices and then taking a Fourier transform, while the other (the filter bank) is obtained by dividing the frequency domain in slices forming bandpass filters that are excited by the signal under analysis.

Multirate filter bank[edit]

A multirate filter bank divides a signal into a number of subbands, which can be analysed at different rates corresponding to the bandwidth of the frequency bands. The implementation makes use of downsampling (decimation) and upsampling (expansion). See Discrete-time Fourier transform § Properties and Z-transform § Properties for additional insight into the effects of those operations in the transform domains.

Narrow lowpass filter[edit]

One can define a narrow lowpass filter as a lowpass filter with a narrow passband. In order to create a multirate narrow lowpass FIR filter, one can replace the time-invariant FIR filter with a lowpass antialiasing filter and a decimator, along with an interpolator and lowpass anti-imaging filter. In this way, the resulting multirate system is a time-varying linear-phase filter via the decimator and interpolator. The lowpass filter consists of two polyphase filters, one for the decimator and one for the interpolator.[4]

A filter bank divides the input signal into a set of signals . In this way each of the generated signals corresponds to a different region in the spectrum of . In this process it can be possible for the regions overlap (or not, based on application).

The generated signals can be generated via a collection of set of bandpass filters with bandwidths and center frequencies (respectively). A multirate filter bank uses a single input signal and then produces multiple outputs of the signal by filtering and subsampling. In order to split the input signal into two or more signals, an analysis-synthesis system can be used.

The signal would split with the help of four filters for k =0,1,2,3 into 4 bands of the same bandwidths (In the analysis bank) and then each sub-signal is decimated by a factor of 4. In each band by dividing the signal in each band, we would have different signal characteristics.

In synthesis section the filter will reconstruct the original signal: First, upsampling the 4 sub-signals at the output of the processing unit by a factor of 4 and then filter by 4 synthesis filters for k = 0,1,2,3. Finally, the outputs of these four filters are added.

Statistically optimized filter bank (Eigen filter bank)[edit]

A discrete-time filter bank framework allows inclusion of desired input signal dependent features in the design in addition to the more traditional perfect reconstruction property. The information theoretic features like maximized energy compaction, perfect de-correlation of sub-band signals and other characteristics for the given input covariance/correlation structure are incorporated in the design of optimal filter banks.[5] These filter banks resemble the signal dependent Karhunen–Loève transform (KLT) that is the optimal block transform where the length L of basis functions (filters) and the subspace dimension M are the same.

Multidimensional filter banks[edit]

The quincunx lattice

Multidimensional filtering, downsampling, and upsampling are the main parts of multirate systems and filter banks.

A complete filter bank consists of the analysis and synthesis side. The analysis filter bank divides an input signal to different subbands with different frequency spectra. The synthesis part reassembles the different subband signals and generates a reconstructed signal. Two of the basic building blocks are the decimator and expander. For example, the input divides into four directional sub bands that each of them covers one of the wedge-shaped frequency regions. In 1D systems, M-fold decimators keep only those samples that are multiples of M and discard the rest. while in multi-dimensional systems the decimators are D × D nonsingular integer matrix. it considers only those samples that are on the lattice generated by the decimator. Commonly used decimator is the quincunx decimator whose lattice is generated from the Quincunx matrix which is defined by

The quincunx lattice generated by quincunx matrix is as shown; the synthesis part is dual to the analysis part. Filter banks can be analyzed from a frequency-domain perspective in terms of subband decomposition and reconstruction. However, equally important is Hilbert-space interpretation of filter banks, which plays a key role in geometrical signal representations. For generic K-channel filter bank, with analysis filters , synthesis filters , and sampling matrices . In the analysis side, we can define vectors in as

,

each index by two parameters: and .

Similarly, for the synthesis filters we can define .

Considering the definition of analysis/synthesis sides we can verify that [6] and for reconstruction part:

.

In other words, the analysis filter bank calculate the inner product of the input signal and the vector from analysis set. Moreover, the reconstructed signal in the combination of the vectors from the synthesis set, and the combination coefficients of the computed inner products, meaning that

If there is no loss in the decomposition and the subsequent reconstruction, the filter bank is called perfect reconstruction. (in that case we would have .[7] Figure shows a general multidimensional filter bank with N channels and a common sampling matrix M. The analysis part transforms the input signal into N filtered and downsampled outputs . The synthesis part recovers the original signal from by upsampling and filtering. This kind of setup is used in many applications such as subband coding, multichannel acquisition, and discrete wavelet transforms.

Perfect reconstruction filter banks[edit]

We can use polyphase representation, so input signal can be represented by a vector of its polyphase components . Denote
So we would have , where denotes the j-th polyphase component of the filter .

Similarly, for the output signal we would have , where . Also G is a matrix where denotes ith polyphase component of the jth synthesis filter Gj(z).

The filter bank has perfect reconstruction if for any input, or equivalently which means that G(z) is a left inverse of H(z).

Multidimensional filter design[edit]

1D filter bank
2D filter bank

1-D filter banks have been well developed until today. However, many signals, such as image, video, 3D sound, radar, sonar, are multidimensional, and require the design of multidimensional filter banks.

With the fast development of communication technology, signal processing system needs more room to store data during the processing, transmission and reception. In order to reduce the data to be processed, save storage and lower the complexity, multirate sampling techniques were introduced to achieve these goals. Filter banks can be used in various areas, such as image coding, voice coding, radar and so on.

Many 1D filter issues were well studied and researchers proposed many 1D filter bank design approaches. But there are still many multidimensional filter bank design problems that need to be solved.[8] Some methods may not well reconstruct the signal, some methods are complex and hard to implement.

The simplest approach to design a multi-dimensional filter bank is to cascade 1D filter banks in the form of a tree structure where the decimation matrix is diagonal and data is processed in each dimension separately. Such systems are referred to as separable systems. However, the region of support for the filter banks might not be separable. In that case designing of filter bank gets complex. In most cases we deal with non-separable systems.

A filter bank consists of an analysis stage and a synthesis stage. Each stage consists of a set of filters in parallel. The filter bank design is the design of the filters in the analysis and synthesis stages. The analysis filters divide the signal into overlapping or non-overlapping subbands depending on the application requirements. The synthesis filters should be designed to reconstruct the input signal back from the subbands when the outputs of these filters are combined. Processing is typically performed after the analysis stage. These filter banks can be designed as Infinite impulse response (IIR) or Finite impulse response (FIR). In order to reduce the data rate, downsampling and upsampling are performed in the analysis and synthesis stages, respectively.

Existing approaches[edit]

Below are several approaches on the design of multidimensional filter banks. For more details, please check the ORIGINAL references.

Multidimensional perfect-reconstruction filter banks[edit]

When it is necessary to reconstruct the divided signal back to the original one, perfect-reconstruction (PR) filter banks may be used.

Let H(z) be the transfer function of a filter. The size of the filter is defined as the order of corresponding polynomial in every dimension. The symmetry or anti-symmetry of a polynomial determines the linear phase property of the corresponding filter and is related to its size. Like the 1D case, the aliasing term A(z) and transfer function T(z) for a 2 channel filter bank are:[9]

A(z)=1/2(H0(-z) F0 (z)+H1 (-z) F1 (z)); T(z)=1/2(H0 (z) F0 (z)+H1 (z) F1 (z)), where H0 and H1 are decomposition filters, and F0 and F1 are reconstruction filters.

The input signal can be perfectly reconstructed if the alias term is cancelled and T(z) equal to a monomial. So the necessary condition is that T'(z) is generally symmetric and of an odd-by-odd size.

Linear phase PR filters are very useful for image processing. This two-channel filter bank is relatively easy to implement. But two channels sometimes are not enough. Two-channel filter banks can be cascaded to generate multi-channel filter banks.

Multidimensional directional filter banks and surfacelets[edit]

Multidimensional analysis filter banks

M-dimensional directional filter banks (MDFB) are a family of filter banks that can achieve the directional decomposition of arbitrary M-dimensional signals with a simple and efficient tree-structured construction. It has many distinctive properties like: directional decomposition, efficient tree construction, angular resolution and perfect reconstruction. In the general M-dimensional case, the ideal frequency supports of the MDFB are hypercube-based hyperpyramids. The first level of decomposition for MDFB is achieved by an N-channel undecimated filter bank, whose component filters are M-D "hourglass"-shaped filter aligned with the w1,...,wM respectively axes. After that, the input signal is further decomposed by a series of 2-D iteratively resampled checkerboard filter banks IRCli(Li)(i=2,3,...,M), where IRCli(Li)operates on 2-D slices of the input signal represented by the dimension pair (n1,ni) and superscript (Li) means the levels of decomposition for the ith level filter bank. Note that, starting from the second level, we attach an IRC filter bank to each output channel from the previous level, and hence the entire filter has a total of 2(L1+...+LN) output channels.[10]

Multidimensional oversampled filter banks[edit]

Multidimensional synthesis filter banks

Oversampled filter banks are multirate filter banks where the number of output samples at the analysis stage is larger than the number of input samples. It is proposed for robust applications. One particular class of oversampled filter banks is nonsubsampled filter banks without downsampling or upsampling. The perfect reconstruction condition for an oversampled filter bank can be stated as a matrix inverse problem in the polyphase domain.[11]

For IIR oversampled filter bank, perfect reconstruction have been studied in Wolovich[12] and Kailath.[13] in the context of control theory. While for FIR oversampled filter bank we have to use different strategy for 1-D and M-D. FIR filter are more popular since it is easier to implement. For 1-D oversampled FIR filter banks, the Euclidean algorithm plays a key role in the matrix inverse problem.[14] However, the Euclidean algorithm fails for multidimensional (MD) filters. For MD filter, we can convert the FIR representation into a polynomial representation.[15] And then use Algebraic geometry and Gröbner bases to get the framework and the reconstruction condition of the multidimensional oversampled filter banks.[11]

Multidimensional nonsubsampled FIR filter banks[edit]

Nonsubsampled filter banks are particular oversampled filter banks without downsampling or upsampling. The perfect reconstruction condition for nonsubsampled FIR filter banks leads to a vector inverse problem: the analysis filters are given and FIR, and the goal is to find a set of FIR synthesis filters satisfying.[11]

Using Gröbner bases[edit]

Multidimensional M-channel filter banks

As multidimensional filter banks can be represented by multivariate rational matrices, this method is a very effective tool that can be used to deal with the multidimensional filter banks.[15]

In Charo,[15] a multivariate polynomial matrix-factorization algorithm is introduced and discussed. The most common problem is the multidimensional filter banks for perfect reconstruction. This paper talks about the method to achieve this goal that satisfies the constrained condition of linear phase.

According to the description of the paper, some new results in factorization are discussed and being applied to issues of multidimensional linear phase perfect reconstruction finite-impulse response filter banks. The basic concept of Gröbner bases is given in Adams.[16]

This approach based on multivariate matrix factorization can be used in different areas. The algorithmic theory of polynomial ideals and modules can be modified to address problems in processing, compression, transmission, and decoding of multidimensional signals.

The general multidimensional filter bank (Figure 7) can be represented by a pair of analysis and synthesis polyphase matrices and of size and , where N is the number of channels and is the absolute value of the determinant of the sampling matrix. Also and are the z-transform of the polyphase components of the analysis and synthesis filters. Therefore, they are multivariate Laurent polynomials, which have the general form:

.

Laurent polynomial matrix equation need to be solve to design perfect reconstruction filter banks:

.

In the multidimensional case with multivariate polynomials we need to use the theory and algorithms of Gröbner bases.[17]

Gröbner bases can be used to characterizing perfect reconstruction multidimensional filter banks, but it first need to extend from polynomial matrices to Laurent polynomial matrices.[18][19]

The Gröbner-basis computation can be considered equivalently as Gaussian elimination for solving the polynomial matrix equation . If we have set of polynomial vectors

where are polynomials.

The Module is analogous to the span of a set of vectors in linear algebra. The theory of Gröbner bases implies that the Module has a unique reduced Gröbner basis for a given order of power products in polynomials.

If we define the Gröbner basis as , it can be obtained from by a finite sequence of reduction (division) steps.

Using reverse engineering, we can compute the basis vectors in terms of the original vectors through a transformation matrix as:

Mapping-based multidimensional filter banks[edit]

Designing filters with good frequency responses is challenging via Gröbner bases approach.
Mapping based design in popularly used to design nonseparable multidimensional filter banks with good frequency responses.[20][21]

The mapping approaches have certain restrictions on the kind of filters; however, it brings many important advantages, such as efficient implementation via lifting/ladder structures. Here we provide an example of two-channel filter banks in 2D with sampling matrix
We would have several possible choices of ideal frequency responses of the channel filter and . (Note that the other two filters and are supported on complementary regions.)
All the frequency regions in Figure can be critically sampled by the rectangular lattice spanned by .
So imagine the filter bank achieves perfect reconstruction with FIR filters. Then from the polyphase domain characterization it follows that the filters H1(z) and G1(z) are completely specified by H0(z) and G0(z), respectively. Therefore, we need to design H0(x) and G0(z) which have desired frequency responses and satisfy the polyphase-domain conditions.
There are different mapping technique that can be used to get above result.[22]

Filter-bank design in the frequency domain[edit]

When perfect reconstruction is not needed, the design problem can be simplified by working in frequency domain instead of using FIR filters.[23][24]
Note that the frequency domain method is not limited to the design of nonsubsampled filter banks (read [25]).

Direct frequency-domain optimization[edit]

Many of the existing methods for designing 2-channel filter banks are based on transformation of variable technique. For example, McClellan transform can be used to design 1-D 2-channel filter banks. Though the 2-D filter banks have many similar properties with the 1-D prototype, but it is difficult to extend to more than 2-channel cases.[26]

In Nguyen,[26] the authors talk about the design of multidimensional filter banks by direct optimization in the frequency domain. The method proposed here is mainly focused on the M-channel 2D filter banks design. The method is flexible towards frequency support configurations. 2D filter banks designed by optimization in the frequency domain has been used in Wei[27] and Lu.[28] In Nguyen's paper,[26] the proposed method is not limited to two-channel 2D filter banks design; the approach is generalized to M-channel filter banks with any critical subsampling matrix. According to the implementation in the paper, it can be used to achieve up to 8-channel 2D filter banks design.

(6)Reverse Jacket Matrix[29]

In Lee's 1999 paper,[29] the authors talk about the multidimensional filter bank design using a reverse jacket matrix. Let H be a Hadamard matrix of order n, the transpose of H is closely related to its inverse. The correct formula is: , where In is the n×n identity matrix and HT is the transpose of H. In the 1999 paper,[29] the authors generalize the reverse jacket matrix [RJ]N using Hadamard matrices and weighted Hadamard matrices.[30][31]

In this paper, the authors proposed that the FIR filter with 128 taps be used as a basic filter, and decimation factor is computed for RJ matrices. They did simulations based on different parameters and achieve a good quality performances in low decimation factor.

Directional filter banks[edit]

Bamberger and Smith proposed a 2D directional filter bank (DFB).[32] The DFB is efficiently implemented via an l-level tree-structured decomposition that leads to subbands with wedge-shaped frequency partition (see Figure). The original construction of the DFB involves modulating the input signal and using diamond-shaped filters. Moreover, in order to obtain the desired frequency partition, a complicated tree expanding rule has to be followed.[33] As a result, the frequency regions for the resulting subbands do not follow a simple ordering as shown in Figure 9 based on the channel indices.

The first advantage of DFB is that not only it is not a redundant transform but also it offers perfect reconstruction. Another advantage of DFB is its directional-selectivity and efficient structure. This advantage makes DFB an appropriate approach for many signal and image processing usage. (e.g., Laplacian pyramid, constructed the contourlets,[34] sparse image representation, medical imaging,[35] etc.).

Directional Filter Banks can be developed to higher dimensions. It can be use in 3-D to achieve the frequency sectioning.

Filter-bank transceiver[edit]

Filter banks are important elements for the physical layer in wideband wireless communication, where the problem is efficient base-band processing of multiple channels. A filter-bank-based transceiver architecture eliminates the scalability and efficiency issues observed by previous schemes in case of non-contiguous channels. Appropriate filter design is necessary to reduce performance degradation caused by the filter bank. In order to obtain universally applicable designs, mild assumptions can be made about waveform format, channel statistics and the coding/decoding scheme. Both heuristic and optimal design methodologies can be used, and excellent performance is possible with low complexity as long as the transceiver operates with a reasonably large oversampling factor. A practical application is OFDM transmission, where they provide very good performance with small additional complexity.[36]

Notes[edit]

  1. ^ The term filter implies that it preserves the information within its passband, and suppresses the information (or noise) outside the passband. When the FFT rate is not sufficient for that, the design is typically called spectrum analyzer. And in that case, it is not necessary for the segments to overlap.

References[edit]

  1. ^ Sarangi, Susanta; Sahidullah, Md; Saha, Goutam (September 2020). "Optimization of data-driven filterbank for automatic speaker verification". Digital Signal Processing. 104: 102795. arXiv:2007.10729. doi:10.1016/j.dsp.2020.102795. S2CID 220665533.
  2. ^ Crochiere, R.E.; Rabiner, L.R. (1983). "7.2". Multirate Digital Signal Processing. Englewood Cliffs, NJ: Prentice-Hall. pp. 313–323. ISBN 0136051626.
  3. ^ B. Boashash, editor, "Time-Frequency Signal Analysis and Processing – A Comprehensive Reference", Elsevier Science, Oxford, 2003; ISBN 0-08-044335-4
  4. ^ Parks, TW (1987). Digital Filter Design. Wiley-Interscience.
  5. ^ H. Caglar, Y. Liu and A.N. Akansu, "Statistically Optimized PR-QMF Design," Proc. SPIE Visual Communications and Image Processing, pp. 86–94, vol. 1605, Boston, Nov. 1991.
  6. ^ Do, Minh N (2011). "Multidimensional filter banks and multiscale geometric representations". Signal Processing: 157–264.
  7. ^ Mallat, Stephane (2008). A wavelet tour of signal processing: the sparse way. Academic press.
  8. ^ Chen, Tsuhan, and P. P. Vaidyanathan. "Considerations in multidimensional filter bank design" IEEE International Symposium on Circuits and Systems, pp. 643–646., May, 1993.
  9. ^ Zhang, Lei, and Anamitra Makur. "Multidimensional perfect reconstruction filter banks: an approach of algebraic geometry." Multidimensional Systems and Signal Processing. Volume 20 Issue 1, pp. 3–24. Mar. 2009
  10. ^ Lu, Yue M., and Minh N. Do. "Multidimensional directional filter banks and surfacelets", IEEE Transactions on Image Processing. Volume 16 Issue 4, pp. 918–931. April, 2007
  11. ^ a b c J. Zhou and M. N. Do, "Multidimensional oversampled filter banks" in Proc. SPIE Conf. Wavelet Applications Signal Image Processing XI, San Diego, CA, pp. 591424–1-591424-12, July 2005
  12. ^ Wolovich, William A. Linear multivariable systems. New York: Springer-Verlag, 1974.
  13. ^ Kailath, Thomas. Linear systems. Vol. 1. Englewood Cliffs, NJ: Prentice-Hall, 1980.
  14. ^ Cvetkovic, Zoran, and Martin Vetterli. "Oversampled filter banks" IEEE Transactions on Signal Processing, Vol.46 Issue 5, pp. 1245–1255. May, 1998.
  15. ^ a b c Charoenlarpnopparut, Chalie, and N. K. Bose. "Multidimensional FIR filter bank design using Gröbner bases" IEEE Transactions on Circuits and Systems II: Analog and Digital Signal Processing, Volume 46 Issue 12, pp. 1475–1486, Dec, 1999
  16. ^ Adams, William W., and Philippe Loustaunau. "An introduction to Gröbner bases, volume 3 of Graduate Studies in Mathematics" American Mathematical Society, Providence, RI 24(47), 1994.
  17. ^ Buchberger, Bruno (1985). "An algorithmic method in polynomial ideal theory". Multidimensional Systems Theory. doi:10.1007/978-94-009-5225-6_6.
  18. ^ Park, Hyungju; Kalker, Ton & Vetterli, Martin (1997). "Gröbner bases and multidimensional FIR multirate systems" (PDF). Multidimensional Systems and Signal Processing. 8 (Springer): 11–30. doi:10.1023/A:1008299221759. S2CID 18427023.
  19. ^ Hyung-Ju, Park (1995). "A computational theory of Laurent polynomial rings and multidimensional FIR systems" (University of California). S2CID 116370718. {{cite journal}}: Cite journal requires |journal= (help)
  20. ^ McClellan, James (1973). "The design of two-dimensional digital filters by transformations". Proc. 7th Annu. Princeton Conf. Information Sciences and Systems.
  21. ^ Kovacevic, Vetterli, Jelena, Martin (1992). "Nonseparable multidimensional perfect reconstruction filter banks and wavelet bases for R^n". IEEE Transactions on Information Theory (Institute of Electrical and Electronics Engineers). doi:10.1109/18.119722.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  22. ^ Tay, David BH, and Nick G. Kingsbury. "Flexible design of multidimensional perfect reconstruction FIR 2-band filters using transformations of variables." Image Processing, IEEE Transactions on 2, no. 4 (1993): 466-480.
  23. ^ Laligant, Olivier, and Frederic Truchetet. "Discrete wavelet transform implementation in Fourier domain for multidimensional signal." Journal of Electronic Imaging 11.3 (2002): 338-346.
  24. ^ Woiselle, Arnaud, J-L. Starck, and J. Fadili. "3D curvelet transforms and astronomical data restoration." Applied and Computational Harmonic Analysis 28.2 (2010): 171-188.
  25. ^ Feilner, Manuela, Dimitri Van De Ville, and Michael Unser. "An orthogonal family of quincunx wavelets with continuously adjustable order." Image Processing, IEEE Transactions on 14.4 (2005): 499-510.
  26. ^ a b c Nguyen, Truong T., and Soontorn Oraintara. "Multidimensional filter banks design by direct optimization" IEEE International Symposium onCircuits and Systems, pp. 1090–1093. May, 2005.
  27. ^ D. Wei and S. Guo, "A new approach to the design of multidimensional nonseparable two-channel orthonormal filterbanks and wavelets", IEEE Signal Processing Letters, vol. 7, no. 11, pp. 327–330, Nov 2000.
  28. ^ W.-S. Lu, A. Antoniou, and H. Xu, "A direct method for the design of 2-D nonseparable diamond-shaped filter banks", IEEE Transactions on Circuits and Systems II, vol. 45, no. 8, pp. 1146–1150, Aug 1998.
  29. ^ a b c Lee, Moon Ho, and Ju Yong Park. "The design of multidimensional filter bank using Reverse Jacket matrix", TENCON 99. Proceedings of the IEEE Region 10 Conference. Vol.1 pp. 637–641, Conference in 1999.
  30. ^ Lee, Seung-Rae, and Moon Ho Lee. "On the Reverse Jacket matrix for weighted Hadamard transform." IEEE Transactions on Circuits and Systems II: Analog and Digital Signal Processing, Vol. 45 Issue 3, pp. 436–441. Mar, 1998.
  31. ^ Moon Ho Lee, "A New Reverse Jacket Matrix and Its Fast Algorithm[dead link]", Accepted IEEE Trans. on CAS-II, pp. 39–47, Jan. 2000.
  32. ^ Bamberger, Roberto H., and Mark JT Smith. "A filter bank for the directional decomposition of images: Theory and design." IEEE Transactions, Signal Processing 40.4 (1992): 882-893.
  33. ^ Park, Sang-Il; Smith, Mark JT & Mersereau, Russell M (1999). "A new directional filter bank for image analysis and classification". 1999 IEEE International Conference on Acoustics, Speech, and Signal Processing. Proceedings. ICASSP99 (Cat. No.99CH36258). pp. 1417–1420 vol.3. doi:10.1109/ICASSP.1999.756247. ISBN 0-7803-5041-3. S2CID 18149121.
  34. ^ Do, Minh N., and Martin Vetterli. "The contourlet transform: an efficient directional multiresolution image representation." Image Processing, IEEE Transactions on 14.12 (2005): 2091-2106.
  35. ^ Truc, Phan TH, et al. "Vessel enhancement filter using directional filter bank." Computer Vision and Image Understanding 113.1 (2009): 101-112.
  36. ^ S. Stefanatos and F. Foukalas "A Filter-Bank Transceiver Architecture for Massive Non-Contiguous Carrier Aggregation." IEEE Journal on Selected Areas in Communications, 35(1), Jan. 2017, 215–227.

Further reading[edit]

  • Harris, Fredric J. (2004). Multirate signal processing for communication systems. Upper Saddle River, NJ: Prentice Hall PTR. ISBN 0-13-146511-2.