SlideShare ist ein Scribd-Unternehmen logo
1 von 13
Downloaden Sie, um offline zu lesen
ADAPTIVE SIGNAL PROCESSING (18PE0EC3B)
QUESTION BANK
UNIT-I
PART-A
1.What are different kinds of information processing operations?
A:-
 Filtering: - Filtering is commonly used to extract the information from noisy data
 Smoothing:- It is used for blurring and noise reduction
 Prediction: - It predicts the present samples with the previous sample.
2.Differentiate Linear and Non-linear filters.
A:-
A filter is said to be linear if the filtered, smoothed, or predicted quantity at the output of the
filter is a linear function of the observations applied to the filter input. Otherwise, the filter is
nonlinear. Weiner Filter is used in Linear filters and Adaptive-Wiener Filter is used in Non linear
filters
3. What is statistical approach to the solution of the linear filtering problem?
A:-
In Statistical approach to the solution of the linear filtering problem is to minimize the mean square
value of the error signal. For stationary inputs, the result solution is commonly known as Wiener
Filter. Mean Square value of the error signal is defined as the difference between some desired
response and actual filter output
4. Define error-performance surface.
A:-
A plot of the mean-square value of the error signal versus the adjustable parameters of a
linear filter is referred to as the error-performance surface.
5. When is a filter said to be optimum?
A:-
An electric filter in which the mean square value of the error between a desired output and the
actual output is at a minimum the filter is said to be optimum filter
6. What does the word “Tracking” mean?
A:-
When an adaptive filtering algorithm operates in a nonstationary environment, the algorithm
is required to track statistical variations in the environment. The tracking performance of the
algorithm, is influenced by two features:
(1) rate of convergence and
(2) steady-state fluctuation due to algorithm noise.
7. Mention the issues of concern for Computational requirements of an adaptive filter.
A:- Here the issues of concern include
(a) the number of operations (i.e., multiplications, divisions, and additions/subtractions) required to
make one complete adaptation cycle of the algorithm,
(b) the size of memory locations required to store the data and the program, and
(c) required to program the algorithm on a computer.
8. Mention the issues of concern for Numerical properties of an adaptive filter.
A:-
When an algorithm is implemented numerically, inaccuracies are produced due to
quantization errors, which in turn are due to analog-to-digital conversion of the input data and
digital representation of internal calculations. An adaptive filtering algorithm is said to be
numerically robust when it is insensitive to variations in the word length used in its digital
implementation.
9. How does quantization affect the accuracy and stability of an adaptive filter.
A:-
The source of quantization errors that poses a serious design problem, there are two basic
issues of concern: numerical stability and numerical accuracy
Numerical stability is an inherent characteristic of an adaptive filtering algorithm. Numerical
accuracy, on the other hand, is determined by the number of bits (i.e., binary digits) used in the
numerical representation of data samples and filter coefficients.
10. What are the basic processes of a linear adaptive filtering algorithm?
A:-
The basic processes of a linear adaptive filtering algorithm involve the following processes:
(1) A filtering process designed to produce an output in response to a sequence of input data
(2) An adaptive process, the purpose of which is to provide a mechanism for the adaptive control of
an adjustable set of parameters used in the filtering process.
PART-B
1.Explain different kinds of information processing operations.
A:-
The three basic kinds of information-processing operations are filtering, smoothing, and
prediction, each of which may be performed by an estimator.
• Filtering: - It is an operation that involves the extraction of information about a quantity of interest
at time t by using data measured up to and including t.
• Smoothing: - It is an a posteriori (i.e., after the fact) form of estimation, in that data measured after
the time of interest are used in the estimation. Specifically, the smoothed estimate at time t′ is obtained
by using data measured over the interval [0, t′], where t′ < t.
There is therefore a delay of t − t′ involved in computing the smoothed estimate. The
benefit gained by waiting for more data to accumulate is that smoothing can yield a more accurate
estimate than filtering.
• Prediction: - It is the forecasting side of estimation. Its aim is to derive information about what the
quantity of interest will be like at some time t + t in the future (for some t > 0) by using data measured
up to and including time t.
From the figure, it is apparent that both filtering and prediction are real-time operations,
whereas smoothing is not. By a real-time operation, we mean an operation in which the estimate of
interest is computed on the basis of data available now.
2. Explain the numerical properties of an adaptive algorithm.
A:-
When an algorithm is implemented numerically, inaccuracies are produced due to
quantization errors, which in turn are due to analog-to-digital conversion of the input data and digital
representation of internal calculations. Ordinarily, it is the latter source of quantization errors that
poses a serious design problem.
In particular, there are two basic issues of concern: numerical stability and numerical
accuracy. Numerical stability is an inherent characteristic of an adaptive filtering algorithm.
Numerical accuracy, on the other hand, is determined by the number of bits (i.e., binary
digits) used in the numerical representation of data samples and filter coefficients.
An adaptive filtering algorithm is said to be numerically robust when it is
insensitive to variations in the word length used in its digital implementation.
3.Describe, in brief the parameters of comparison among different adaptive algorithms.
A:-
A recursive algorithm whereby the parameters of an adaptive filter are updated from one
adaptation cycle to the next, the parameters become data dependent.
A wide variety of recursive algorithms have been developed in the literature for the operation of
linear adaptive filters. The choice of one algorithm over another is determined by one or more
of the following factors: -
• Rate of convergence: - As the number of adaptation cycles required for the algorithm, in response
to stationary inputs, to converge to the optimum Wiener solution in the mean-square-error sense.
A fast rate of convergence allows the algorithm to adapt rapidly to a
stationary environment of unknown statistics.
• Misadjustment: - This parameter provides a quantitative measure of the amount by which the final
value of the mean-square error over an ensemble of adaptive filters from the Wiener solution.
• Tracking: - When an adaptive filtering algorithm operates in a nonstationary environment, the
algorithm is required to track statistical variations.
The tracking performance of the algorithm is influenced by two contradictory
features: (1) rate of convergence and (2) steady-state fluctuation due to algorithm noise.
• Robustness: - For an adaptive filter to be robust, small disturbances can only result in small
estimation errors. The disturbances may arise from a variety of factors, internal or external to the
filter.
• Computational requirements: - Here the issues of concern include
(a) the number of operations required to make one complete adaptation cycle of
the algorithm,
(b) the size of memory locations required to store the data and the program, and
(c) the investment required to program the algorithm on a computer.
• Structure: - The structure of information flow in the algorithm, determining the manner in which.
it is implemented in hardware form.
For example, an algorithm whose structure exhibits high concurrency is well
suited for implementation using very large-scale integration (VLSI).
• Numerical properties: - It is the latter source of quantization errors that poses a serious design
problem.
In particular, there are two basic issues of concern: numerical stability and numerical
accuracy.
Numerical stability is an inherent characteristic of an adaptive filtering algorithm.
Numerical accuracy is determined by the number of bits used in the numerical
representation of data samples and filter coefficients.
4. Write about the two families of Linear Adaptive Filtering algorithms.
A:-
The LMS and RLS algorithms constitute two basic algorithms each of family of algorithms
is formulated. The adaptive filtering algorithms differ from each other in the way in which the
filtering structure is configured.
However, regardless of the filtering structure used around which the adaptation of
parameters is performed, the algorithms within each family inherit certain properties rooted in the
LMS and RLS algorithms. Specifically:
 LMS-based algorithms are model independent, in the sense that there are no statistical
