↧
Ramp and Step function
Hi all, Does the step1(t[1/s]-10) means that function value becomes 1 after 10 seconds on condition that the step1 is defined as the step function? Does rm3(t[1/s]-10) means that the function value...
View ArticleRe: Ramp and Step function
You are right except for the units. You have put [1/s] which equals [Hz]. So it will do the things that you mention after 10 Hz instead of after 10 s.
View ArticleRe: Ramp and Step function
if I want to using the 1[V] *step1(t[1/s]-10) to realize the function of increasing to 1[V] after 10 seconds rather than 10 Hz , how could I change the formula? If I put the formula...
View ArticleRe: Ramp and Step function
Oh yes, sorry, t is already in seconds. So then the way you put it is correct I think.
View Article