qampy.core.special_fcts#
Convenience module for calculation of special mathematical functions useful for communications.
Functions
|
Calculate the Gaussian function with a given amplitude, zero offset and width. |
|
The Q function is the tail probability of the standard normal distribution see _[1,2] for a definition and its relation to the erfc. |
|
Frequency response of a raised cosine filter with a given roll-off factor and width |
|
Time response of a raised cosine filter with a given roll-off factor and width |
|
Frequency transfer function of the square-root-raised cosine filter with a given roll-off factor and time width/sampling period after _[1] |
|
Time impulse response of the square-root-raised cosine filter with a given roll-off factor and time width/sampling period after _[1] This implementation differs by a factor 2 from the previous. |
|
Calculate the hyperbolic secant function with a given amplitude, zero offset and width. |
|
Calculate the Supergaussian functions with a given amplitude, zero offset, width and order. |
|
Calculate the hyperbolic tangent with a given amplitude, zero offset and width. |