SHF
Utility/GeneralEvaluates a Simple Harmonic.
Use
This function can be called by any user-defined subroutine.
Format
- Fortran Calling Syntax
- CALL SHF (X, X0, A, W, PHI, B, IORD, VALUE, ERRFLG)
- C Calling Syntax
- c_shf(x, x0, a, w, phi, b, iord, value, errflg)
- Python Calling Syntax
- [value, errflg] = py_shf(x, x0, a, w, phi, b, iord)
- MATLAB Calling Syntax
- [value, errflg] = m_shf(x, x0, a, w, phi, b, iord)
Attributes
- X
- [double precision]
- X0
- [double precision]
- A
- [double precision]
- W
- [double precision]
- PHI
- [double precision]
- B
- [double precision]
- IORD
- [integer]
Output
- VALUE
- [integer]
- ERRFLG
- [logical]