Le devoir sous matlab Exercice :4 1. La fonction de transfert H(z) du filtre
Le devoir sous matlab Exercice :4 1. La fonction de transfert H(z) du filtre est : 1 2 3 4 1 2 3 4 1 1 1 1 ( ) ( ) 4 ( 1) 8 ( 2) 3 ( 3) 6 ( 4) ( ) ( 1) ( ) ( 2) ( ) ( 3) ( ) ( 4) 3 4 3 3 1 1 1 1 3 4 3 3 ( ) 1 4 4 8 3 6 y n x n x n x n x n x n y n y n y n y n z z z z z H z z z z z z 2. Les zéros et les pôles moyennant : Le programme : clc;close all; clear b=[1 1/3 1/4 1/3 1/3] a=[1 -1 4 -8 -3 6] z0=roots(b) zpole=roots(a) z=0:2*pi les poles : -0.2851 + 2.3379i -0.2851 - 2.3379i -0.8223 1.5362 0.8562 Les zéros : 0.4018 + 0.7016i 0.4018 - 0.7016i -0.5685 + 0.4322i -0.5685 - 0.4322i 3. Le diagramme poles-zéros moyennant la fonction : clc;close all; clear b=[1 1/3 1/4 1/3 1/3] a=[1 -1 4 -8 -3 6] z0=roots(b) zpole=roots(a) z=0:2*pi v=[0:0.001:2*pi]; y=exp(j*v); figure plot(y); hold on ; xlim([-3 3]); ylim([-3 3]); plot(z0,'o'); plot(zpole,'x'); figure; zplane (b,a); puisque les zéros sont a l’intérieur du cercle , alors le filtre est stable 4. La réponse impulsionnelle h(n) du filtre moyennant : clc;close all; clear b=[1 1/3 1/4 1/3 1/3] a=[1 -1 4 -8 -3 6] z0=roots(b) zpole=roots(a) z=0:2*pi v=[0:0.001:2*pi]; y=exp(j*v); figure plot(y); hold on ; xlim([-3 3]); ylim([-3 3]); plot(z0,'o'); plot(zpole,'x'); figure; zplane (b,a); figure; impz (b,a); uploads/Ingenierie_Lourd/ le-devoir-sous-matlab.pdf
Documents similaires
![](https://b3c3.c12.e2-4.dev/disserty/uploads/preview/CRv5HUXo8AftqcV2qaxXtnqKiIpM6Hj0LroyZkKE1ynkOQqVGtZp7mo630y3YffVrOo2G1RYQaYkeLgdd5wKNMkD.png)
![](https://b3c3.c12.e2-4.dev/disserty/uploads/preview/nSKel07Iw4fK85oFoAoicxj7IU5W9J8Q1SvmN4zDPS1Hk3leYHuSYvN74xI1lTDSjbTRG4BJ1w5jEvh5SXm1UOEn.png)
![](https://b3c3.c12.e2-4.dev/disserty/uploads/preview/OveKc8Egm9jnbRbvnXMJ9HvQiyeVsbCOtoqkU1YCGRt6ismYNZfKAHHwy5byWGtZ6PN3Bl5PGGMRUOQBOGfVheH7.png)
![](https://b3c3.c12.e2-4.dev/disserty/uploads/preview/lqb2nWvtbJfq1Rv2ZFw8Faz4wIh62HQKXVm6WVTulVSJ1RSppcoSuiDvBPezlGx0IM9isgA3Htt79B45DglF3hbB.png)
![](https://b3c3.c12.e2-4.dev/disserty/uploads/preview/wIXUvvAsLozerniiy3CiEknkJQCS0jl0DEmjsWctc6CYW1KQbrmWDD6NooP54N0baQcH7QS5raX8aYl4ce4iuMg8.png)
-
21
-
0
-
0
Licence et utilisation
Gratuit pour un usage personnel Attribution requise- Détails
- Publié le Apv 18, 2021
- Catégorie Heavy Engineering/...
- Langue French
- Taille du fichier 0.4755MB