[READ-ONLY] Mirror of https://github.com/jmrplens/MATLAB_Instruments. Laboratory instruments control with MATLAB
experiment instruments laboratory matlab
0

Configure Feed

Select the types of activity you want to include in your feed.

update

Jose M. Requena Plens (Mar 7, 2022, 1:42 PM +0100) c1a0db34 2048f2ac

+6 -6
+5 -5
TiePie Handyscope HS5/Example_TiePie_GenRec_Arbitrary.m
··· 4 4 %% Parameters 5 5 6 6 % Signal parameters 7 - fs = 2e6; % Sample rate (Hz) 8 - f1 = 5e3; % Hz 9 - f2 = 500e3; % Hz 10 - T = 0.2; % s 11 - phase0 = true; 7 + fs = 1e6; % Sample rate (Hz) 8 + f1 = 30e3; % Hz 9 + f2 = 50e3; % Hz 10 + T = 0.1; % s 11 + phase0 = false; 12 12 % Amplitude 13 13 Amp = 8; % Volts pp 14 14 % Repetitions
+1 -1
TiePie Handyscope HS5/TiePieLib/+Others/Sync_SweptSine_Deconv.m
··· 89 89 dt_rem = dt - dt_; 90 90 91 91 % circular periodisation of IR 92 - len_IR = 2^15;%length(IR); 92 + len_IR = round(length(IR)/2); 93 93 pre_IR = round(len_IR / 2); 94 94 h_pos = [IR; IR(1:len_IR)]; 95 95