source: MML/trunk/machine/SOLEIL/Booster/applications/mu_dipole.m @ 17

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

To have a stable version on the server.

  • Property svn:executable set to *
File size: 154 bytes
Line 
1% test effet mu 1000 à 50000
2
3Imax=500;
4L=330;
5g=22;
6
7I=1:1:500;
8B=2*(12.56)*12*I/(g)*1e-4;
9db=-L/g./(1000+5000*I/Imax) + 0.0005./B;
10
11plot(db(20 : 500))
Note: See TracBrowser for help on using the repository browser.