assumptions made in deriving them.
The adaptive filtering algorithm resulting from this approach may be expressed in words as
follows:
The learning-rate parameter determines the rate at which the adaptation is performed. The
recursive algorithm so described is called the least-mean-square (LMS) algorithm, which is
simple in computational terms yet effective in performance. However, its convergence
behavior is slow and difficult to study mathematically
• RLS-based algorithms are model dependent, in that their derivatives assume the use of a
multivariate Gaussian model.
The minimization is achieved using algebraic matrix manipulations, resulting in an
update rule that may be expressed, in words, as follows:
Where innovation is new information put in to the filtering process art the updating time.
The adaptative filtering algorithm is a called as Recursive Least Squares (RLS) Algorithm
5. Discuss the different approaches to the development of Linear Adaptive Filters?
A:-
Basically, we may identify two distinct approaches for deriving recursive algorithms for the
operation of linear adaptive filters: -
i) Method of Stochastic Gradient Descent: -
The stochastic gradient approach uses a FIR filter, as the structural basis for implementing the linear
adaptive filter.
For the case of stationary inputs, the cost function, also referred to as the index of performance, this
cost function is precisely a second-order function of the tap weights in the FIR filter.
The dependence of the mean-square error on the unknown tap weights may be viewed to be in the
form of a multidimensional paraboloid.
This paraboloid as the error-performance surface; the tap weights corresponding to the minimum
point of the surface define the optimum Wiener solution.
To develop a recursive algorithm for updating the tap weights of the adaptive FIR filter using the
stochastic gradient approach, as the name would imply it, we need to start with a stochastic cost
function and differentiating this stochastic cost function with respect to the tap-weight vector of the
filter, we obtain a gradient vector that is naturally stochastic.
The adaptive filtering algorithm resulting from this approach may be expressed in words as
follows:
However, its convergence behavior is slow and difficult to study mathematically
ii) Method of Least Squares: -
The second approach to the development of linear adaptive filtering algorithms is based on the
method of least squares.
According to this method, we minimize a cost function that is defined as the sum of weighted error
squares, where the error, itself defined as the difference between some desired response and the actual
filter output.
Unlike the method of stochastic gradient, this minimization is achieved using algebraic matrix
manipulations, resulting in an update rule that may be expressed, in words, as follows:
6.Describe the areas of application of Adaptive Filters.
A:-
The areas of application of Adaptive Filters are the Four Classes of Applications
a) Identification: - In the class of applications dealing with identification, an adaptive filter is
used to provide a linear model that represents the best fit (in some sense) to an unknown plant.
The plant and the adaptive filter are driven by the same input. The plant output supplies the
desired response for the adaptive filter. If the plant is dynamic in nature, the model will be
time varying.
b) Inverse Modeling: - In this second class of applications, the function of the adaptive filter is
to provide an inverse model that represents the best fit to an unknown noisy plant.
Ideally, the inverse model has a transfer function equal to the reciprocal of the plant’s transfer
function, such that the combination of the two constitutes an ideal transmission medium.
A delayed version of the plant (system) input constitutes the desired response for the adaptive filter.
c) Prediction: - Here, the function of the adaptive filter is to provide the best prediction (in some
sense) of the present value of a random signal.
The present value of the signal thus serves the purpose of a desired response for the adaptive
filter. Past values of the signal supply the input applied to the filter.
Depending on the application of interest, the adaptive filter output or the estimation
(prediction) error may serve as the system output.
d) Interference cancellation: - In this final class of applications, the adaptive filter is used to
cancel unknown interference contained in a primary signal, with the cancellation being
optimized in some sense.
The primary signal serves as the desired response for the adaptive filter. A reference signal is
employed as the input to the filter. The reference signal is derived from a set of sensors located
such that it or they supply the primary signal in such a way that the information bearing signal
component is weak or essentially undetectable.
7. Explain Correlation matrix using established denotations.
A:-
8. State all the properties of Correlation matrix.
A:-
Property 1: The correlation matrix of a stationary discrete-time stochastic process is Toeplitz.
We say that a square matrix is Toeplitz if all the elements on its main diagonal are equal and if the
elements on any other diagonal parallel to the main diagonal are also equal.
The above equation follows directly from the below equation
we see that all the elements on the main diagonal are equal to r(0), all the elements on the first
diagonal above the main diagonal are equal to r(1), all the elements along the first diagonal below
the main diagonal are equal to r*(1), and so on for the other diagonals.
We conclude, therefore, that the correlation matrix R is Toeplitz. It is important to recognize,
however, that the Toeplitz property of the correlation matrix R is a direct consequence of the
assumption that the discrete-time stochastic process represented by the observation vector u(n) is
wide-sense stationary.
Indeed, we may state that if the discrete-time stochastic process is wide-sense stationary, then its
correlation matrix R must be Toeplitz; and, conversely, if the correlation matrix R is Toeplitz, then
the discrete-time stochastic process must be wide-sense stationary
Property 2: The correlation matrix of a discrete-time stochastic process is always
nonnegative definite and almost always positive definite
Let a be an arbitrary (nonzero) M-by-1 complex-valued vector. Define the scalar random variable
‘y’ as the inner product of a and the observation vector u(n), as shown by
y = aH
u(n).
Taking the Hermitian transpose of both sides and recognizing that y is a scalar, we get
y* = uH
(n)a,
A Hermitian form that satisfies this condition for every non-zero a is said to be non-negative
definite or positive semidefinite.
Accordingly, we may state that the correlation matrix of a wide-sense stationary process is always
nonnegative definite.
9. Prove that the correlation matrix of a discrete-time stochastic process is always nonnegative
definite and almost always positive definite
A:-
Let a be an arbitrary (nonzero) M-by-1 complex-valued vector. Define the scalar random variable
‘y’ as the inner product of a and the observation vector u(n), as shown by
y = aH
u(n).
Taking the Hermitian transpose of both sides and recognizing that y is a scalar, we get
y* = uH
(n)a,
A Hermitian form that satisfies this condition for every non-zero a is said to be non-negative
definite or positive semidefinite.
Accordingly, we may state that the correlation matrix of a wide-sense stationary process is always
nonnegative definite.
10. Prove that the correlation matrix of a stationary discrete-time stochastic process is
Toeplitz.
A:-
We say that a square matrix is Toeplitz if all the elements on its main diagonal are equal and if the
elements on any other diagonal parallel to the main diagonal are also equal.
The above equation follows directly from the below equation
we see that all the elements on the main diagonal are equal to r(0), all the elements on the first
diagonal above the main diagonal are equal to r(1), all the elements along the first diagonal below
the main diagonal are equal to r*(1), and so on for the other diagonals.
We conclude, therefore, that the correlation matrix R is Toeplitz. It is important to recognize,
however, that the Toeplitz property of the correlation matrix R is a direct consequence of the
assumption that the discrete-time stochastic process represented by the observation vector u(n) is
wide-sense stationary.
Indeed, we may state that if the discrete-time stochastic process is wide-sense stationary, then its
correlation matrix R must be Toeplitz; and, conversely, if the correlation matrix R is Toeplitz, then
the discrete-time stochastic process must be wide-sense stationary

