IT++ 4.3.1
|
Functions | |
double | itpp::sinc (double x) |
Sinc function: sinc(x) = sin(pi*x)/pi*x. | |
vec | itpp::sin (const vec &x) |
Sine function. | |
mat | itpp::sin (const mat &x) |
Sine function. | |
vec | itpp::cos (const vec &x) |
Cosine function. | |
mat | itpp::cos (const mat &x) |
Cosine function. | |
vec | itpp::tan (const vec &x) |
Tan function. | |
mat | itpp::tan (const mat &x) |
Tan function. | |
vec | itpp::asin (const vec &x) |
Inverse sine function. | |
mat | itpp::asin (const mat &x) |
Inverse sine function. | |
vec | itpp::acos (const vec &x) |
Inverse cosine function. | |
mat | itpp::acos (const mat &x) |
Inverse cosine function. | |
vec | itpp::atan (const vec &x) |
Inverse tan function. | |
mat | itpp::atan (const mat &x) |
Inverse tan function. | |
vec | itpp::sinc (const vec &x) |
Sinc function, sin(pi*x)/(pi*x) | |
mat | itpp::sinc (const mat &x) |
Sinc function, sin(pi*x)/(pi*x) | |
|
inline |
Sinc function: sinc(x) = sin(pi*x)/pi*x.
Definition at line 42 of file trig_hyp.h.
Referenced by fir1(), itpp::Raised_Cosine< T1 >::set_pulse_shape(), sinc(), and sinc().
|
inline |
Sine function.
Definition at line 54 of file trig_hyp.h.
References apply_function().
Referenced by chebwin(), freqz(), freqz(), itpp::Rice_Fading_Generator::init_MEDS(), and sinc().
|
inline |
|
inline |
Cosine function.
Definition at line 58 of file trig_hyp.h.
References apply_function().
Referenced by arma_estimator(), chebwin(), freqz(), freqz(), and itpp::Rice_Fading_Generator::generate().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Sinc function, sin(pi*x)/(pi*x)
Definition at line 78 of file trig_hyp.h.
References apply_function(), and sinc().
|
inline |
Sinc function, sin(pi*x)/(pi*x)
Definition at line 80 of file trig_hyp.h.
References apply_function(), and sinc().