source: ETALON/reconstruction/f18/newfig.m @ 546

Last change on this file since 546 was 297, checked in by hodnevuc, 9 years ago
File size: 335 bytes
Line 
1clear all
2close all
3load dataN.mat
4lm=chih>0;
5chih1=chih;
6chik1=chik;
7FWh1(:,:)=abs(WW(:,:,2,3)-WW(:,:,3,3))./WW(:,:,3,3);
8FWk1(:,:)=abs(WW(:,:,1,3)-WW(:,:,3,3))./WW(:,:,3,3);
9load data.mat
10chih(lm)=chih1(lm);
11chik(lm)=chik1(lm);
12FWh(lm)=FWh1(lm);
13FWk(lm)=FWk1(lm);
14plot (mean(FWh,1))
15save noise.mat chih chik FWh FWk
16
Note: See TracBrowser for help on using the repository browser.