Weitere ähnliche Inhalte

Ähnlich wie Adaptive Signal Processing Questions

EP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptxEP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptxgeremu2
 
Design of Area Efficient Digital FIR Filter using MAC
Design of Area Efficient Digital FIR Filter using MACDesign of Area Efficient Digital FIR Filter using MAC
Design of Area Efficient Digital FIR Filter using MACIRJET Journal
 
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSFPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSEditor IJMTER
 
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm IJECEIAES
 
A New VSLMS Algorithm for Performance Analysis of Self Adaptive Equalizers
A New VSLMS Algorithm for Performance Analysis of Self Adaptive EqualizersA New VSLMS Algorithm for Performance Analysis of Self Adaptive Equalizers
A New VSLMS Algorithm for Performance Analysis of Self Adaptive Equalizersijtsrd
 
IMPLEMENTATION OF FRACTIONAL ORDER TRANSFER FUNCTION USING LOW COST DSP
IMPLEMENTATION OF FRACTIONAL ORDER TRANSFER FUNCTION USING LOW COST DSPIMPLEMENTATION OF FRACTIONAL ORDER TRANSFER FUNCTION USING LOW COST DSP
IMPLEMENTATION OF FRACTIONAL ORDER TRANSFER FUNCTION USING LOW COST DSPIAEME Publication
 
