Bode diagram of a rectangular pulse

2 Ansichten (letzte 30 Tage)
ingegnerisinasce Rossi
ingegnerisinasce Rossi am 29 Mai 2011
Hi, how can I plot a Bode diagram of a rectangular pulse (rectangular pulse defined in time domain)? Thanks a lot!

Akzeptierte Antwort

Teja Muppirala
Teja Muppirala am 30 Mai 2011
A rectangular pulse is a step function minus a delayed step function:
T = 1;
s = tf('s');
bode(ss(1/s) - ss(1/s*exp(-T*s)))
  2 Kommentare
ingegnerisinasce Rossi
ingegnerisinasce Rossi am 30 Mai 2011
GENIUS! THANKS A LOT!
ingegnerisinasce Rossi
ingegnerisinasce Rossi am 31 Mai 2011
ok now I have another problem: if I have the output Y(s) of a linear system, how can I calculate the inverse laplace trasform if Y(s) isn't in symbolic form?
thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

bym
bym am 29 Mai 2011
I think you are going to have to provide more information. in the mean time, try:
bode % with no arguments

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by