source: MML/trunk/machine/SOLEIL/common/naff/nafflib/README

Last change on this file was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
File size: 561 bytes
Line 
126/08/03 L. Nadolski, SOLEIL
2
3For compiling NAFF package
4In Matlab workspace: use cc_all command
5
6calcnaff.f has been modified by introducing two macros: min et max
7
806/04/07 Laurent S. Nadolski
9Names have changes
10mexfile is now nafflib.c
11naffcall.m calls nafflib
12This file is provided with a small online help
13amplitude, phase have been added and additional Flags
14
15Example using AT:
16
17[nux nuz diffu]=fmap_soleilnu(10,10,20,5);
18
19radiationoff
20cavityoff
21X0=[0.001 0 0.001 0 0 0]';
22NT = 1026;
23T = ringpass(THERING,X0,NT);
24calcnaff(T(1,1:512),T(3,1:512),1)/(2*pi)
25
Note: See TracBrowser for help on using the repository browser.