Can the difference between impulse(sys) and plot(sys) be graphed?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to compare the theoretical impulse response and the simulated impulse response. I created a time vector and plotted my theoretical answers. I want to compare the plotted against the simulated and find the error between them.
0 Kommentare
Antworten (1)
MHN
am 30 Mär. 2016
Bearbeitet: MHN
am 30 Mär. 2016
Just feed a subtracter block with them (and abs block if you need the absolute value) and plot the difference. Just note that the simulation and theoretical one must be generated by a same time vector, otherwise comparing the differences are meaningless.
Siehe auch
Kategorien
Mehr zu Graph and Network Algorithms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!