Toets 2
Opgave 1 a
Opgave 1 b Used unwrap for continuous phase B1=firwd(7,1,pi*1/7,0,1) B2=firwd(7,1,pi*1/7,0,5)
Opgave 1 c d d) A notch filter located at 0.14 (and its multiples)
Opgave 2a Convolutie in tijdsdomein is product in z-domein:
Opgave 2b b1=[1 -4 3] a1=[1 2 4] [r1,p1,k1]=residue(b1,a1) r1 = i i p1 = i i k1 =1 Table 5.1- nr 15:
Opgave 2c Impulsrespons: Step respons: b2a=[1 -1] a2a=[ ] [r2a,p2a,k2a]=residue(b2a,a2a) b2b=[1] a2b=[1 4 1 ] [r2b,p2b,k2b]=residue(b2b,a2b) r2a = p2a = k2a = [] r2b = p2b = k2b = []
Opgave 3 wa=1.200*pi/sqrt(2) num=[1 2*wa 2*wa^2] den=[1 4*wa 2*wa^2] figure(1) freqs(num,den) fs=2.000 [numd,dend]=bilinear(num,den,fs/2) figure(2) freqz(numd,dend) num = den = fs = 2 numd = dend =
Opgave 3 alternatief fs=2000; fc=600; wc=2*pi*fc; awc=2*fs*tan(wc/fs/2) [b,a]=bilinear([1/awc^2 2/awc 2],[1/awc^2 4/awc 2],fs) figure(1) freqz(b,a,512,fs) sys = tf([1/wc^2 2/wc 2],[1/wc^2 4/wc 2]); figure(2) bode(sys)
Opgave 4 a) b) Maak twee filters: een laagdoorlaat 2e orde (6dB/oct) bij fc een hoogdoorlaat 2e orde ook bij fc Pole moet in de buurt liggen van 0.7, dan geen resonantie.
Opgave 4c