REDUCING THE MONITORING REGISTER FOR THE DETECTION OF ANOMALIES IN SOFTWARE D...
REDUCING THE MONITORING REGISTER FOR THE DETECTION OF ANOMALIES IN SOFTWARE D...REDUCING THE MONITORING REGISTER FOR THE DETECTION OF ANOMALIES IN SOFTWARE D...
REDUCING THE MONITORING REGISTER FOR THE DETECTION OF ANOMALIES IN SOFTWARE D...csandit
 
Algorithms Analysis.pdf
Algorithms Analysis.pdfAlgorithms Analysis.pdf
Algorithms Analysis.pdfShaistaRiaz4
 
Design of Optimized FIR Filter Using FCSD Representation
Design  of  Optimized  FIR  Filter  Using  FCSD Representation Design  of  Optimized  FIR  Filter  Using  FCSD Representation
Design of Optimized FIR Filter Using FCSD Representation IJEEE
 
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...IRJET Journal
 
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...IRJET Journal
 
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...VLSICS Design
 
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...IRJET Journal
 
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...IRJET Journal
 
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...IRJET Journal
 
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...IRJET Journal
 
IRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault DetectionIRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault DetectionIRJET Journal
 
IRJET- Efficient Shift add Implementation of Fir Filter using Variable Pa...
IRJET-  	  Efficient Shift add Implementation of Fir Filter using Variable Pa...IRJET-  	  Efficient Shift add Implementation of Fir Filter using Variable Pa...
IRJET- Efficient Shift add Implementation of Fir Filter using Variable Pa...IRJET Journal
 

