40m QIL Cryo_Lab CTN SUS_Lab CAML OMC_Lab CRIME_Lab FEA ENG_Labs OptContFac Mariner WBEEShop
  ATF eLog  Not logged in ELOG logo
Entry  Mon Jun 21 20:46:40 2010, Dmass, Computing, General, Oven interfacing 
    Reply  Tue Jun 22 19:17:27 2010, Dmass, Computing, General, Oven interfacing 
       Reply  Tue Jun 22 21:53:24 2010, Dmass, Computing, General, Oven interfacing 
          Reply  Wed Jun 23 15:59:13 2010, Dmass, Computing, General, Oven interfacing OvenOLMeas.pdf
             Reply  Wed Jun 23 21:53:50 2010, Dmass, Computing, General, Oven interfacing 
                Reply  Thu Jun 24 21:18:49 2010, Dmass, Computing, General, Oven interfacing OvenLoopTesting.pdf
                   Reply  Sun Jun 27 18:02:51 2010, Dmass, Computing, General, Oven interfacing 
Message ID: 828     Entry time: Wed Jun 23 15:59:13 2010     In reply to: 826     Reply to this: 831
Author: Dmass 
Type: Computing 
Category: General 
Subject: Oven interfacing 

This is a measurement of the open loop temperature of the oven - the blue box is "off", so this may be higher than the temperature noise the servo normally has to supress.

  • It is worth noting that the readout of the box has 0.0076 K precision (this is the difference between values).
  • I don't know if it does this (12/14 bit?) rounding in the servo loop or not

THIS IS POWER!! - that is sad. take a square root of the spectrum to translate it into amplitude spectral density - using this as a clipboard because I somehow don't have pwelch on my Ubuntu MATLAB install o.O. That is also sad.

ovenCL50a=load('CLtemp1.txt');
ovenCL100=load('CLtemp2.txt');
ovenCL300=load('CLtemp3.txt');
ovenCL50b=load('CLtemp4.txt');
ovenOL=load('OLtemp.txt');

Fs=1;
nfft=200*Fs;
[pwrOL,frOL]=pwelch(detrend(ovenOL),hanning(nfft),nfft/2,nfft,Fs);
Fs=4; % sample frequency in Hz
nfft=200*Fs;
[pwr50b,fr50b]=pwelch(detrend(ovenCL50b),hanning(nfft),nfft/2,nfft,Fs);
[pwr100,fr100]=pwelch(detrend(ovenCL100),hanning(nfft),nfft/2,nfft,Fs);
[pwr300,fr300]=pwelch(detrend(ovenCL300),hanning(nfft),nfft/2,nfft,Fs);


figure(1)
loglog(...
    frOL,sqrt(pwrOL),'r',...
    fr50b,sqrt(pwr50b),'k',...
    fr100,sqrt(pwr100),'cyan',...
    fr300,sqrt(pwr300),'magenta',...
    'LineWidth',1)
axis tight
grid

Attachment 1: OvenOLMeas.pdf  24 kB  | Hide | Hide all
OvenOLMeas.pdf
ELOG V3.1.3-