HOME

TheInfoList



OR:

In
signal processing Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing ''signals'', such as sound, images, and scientific measurements. Signal processing techniques are used to optimize transmissions, d ...
, a filter bank (or filterbank) is an array of
bandpass filter A band-pass filter or bandpass filter (BPF) is a device that passes frequencies within a certain range and rejects (attenuates) frequencies outside that range. Description In electronics and signal processing, a filter is usually a two-port ...
s that separates the input signal into multiple components, each one carrying a single
frequency Frequency is the number of occurrences of a repeating event per unit of time. It is also occasionally referred to as ''temporal frequency'' for clarity, and is distinct from ''angular frequency''. Frequency is measured in hertz The hertz ...
sub-band of the original signal. One application of a filter bank is a
graphic equalizer Equalization, or simply EQ, in sound recording and reproduction is the process of adjusting the volume of different frequency bands within an audio signal. The circuit or equipment used to achieve this is called an equalizer. Most hi-fi eq ...
, 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 Digital signal processing (DSP) is the use of digital processing, such as by computers or more specialized digital signal processors, to perform a wide variety of signal processing operations. The digital signals processed in this manner are a ...
, 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 In signal processing, undersampling or bandpass sampling is a technique where one samples a bandpass-filtered signal at a sample rate below its Nyquist rate (twice the upper cutoff frequency), but is still able to reconstruct the signal. When ...
the bandpass subbands. Another application of filter banks is
signal In signal processing, a signal is a function that conveys information about a phenomenon. Any quantity that can vary over space or time can be used as a signal to share messages between observers. The ''IEEE Transactions on Signal Processing'' ...
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 A vocoder (, a portmanteau of ''voice'' and ''encoder'') is a category of speech coding that analyzes and synthesizes the human voice signal for audio data compression, multiplexing, voice encryption or voice transformation. The vocoder was i ...
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. Some filter banks work almost entirely in the time domain, using a series of filters such as
quadrature mirror filter In digital signal processing, a quadrature mirror filter is a filter whose magnitude response is the mirror image around \pi/2 of that of another filter. Together these filters, first introduced by Croisier et al., are known as the quadrature mirror ...
s or the
Goertzel algorithm The Goertzel algorithm is a technique in digital signal processing (DSP) for efficient evaluation of the individual terms of the discrete Fourier transform (DFT). It is useful in certain practical applications, such as recognition of dual-tone mult ...
to divide the signal into smaller bands. Other filter banks use a fast Fourier transform (FFT).


FFT filter banks

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 In signal processing and statistics, a window function (also known as an apodization function or tapering function) is a mathematical function that is zero-valued outside of some chosen interval, normally symmetric around the middle of the inte ...
) is applied to each segment to control the shape of the
frequency response In signal processing and electronics, the frequency response of a system is the quantitative measure of the magnitude and phase of the output as a function of input frequency. The frequency response is widely used in the design and analysis of sy ...
s of the filters. The wider the shape, the more often the FFTs have to be done to satisfy the Nyquist sampling criteria. 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 ) 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 In digital signal processing, upsampling, expansion, and interpolation are terms associated with the process of resampling in a multi-rate digital signal processing system. ''Upsampling'' can be synonymous with ''expansion'', or it can describe an ...
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

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 The Wigner quasiprobability distribution (also called the Wigner function or the Wigner–Ville distribution, after Eugene Wigner and Jean-André Ville) is a quasiprobability distribution. It was introduced by Eugene Wigner in 1932 to study quan ...
by a two-dimensional filtering that defines the class of quadratic (or bilinear) time–frequency distributions. 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

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 and for additional insight into the effects of those operations in the transform domains.


Narrow lowpass filter