Ähnlich wie Adaptive Signal Processing Questions (20)

Efficient very large-scale integration architecture design of proportionate-...
Efficient very large-scale integration architecture design of  proportionate-...Efficient very large-scale integration architecture design of  proportionate-...
Efficient very large-scale integration architecture design of proportionate-...
 
EP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptxEP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptx
 
Design of Area Efficient Digital FIR Filter using MAC
Design of Area Efficient Digital FIR Filter using MACDesign of Area Efficient Digital FIR Filter using MAC
Design of Area Efficient Digital FIR Filter using MAC
 
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSFPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
 
Av 738 - Adaptive Filtering Lecture 1 - Introduction
Av 738 - Adaptive Filtering Lecture 1 - IntroductionAv 738 - Adaptive Filtering Lecture 1 - Introduction
Av 738 - Adaptive Filtering Lecture 1 - Introduction
 
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
 
A New VSLMS Algorithm for Performance Analysis of Self Adaptive Equalizers
A New VSLMS Algorithm for Performance Analysis of Self Adaptive EqualizersA New VSLMS Algorithm for Performance Analysis of Self Adaptive Equalizers
A New VSLMS Algorithm for Performance Analysis of Self Adaptive Equalizers
 
IMPLEMENTATION OF FRACTIONAL ORDER TRANSFER FUNCTION USING LOW COST DSP
IMPLEMENTATION OF FRACTIONAL ORDER TRANSFER FUNCTION USING LOW COST DSPIMPLEMENTATION OF FRACTIONAL ORDER TRANSFER FUNCTION USING LOW COST DSP
IMPLEMENTATION OF FRACTIONAL ORDER TRANSFER FUNCTION USING LOW COST DSP
 
REDUCING THE MONITORING REGISTER FOR THE DETECTION OF ANOMALIES IN SOFTWARE D...
REDUCING THE MONITORING REGISTER FOR THE DETECTION OF ANOMALIES IN SOFTWARE D...REDUCING THE MONITORING REGISTER FOR THE DETECTION OF ANOMALIES IN SOFTWARE D...
REDUCING THE MONITORING REGISTER FOR THE DETECTION OF ANOMALIES IN SOFTWARE D...
 
Algorithms Analysis.pdf
Algorithms Analysis.pdfAlgorithms Analysis.pdf
Algorithms Analysis.pdf
 
Design of Optimized FIR Filter Using FCSD Representation
Design  of  Optimized  FIR  Filter  Using  FCSD Representation Design  of  Optimized  FIR  Filter  Using  FCSD Representation
Design of Optimized FIR Filter Using FCSD Representation
 
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
 
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
 
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
 
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
 
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
 
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...
 
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
 
IRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault DetectionIRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault Detection
 
IRJET- Efficient Shift add Implementation of Fir Filter using Variable Pa...
IRJET-  	  Efficient Shift add Implementation of Fir Filter using Variable Pa...IRJET-  	  Efficient Shift add Implementation of Fir Filter using Variable Pa...
IRJET- Efficient Shift add Implementation of Fir Filter using Variable Pa...
 

Kürzlich hochgeladen

Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡anilsa9823
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisDiwakar Mishra
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 

Kürzlich hochgeladen (20)

Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 

