Write a MATLAB program to simulate the following:
Afficher commentaires plus anciens
Write a MATLAB program to simulate the following:
1) {𝑈𝑛}={2,1,−1,0,2,3,4,5} . ( Hint ‘stem’ function) [10 Marks]
2) {𝛿𝑛−4}={1 𝑓𝑜𝑟 𝑛=40 𝑓𝑜𝑟 𝑛 ≠0 ( Hint ‘impseq’ function) [15 Marks]
3) {𝑈𝑛−3}={1 𝑓𝑜𝑟 𝑛≥30 𝑓𝑜𝑟 𝑛 <3 ( Hint ‘stepseq’ function) [15 Marks]
4) Solve the difference equation 𝑦(𝑛)−32𝑦(𝑛−1)+12(𝑛−2)=𝑥(𝑛) for 𝑛≥0. Where 𝑦(−1)=4 and 𝑦(−2)=10 , 𝑥(𝑛)=(14)𝑛𝑢(𝑛) . ( Hint ‘filtic’ and ‘filter’ functions) [20 Marks
Réponses (0)
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!