source: ETALON/CLIO/Analysis/FormFactor.m @ 715

Last change on this file since 715 was 715, checked in by hodnevuc, 7 years ago
File size: 226 bytes
Line 
1clear all; close all; clc
2%load('GFW/CLIO.mat')
3%plot(thet, SP_spec_1)
4c=3e+8;
5lamb=6e-3*(1-cos((48:0.1:118)/180*pi));
6omega=2*pi*c./lamb;
7dt=16e-9;
8M=600
9Gm=((1/M)*sin(M*omega*dt/2)./sin(omega*dt/2)).^2;
10plot((48:0.1:118),Gm)
Note: See TracBrowser for help on using the repository browser.