Processing math: 100%

Exercise 5.6: Filter Dimensioning

From LNTwww
Revision as of 17:22, 17 February 2022 by Guenter (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Desired ACF  φy(kTA)

A discrete-time random variable  yν  with the outlined auto-correlation function  (ACF)  is to be generated using a digital filter.

Let the discrete-time Gaussian input values  xν  be characterized in each case by

  • the mean value  mx=0,
  • the standard deviation  σx=1.



Notes:


Questions

1

Which of the following statements are true?

A first-order recursive filter is suitable.
A first-order non-recursive filter is suitable.
A second order non-recursive filter is suitable.
The output values  yν  are triangularly distributed.
The output values  yν  are mean-free  (my=0).

2

Give the equations for determining the coefficients  a0a1  and  a2.    Replace the three variables with  u=a21  and  w=(a0+a2)2.  Determine  u  and  w
      Note:  There is only one reasonable solution.

u = 

w = 

3

Determine the filter coefficients  a0a1  and  a2.  Enter the following quotients:

a1/a0 = 

a2/a0 = 

4

How many different sets of parameters  (I)  lead to the desired ACF?

I = 


Solution

(1)  Solutions 3 and 5  are correct:

  • A recursive filter would always cause an infinitely extended impulse response  h(t)  and thus also an infinitely extended auto-correlation function  (ACF).
  • Therefore,  a non-recursive filter structure must be chosen here.  The specified ACF requires the order  M=2.
  • Since the input values are Gaussian distributed and mean-free,  this also applies to the output values.
  • When filtering stochastic signals,  the following always applies:  Gaussian remains Gaussian and non-Gaussian never becomes (exactly) Gaussian.


(2)  The system of equations is:

k=2:a0a2=1.
k=1:a0a1+a1a2=1uw=1uw=1.
k=0:a20+a21+a22=2.25u+w=2.25+2a0a2=4.25.

The two equations with respect to  u  and  w  has two solutions:

  • u=4, w=0.25:   Because of the condition  a2=1/a0  (see first equation),  a0  and  a2  have the same sign.
  • Moreover,  at least one of the two coefficients is greater than/equal to  1.
  • Thus the condition  a0+a2=w=0.5  cannot be fulfilled.
  • Therefore,  the correct solution is  u=0.25_, w=4_.


(3)  The result of  (2)  means that  a1=±0.25=±0.5

  • The positive value leads to the equations
(1)0.5(a0+a2)=1a0+a2=2,
(2)a0a2=1.
  • From this follows  a0=a2=1.  With  a1=0.5,  the final result is:
a1/a0=0.5_,a2/a0=1_.
  • The solution  a1=0.5  leads to  a0=a2=+1  and thus to the same quotients.


(4)  In general,  this problem has  I=4  equivalent solutions  (mirroring/shifting as well as the multiplication by  1  in each case).

  • Since here the impulse response is symmetrical,  there are however only  I=2_  different solutions:
Solution 1:  a0=+1,a1=0.5,a2=+1;
Solution 2:  a0=1,a1=+0.5,a2=1.