MATHEMATICAL FUNCTIONS
SPT adds several basic functions to the O-M ATRIX library which provide functionality used by other more complicated functions, and, provide ease-of-use for the user.
FUNCTIONS ADDED BY SPT sinc(...) sin(x)/x Function
besseli0(...) Modified Bessel Function of the 0th order logn(...) Log to an arbitrary base even(...) Determine if a number is EVEN colavg(...) Column-wise average
colmsq(...) Column-wise mean-square colrms(...) Column-wise root-mean-square ceiling(...) Ceiling of a number db10(...) Decibel convert on X10 basis (power)
db20(...) Decibel convert on X20 basis (voltage) powerof2(...) Determines if number is exact power of 2 cumsum(...) Column-wise cumulative sum
normpdf(...) Gaussian Normal Probability Density Function
Back to the Signal Processing Toolbox Page.
|