40m
QIL
Cryo_Lab
CTN
SUS_Lab
TCS_Lab
OMC_Lab
CRIME_Lab
FEA
ENG_Labs
OptContFac
Mariner
WBEEShop
|
40m Log |
Not logged in |
 |
|
Thu Jul 21 05:22:26 2016, Aakash, Update, General, Temperature measurements across the enclosure | SURF 2016   
|
Thu Jul 21 21:38:44 2016, Aakash, Update, General, Temperature measurements across the enclosure | SURF 2016
|
Fri Jul 22 05:20:26 2016, Aakash, Update, General, Temperature measurements across the enclosure | SURF 2016   
|
|
Message ID: 12326
Entry time: Fri Jul 22 05:20:26 2016
In reply to: 12323
|
Author: |
Aakash |
Type: |
Update |
Category: |
General |
Subject: |
Temperature measurements across the enclosure | SURF 2016 |
|
|
Please find the new attached plots and the new script. |
|
|
|
|
|
|
|
filename='2315on5july.dat';
data=importdata(filename);
%temperature data outside the enclosure on channel 2
data1=data(:,2);
%temperature data inside the enclosure on channel 3
data2=data(:,3);
%sampling frequency in Hz
fs=100;
... 40 more lines ...
|