Adaptive Signal Processing Questions

  • 1. ADAPTIVE SIGNAL PROCESSING (18PE0EC3B) QUESTION BANK UNIT-I PART-A 1.What are different kinds of information processing operations? A:-  Filtering: - Filtering is commonly used to extract the information from noisy data  Smoothing:- It is used for blurring and noise reduction  Prediction: - It predicts the present samples with the previous sample. 2.Differentiate Linear and Non-linear filters. A:- A filter is said to be linear if the filtered, smoothed, or predicted quantity at the output of the filter is a linear function of the observations applied to the filter input. Otherwise, the filter is nonlinear. Weiner Filter is used in Linear filters and Adaptive-Wiener Filter is used in Non linear filters 3. What is statistical approach to the solution of the linear filtering problem? A:- In Statistical approach to the solution of the linear filtering problem is to minimize the mean square value of the error signal. For stationary inputs, the result solution is commonly known as Wiener Filter. Mean Square value of the error signal is defined as the difference between some desired response and actual filter output 4. Define error-performance surface. A:- A plot of the mean-square value of the error signal versus the adjustable parameters of a linear filter is referred to as the error-performance surface. 5. When is a filter said to be optimum? A:- An electric filter in which the mean square value of the error between a desired output and the actual output is at a minimum the filter is said to be optimum filter
  • 2. 6. What does the word “Tracking” mean? A:- When an adaptive filtering algorithm operates in a nonstationary environment, the algorithm is required to track statistical variations in the environment. The tracking performance of the algorithm, is influenced by two features: (1) rate of convergence and (2) steady-state fluctuation due to algorithm noise. 7. Mention the issues of concern for Computational requirements of an adaptive filter. A:- Here the issues of concern include (a) the number of operations (i.e., multiplications, divisions, and additions/subtractions) required to make one complete adaptation cycle of the algorithm, (b) the size of memory locations required to store the data and the program, and (c) required to program the algorithm on a computer. 8. Mention the issues of concern for Numerical properties of an adaptive filter. A:- When an algorithm is implemented numerically, inaccuracies are produced due to quantization errors, which in turn are due to analog-to-digital conversion of the input data and digital representation of internal calculations. An adaptive filtering algorithm is said to be numerically robust when it is insensitive to variations in the word length used in its digital implementation. 9. How does quantization affect the accuracy and stability of an adaptive filter. A:- The source of quantization errors that poses a serious design problem, there are two basic issues of concern: numerical stability and numerical accuracy Numerical stability is an inherent characteristic of an adaptive filtering algorithm. Numerical accuracy, on the other hand, is determined by the number of bits (i.e., binary digits) used in the numerical representation of data samples and filter coefficients. 10. What are the basic processes of a linear adaptive filtering algorithm? A:- The basic processes of a linear adaptive filtering algorithm involve the following processes: (1) A filtering process designed to produce an output in response to a sequence of input data (2) An adaptive process, the purpose of which is to provide a mechanism for the adaptive control of an adjustable set of parameters used in the filtering process.
  • 3. PART-B 1.Explain different kinds of information processing operations. A:- The three basic kinds of information-processing operations are filtering, smoothing, and prediction, each of which may be performed by an estimator. • Filtering: - It is an operation that involves the extraction of information about a quantity of interest at time t by using data measured up to and including t. • Smoothing: - It is an a posteriori (i.e., after the fact) form of estimation, in that data measured after the time of interest are used in the estimation. Specifically, the smoothed estimate at time t′ is obtained by using data measured over the interval [0, t′], where t′ < t. There is therefore a delay of t − t′ involved in computing the smoothed estimate. The benefit gained by waiting for more data to accumulate is that smoothing can yield a more accurate estimate than filtering. • Prediction: - It is the forecasting side of estimation. Its aim is to derive information about what the quantity of interest will be like at some time t + t in the future (for some t > 0) by using data measured up to and including time t. From the figure, it is apparent that both filtering and prediction are real-time operations, whereas smoothing is not. By a real-time operation, we mean an operation in which the estimate of interest is computed on the basis of data available now.
  • 4. 2. Explain the numerical properties of an adaptive algorithm. A:- When an algorithm is implemented numerically, inaccuracies are produced due to quantization errors, which in turn are due to analog-to-digital conversion of the input data and digital representation of internal calculations. Ordinarily, it is the latter source of quantization errors that poses a serious design problem. In particular, there are two basic issues of concern: numerical stability and numerical accuracy. Numerical stability is an inherent characteristic of an adaptive filtering algorithm. Numerical accuracy, on the other hand, is determined by the number of bits (i.e., binary digits) used in the numerical representation of data samples and filter coefficients. An adaptive filtering algorithm is said to be numerically robust when it is insensitive to variations in the word length used in its digital implementation. 3.Describe, in brief the parameters of comparison among different adaptive algorithms. A:- A recursive algorithm whereby the parameters of an adaptive filter are updated from one adaptation cycle to the next, the parameters become data dependent. A wide variety of recursive algorithms have been developed in the literature for the operation of linear adaptive filters. The choice of one algorithm over another is determined by one or more of the following factors: - • Rate of convergence: - As the number of adaptation cycles required for the algorithm, in response to stationary inputs, to converge to the optimum Wiener solution in the mean-square-error sense. A fast rate of convergence allows the algorithm to adapt rapidly to a stationary environment of unknown statistics. • Misadjustment: - This parameter provides a quantitative measure of the amount by which the final value of the mean-square error over an ensemble of adaptive filters from the Wiener solution. • Tracking: - When an adaptive filtering algorithm operates in a nonstationary environment, the algorithm is required to track statistical variations. The tracking performance of the algorithm is influenced by two contradictory features: (1) rate of convergence and (2) steady-state fluctuation due to algorithm noise. • Robustness: - For an adaptive filter to be robust, small disturbances can only result in small estimation errors. The disturbances may arise from a variety of factors, internal or external to the filter. • Computational requirements: - Here the issues of concern include (a) the number of operations required to make one complete adaptation cycle of the algorithm, (b) the size of memory locations required to store the data and the program, and (c) the investment required to program the algorithm on a computer.
  • 5. • Structure: - The structure of information flow in the algorithm, determining the manner in which. it is implemented in hardware form. For example, an algorithm whose structure exhibits high concurrency is well suited for implementation using very large-scale integration (VLSI). • Numerical properties: - It is the latter source of quantization errors that poses a serious design problem. In particular, there are two basic issues of concern: numerical stability and numerical accuracy. Numerical stability is an inherent characteristic of an adaptive filtering algorithm. Numerical accuracy is determined by the number of bits used in the numerical representation of data samples and filter coefficients. 4. Write about the two families of Linear Adaptive Filtering algorithms. A:- The LMS and RLS algorithms constitute two basic algorithms each of family of algorithms is formulated. The adaptive filtering algorithms differ from each other in the way in which the filtering structure is configured. However, regardless of the filtering structure used around which the adaptation of parameters is performed, the algorithms within each family inherit certain properties rooted in the LMS and RLS algorithms. Specifically:  LMS-based algorithms are model independent, in the sense that there are no statistical assumptions made in deriving them. The adaptive filtering algorithm resulting from this approach may be expressed in words as follows: The learning-rate parameter determines the rate at which the adaptation is performed. The recursive algorithm so described is called the least-mean-square (LMS) algorithm, which is simple in computational terms yet effective in performance. However, its convergence behavior is slow and difficult to study mathematically • RLS-based algorithms are model dependent, in that their derivatives assume the use of a multivariate Gaussian model.
  • 6. The minimization is achieved using algebraic matrix manipulations, resulting in an update rule that may be expressed, in words, as follows: Where innovation is new information put in to the filtering process art the updating time. The adaptative filtering algorithm is a called as Recursive Least Squares (RLS) Algorithm 5. Discuss the different approaches to the development of Linear Adaptive Filters? A:- Basically, we may identify two distinct approaches for deriving recursive algorithms for the operation of linear adaptive filters: - i) Method of Stochastic Gradient Descent: - The stochastic gradient approach uses a FIR filter, as the structural basis for implementing the linear adaptive filter. For the case of stationary inputs, the cost function, also referred to as the index of performance, this cost function is precisely a second-order function of the tap weights in the FIR filter. The dependence of the mean-square error on the unknown tap weights may be viewed to be in the form of a multidimensional paraboloid. This paraboloid as the error-performance surface; the tap weights corresponding to the minimum point of the surface define the optimum Wiener solution. To develop a recursive algorithm for updating the tap weights of the adaptive FIR filter using the stochastic gradient approach, as the name would imply it, we need to start with a stochastic cost function and differentiating this stochastic cost function with respect to the tap-weight vector of the filter, we obtain a gradient vector that is naturally stochastic. The adaptive filtering algorithm resulting from this approach may be expressed in words as follows: However, its convergence behavior is slow and difficult to study mathematically
  • 7. ii) Method of Least Squares: - The second approach to the development of linear adaptive filtering algorithms is based on the method of least squares. According to this method, we minimize a cost function that is defined as the sum of weighted error squares, where the error, itself defined as the difference between some desired response and the actual filter output. Unlike the method of stochastic gradient, this minimization is achieved using algebraic matrix manipulations, resulting in an update rule that may be expressed, in words, as follows: 6.Describe the areas of application of Adaptive Filters. A:- The areas of application of Adaptive Filters are the Four Classes of Applications a) Identification: - In the class of applications dealing with identification, an adaptive filter is used to provide a linear model that represents the best fit (in some sense) to an unknown plant. The plant and the adaptive filter are driven by the same input. The plant output supplies the desired response for the adaptive filter. If the plant is dynamic in nature, the model will be time varying. b) Inverse Modeling: - In this second class of applications, the function of the adaptive filter is to provide an inverse model that represents the best fit to an unknown noisy plant.
  • 8. Ideally, the inverse model has a transfer function equal to the reciprocal of the plant’s transfer function, such that the combination of the two constitutes an ideal transmission medium. A delayed version of the plant (system) input constitutes the desired response for the adaptive filter. c) Prediction: - Here, the function of the adaptive filter is to provide the best prediction (in some sense) of the present value of a random signal. The present value of the signal thus serves the purpose of a desired response for the adaptive filter. Past values of the signal supply the input applied to the filter. Depending on the application of interest, the adaptive filter output or the estimation (prediction) error may serve as the system output. d) Interference cancellation: - In this final class of applications, the adaptive filter is used to cancel unknown interference contained in a primary signal, with the cancellation being optimized in some sense.
  • 9. The primary signal serves as the desired response for the adaptive filter. A reference signal is employed as the input to the filter. The reference signal is derived from a set of sensors located such that it or they supply the primary signal in such a way that the information bearing signal component is weak or essentially undetectable. 7. Explain Correlation matrix using established denotations. A:-
  • 10. 8. State all the properties of Correlation matrix. A:- Property 1: The correlation matrix of a stationary discrete-time stochastic process is Toeplitz. We say that a square matrix is Toeplitz if all the elements on its main diagonal are equal and if the elements on any other diagonal parallel to the main diagonal are also equal. The above equation follows directly from the below equation we see that all the elements on the main diagonal are equal to r(0), all the elements on the first diagonal above the main diagonal are equal to r(1), all the elements along the first diagonal below the main diagonal are equal to r*(1), and so on for the other diagonals. We conclude, therefore, that the correlation matrix R is Toeplitz. It is important to recognize, however, that the Toeplitz property of the correlation matrix R is a direct consequence of the assumption that the discrete-time stochastic process represented by the observation vector u(n) is wide-sense stationary. Indeed, we may state that if the discrete-time stochastic process is wide-sense stationary, then its correlation matrix R must be Toeplitz; and, conversely, if the correlation matrix R is Toeplitz, then the discrete-time stochastic process must be wide-sense stationary
  • 11. Property 2: The correlation matrix of a discrete-time stochastic process is always nonnegative definite and almost always positive definite Let a be an arbitrary (nonzero) M-by-1 complex-valued vector. Define the scalar random variable ‘y’ as the inner product of a and the observation vector u(n), as shown by y = aH u(n). Taking the Hermitian transpose of both sides and recognizing that y is a scalar, we get y* = uH (n)a, A Hermitian form that satisfies this condition for every non-zero a is said to be non-negative definite or positive semidefinite. Accordingly, we may state that the correlation matrix of a wide-sense stationary process is always nonnegative definite.
  • 12. 9. Prove that the correlation matrix of a discrete-time stochastic process is always nonnegative definite and almost always positive definite A:- Let a be an arbitrary (nonzero) M-by-1 complex-valued vector. Define the scalar random variable ‘y’ as the inner product of a and the observation vector u(n), as shown by y = aH u(n). Taking the Hermitian transpose of both sides and recognizing that y is a scalar, we get y* = uH (n)a, A Hermitian form that satisfies this condition for every non-zero a is said to be non-negative definite or positive semidefinite. Accordingly, we may state that the correlation matrix of a wide-sense stationary process is always nonnegative definite.
  • 13. 10. Prove that the correlation matrix of a stationary discrete-time stochastic process is Toeplitz. A:- We say that a square matrix is Toeplitz if all the elements on its main diagonal are equal and if the elements on any other diagonal parallel to the main diagonal are also equal. The above equation follows directly from the below equation we see that all the elements on the main diagonal are equal to r(0), all the elements on the first diagonal above the main diagonal are equal to r(1), all the elements along the first diagonal below the main diagonal are equal to r*(1), and so on for the other diagonals. We conclude, therefore, that the correlation matrix R is Toeplitz. It is important to recognize, however, that the Toeplitz property of the correlation matrix R is a direct consequence of the assumption that the discrete-time stochastic process represented by the observation vector u(n) is wide-sense stationary. Indeed, we may state that if the discrete-time stochastic process is wide-sense stationary, then its correlation matrix R must be Toeplitz; and, conversely, if the correlation matrix R is Toeplitz, then the discrete-time stochastic process must be wide-sense stationary