CT domain demo - Square Wave Response

Introduction

This applet demonstrates the zero-state square wave response of causal linear continuous-time system (or, transfer functions).

The system is given by the parameters, which defaults to

  numerator:[500.0]
denominator:[1.0, 10.0, 1000.0]
The numerator and the denominator parameters specifies the coefficients in the numerator and denominator polynomials in the descending powers of s. i.e. a's and b's in:
    y(s)    b(1)*s^(m-1) + b(2)*s^(m-2) + ... + b(m)
   ----- = -------------------------------------------
    u(s)    a(1)*s^(n-1) + a(2)*s^(n-2) + ... + a(n)

You may choose different coefficients.