One can define a narrow lowpass filter as a
lowpass filter A low-pass filter is a filter that passes signals with a frequency lower than a selected cutoff frequency and attenuates signals with frequencies higher than the cutoff frequency. The exact frequency response of the filter depends on the filter d ...
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. A filter bank divides the input signal x\left(n\right) into a set of signals x_(n),x_(n),x_(n),.... In this way each of the generated signals corresponds to a different region in the spectrum of x\left(n\right). In this process it can be possible for the regions overlap (or not, based on application). The generated signals x_(n),x_(n),x_(n),... can be generated via a collection of set of bandpass filters with bandwidths \rm BW_,BW_,BW_,... and center frequencies f_,f_,f_,...(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 H_(z) 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 F_(z) for ''k'' = 0,1,2,3. Finally, the outputs of these four filters are added.


Statistically optimized filter bank (Eigen filter bank)

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. 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

Multidimensional filtering,
downsampling In digital signal processing, downsampling, compression, and decimation are terms associated with the process of ''resampling'' in a multi-rate digital signal processing system. Both ''downsampling'' and ''decimation'' can be synonymous with ''comp ...
, and
upsampling In digital signal processing, upsampling, expansion, and interpolation are terms associated with the process of resampling in a multi-rate digital signal processing system. ''Upsampling'' can be synonymous with ''expansion'', or it can describe an ...
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 In mathematics, the matrix : \begin 1 & -1 \\ 1 & 1 \end is sometimes called the quincunx matrix. It is a 2×2 Hadamard matrix, and its rows form the basis of a diagonal square lattice consisting of the integer points whose coordinates ...
which is defined by \begin1 & 1 \\-1 & 1 \end 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 \left\ _^ , synthesis filters \left\ _^, and sampling matrices \left\ _^ . In the analysis side, we can define vectors in ''\ell^(\mathbf^) '' as :\varphi_ stackrelh_^
_m-n MN may refer to: Places * Mongolia (ISO 3166-1 country code) * Montenegro (former ISO 3166 country code) * Monaco (FIPS 10-4 country code) * Minnesota, US (postal abbreviation) * Manipur, a state in northeast India * Province of Mantua, or of Ma ...
/math>, each index by two parameters: 1\leq k\leq K and m\in \mathbf^. Similarly, for the synthesis filters g_ /math> we can define \psi_ stackrelg_^
_m-n MN may refer to: Places * Mongolia (ISO 3166-1 country code) * Montenegro (former ISO 3166 country code) * Monaco (FIPS 10-4 country code) * Minnesota, US (postal abbreviation) * Manipur, a state in northeast India * Province of Mantua, or of Ma ...
/math>. Considering the definition of analysis/synthesis sides we can verify that c_ \langle x \varphi_ \rangle and for reconstruction part: :\hat \sum_c_ psi_ /math>. 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 :\hat \sum_\langle x \varphi_ \rangle\psi_ /math> 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 x \hat. Figure shows a general multidimensional filter bank with ''N'' channels and a common sampling matrix ''M''. The analysis part transforms the input signal x /math> into ''N'' filtered and downsampled outputs y_ j=0,1,...,N-1. The synthesis part recovers the original signal from y_ /math> by upsampling and filtering. This kind of setup is used in many applications such as
subband coding In signal processing, sub-band coding (SBC) is any form of transform coding that breaks a signal into a number of different frequency bands, typically by using a fast Fourier transform, and encodes each one independently. This decomposition is ...
, multichannel acquisition, and discrete wavelet transforms.


Perfect reconstruction filter banks

We can use polyphase representation, so input signal x /math> can be represented by a vector of its polyphase components x(z)\stackrel(X_(z),...,X_(z))^ . Denote y(z)\stackrel(Y_(z),...,Y_(z))^.
So we would have y(z)=H(z)x(z), where H_(z) denotes the ''j''-th polyphase component of the filter H_(z). Similarly, for the output signal we would have \hat(z)=G(z)y(z), where \hat(z)\stackrel(\hat_(z),...,\hat_(z))^ . Also G is a matrix where G_(z) denotes ith polyphase component of the jth synthesis filter Gj(z). The filter bank has perfect reconstruction if x(z)= \hat(z) for any input, or equivalently I_=G(z)H(z) which means that G(z) is a left inverse of H(z).


Multidimensional filter design

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. 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 together. Processing is typically performed after the analysis stage. These filter banks can be designed as
Infinite impulse response Infinite impulse response (IIR) is a property applying to many linear time-invariant systems that are distinguished by having an impulse response h(t) which does not become exactly zero past a certain point, but continues indefinitely. This is in ...
(IIR) or
Finite impulse response In signal processing, a finite impulse response (FIR) filter is a filter whose impulse response (or response to any finite length input) is of ''finite'' duration, because it settles to zero in finite time. This is in contrast to infinite impulse r ...
(FIR). In order to reduce the data rate, downsampling and upsampling are performed in the analysis and synthesis stages, respectively.


Existing approaches

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


Multidimensional perfect-reconstruction filter banks

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: 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

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 ''IRC''''li''(''Li'')(i=2,3,...,M), where ''IRC''''li''(''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(''L''1+...+''L''N) output channels.


Multidimensional oversampled 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.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
For IIR oversampled filter bank, perfect reconstruction have been studied in Wolovich and Kailath. 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. However, the Euclidean algorithm fails for multidimensional (MD) filters. For MD filter, we can convert the FIR representation into a polynomial representation. And then use
Algebraic geometry Algebraic geometry is a branch of mathematics, classically studying zeros of multivariate polynomials. Modern algebraic geometry is based on the use of abstract algebraic techniques, mainly from commutative algebra, for solving geometrica ...
and Gröbner bases to get the framework and the reconstruction condition of the multidimensional oversampled filter banks.


Multidimensional nonsubsampled FIR filter banks

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.


Using Gröbner bases

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.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
In Charo, 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. 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 H(z) and G(z) of size N\times M and M\times N, where ''N'' is the number of channels and M\stackrel, M, is the absolute value of the determinant of the sampling matrix. Also H(z) and G(z) 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: :F(z)=\sum_f ^=\sum_f _,...,k__^...z_^. Laurent polynomial matrix equation need to be solve to design perfect reconstruction filter banks: :G(z)H(z)=I_. In the multidimensional case with multivariate polynomials we need to use the theory and algorithms of Gröbner bases. 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 In mathematics, a Laurent polynomial (named after Pierre Alphonse Laurent) in one variable over a field \mathbb is a linear combination of positive and negative powers of the variable with coefficients in \mathbb. Laurent polynomials in ''X'' f ...
matrices. The Gröbner-basis computation can be considered equivalently as Gaussian elimination for solving the polynomial matrix equation G(z)H(z)=I_. If we have set of polynomial vectors :\mathrm\left\ \stackrel\ where c_(z),...,c_(z) 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 \left\, it can be obtained from \left\ by a finite sequence of reduction (division) steps. Using reverse engineering, we can compute the basis vectors b_(z) in terms of the original vectors h_(z) through a K\times N transformation matrix W_(z) as: :b_(z)=\sum_^W_(z)h_(z),i=1,...,K


Mapping-based multidimensional filter banks

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. 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
D_=\left begin 2 & 0\\ 0 & 1 \end\right/math> We would have several possible choices of ideal frequency responses of the channel filter H_(\xi) and G_(\xi). (Note that the other two filters H_(\xi) and G_(\xi) are supported on complementary regions.)
All the frequency regions in Figure can be critically sampled by the rectangular lattice spanned by D_1.
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. H_(z_,z_)G_(z_,z_)+H_(-z_,z_)G_(-z_,z_)=2
There are different mapping technique that can be used to get above result.


Filter-bank design in the frequency domain

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


Direct frequency-domain optimization

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. Nguyen, Truong T., and Soontorn Oraintara.
Multidimensional filter banks design by direct optimization
IEEE International Symposium onCircuits and Systems, pp. 1090–1093. May, 2005.
In Nguyen, 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 and Lu. In Nguyen's paper, 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 MatrixLee, 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.
In Lee's 1999 paper, the authors talk about the multidimensional filter bank design using a reverse jacket matrix. Let ''H'' be a
Hadamard matrix In mathematics, a Hadamard matrix, named after the French mathematician Jacques Hadamard, is a square matrix whose entries are either +1 or −1 and whose rows are mutually orthogonal. In geometric terms, this means that each pair of rows in ...
of order ''n'', the transpose of ''H'' is closely related to its inverse. The correct formula is: HH^T=I_n, where In is the n×n identity matrix and ''HT'' is the transpose of ''H''. In the 1999 paper, the authors generalize the reverse jacket matrix Jsub>N using Hadamard matrices and weighted Hadamard matrices. 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

Bamberger and Smith proposed a 2D directional filter bank (DFB). The DFB is efficiently implemented via an ''l''-level tree-structured decomposition that leads to 2^ 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. 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, sparse image representation, medical imaging, 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

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.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.


Notes


References


Further reading

*{{Cite book , author=Harris, Fredric J. , title=Multirate signal processing for communication systems , year=2004 , publisher=Prentice Hall PTR , location=Upper Saddle River, NJ , isbn=0-13-146511-2 Digital signal processing Linear filters Wavelets