|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Contains miscellaneous filter design and windowing functions. More...
#include "juce_SpecialFunctions.h"
Static Public Member Functions | |
| static double | besselI0 (double x) noexcept |
| Computes the modified Bessel function of the first kind I0 for a given double value x. | |
| static void | ellipticIntegralK (double k, double &K, double &Kp) noexcept |
| Computes the complete elliptic integral of the first kind K for a given double value k, and the associated complete elliptic integral of the first kind Kp for the complementary modulus of k. | |
| static Complex< double > | cde (Complex< double > u, double k) noexcept |
| Computes the Jacobian elliptic function cd for the elliptic modulus k and the quarter-period units u. | |
| static Complex< double > | sne (Complex< double > u, double k) noexcept |
| Computes the Jacobian elliptic function sn for the elliptic modulus k and the quarter-period units u. | |
| static Complex< double > | asne (Complex< double > w, double k) noexcept |
| Computes the inverse of the Jacobian elliptic function sn for the elliptic modulus k and the quarter-period units u. | |
Contains miscellaneous filter design and windowing functions.
@tags{DSP}
Definition at line 33 of file juce_SpecialFunctions.h.
|
staticnoexcept |
Computes the inverse of the Jacobian elliptic function sn for the elliptic modulus k and the quarter-period units u.
Definition at line 118 of file juce_SpecialFunctions.cpp.
Computes the modified Bessel function of the first kind I0 for a given double value x.
Modified Bessel functions are useful to solve various mathematical problems involving differential equations.
Definition at line 29 of file juce_SpecialFunctions.cpp.
Computes the Jacobian elliptic function cd for the elliptic modulus k and the quarter-period units u.
Definition at line 72 of file juce_SpecialFunctions.cpp.
|
staticnoexcept |
Computes the complete elliptic integral of the first kind K for a given double value k, and the associated complete elliptic integral of the first kind Kp for the complementary modulus of k.
Definition at line 49 of file juce_SpecialFunctions.cpp.
Computes the Jacobian elliptic function sn for the elliptic modulus k and the quarter-period units u.
Definition at line 95 of file juce_SpecialFunctions.cpp.