help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Response to a pluse generator type input...


From: Fredrik Lingvall
Subject: Re: Response to a pluse generator type input...
Date: Thu, 11 Feb 2010 13:30:14 +0100

I'm not 100% sure what you mean by "response due to a pulse generator type input", but can't you just put your "pulse generator signal" in a vector, say u, and then do a

y = conv(h,u);

to get the output? (h is the impulse response of your system)

/Fredrik


On Thu, Feb 11, 2010 at 1:02 PM, Jason Rupert <address@hidden> wrote:
I really would like to see the response due to a pulse generator type input:
http://www.mathworks.com/access/helpdesk/help/toolbox/simulink/slref/pulsegenerator.html

I would then like to be able to vary the period and amplitude.

Thanks a ton for any and all feedback.



From: "address@hidden" <address@hidden>
To: address@hidden; address@hidden
Sent: Wed, February 10, 2010 9:10:54 PM
Subject: RE: Response to a pluse generator type input...

Is ImpulseĀ  what you want or do you want a pulse?
You can use impulse(sys) like you can step(sys)
Doug

> Date: Wed, 10 Feb 2010 19:01:22 -0800
> From: address@hidden
> Subject: Response to a pluse generator type input...
> To: address@hidden
>
> By any chance is there a function to use to produce a response to a pulse generator type input?
>
> I have a transfer function and I've successfully used the step(...) to look at the response of the transfer function to the step input, but I would like to have a pulse generator type input and look at the response of the transfer function to that.
>
> Thanks for any information and feedback.
>
>
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave


_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]