
how to plot negative frequency in x axis ?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how to plot an impulse response ?
0 Commenti
Risposta accettata
Sam Chak
il 7 Mag 2022
This impulse response can plotted by following the example here:
a = [0 1; -1 -1];
b = [0; 1];
c = [1 0];
sys = ss(a, b, c, 0);
impulse(sys)

0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Digital Filter Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!