|
|
| File Information |
| Description |
MEX file to compute Fresnel integrals.
[C, S] = fcs(x) returns Fresnel integrals C ans S for argument x, x must be double and real.
F = fcs(x) returns complex F = C+i*S
Algorithm:
This function uses an improved method for computing Fresnel integrals with an error of less then 1x10^-9, described in:
Klaus D. Mielenz, Computation of Fresnel Integrals. II
J. Res. Natl. Inst. Stand. Technol. 105, 589 (2000), pp 589-590
Notes for Linux implementation
Compile this with:
mex -O fcs.c
Notes for Windows implementation
Compile this with:
mex -O fcs.c -DWIN32 |
| Acknowledgements |
This file inspired
Fresnel S And Fresnel C and Fresnel Integral.
|
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
| Other requirements |
Windows, Linux |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 27 May 2011 |
shao
|
|
|
| 09 Feb 2010 |
Neo
|
|
|
| 17 Nov 2008 |
jose
|
|
|
| 04 Apr 2007 |
vincent mulu
|
|
|
| 24 Feb 2007 |
A Z
|
|
|
| 13 Apr 2005 |
Timothy Chow
|
|
|
|
Contact us