riseTime(a,margin)

Determines the rise time of an arbitrary signal.


Syntax

riseTime(a,margin)
a: waveform - signal to be analyzed
margin: scalar numeric - margin to be used for rise time, in percent
return: scalar Real- rise time of signal

Usage

One common parameter for digital signals (pulses, square waves, etc.) is rise time. Rise time is the transition time from a lower extreme to an upper extreme. This is commonly defined as 10-90 time (time from 10% of the full transition to 90%) or 20-80 rise time. This function takes an arbitrary signal and analyzes it to determine the average rise time. The input margin is used to define both the upper and lower transition limits. Hence margin=10 is the same as 10-90 rise time.

Location

menu: veeos ==> Signal Processing ==> riseTime

library: sigLib

Example

Notes

This function is very general in nature so any signal may be used. It finds all applicable transitions in the given signal and then averages them to give an estimate of the signal's rise time. Note that it does not treat any particular rise time as more important than any other so if you are looking for transitions in very noisy signals you may want to examine the signal differently. Since margin can be specified you are free to define rise as you like.

Reference

Dependencies

Supported On

VEE 7.0+, all platforms

See Also

dutyCycle, fallTime, frequency, period


© 2015. All Rights Reserved.  Stan Bischof (stan@worldbadminton.com). Last updated 01 November 2015 08:12. © 2015.