Procházet zdrojové kódy

veel aanpassingen zodat ze voor de studenten gebruikt konden worden

master
Wouter Horlings před 8 roky
rodič
revize
185edf70f0
9 změnil soubory, kde provedl 3 přidání a 5 odebrání
  1. binární
      MOD2-files/LabManual_EC2017.pdf
  2. binární
      MOD2-files/LabManual_EC2017_Hueting_MATLAB.docx
  3. binární
      OOequipment/Bodeplot.mlx
  4. binární
      OOequipment/FourierFilterAnalysis.mlx
  5. binární
      OOequipment/FourierHarmonics.mlx
  6. binární
      OOequipment/Waveform.mlx
  7. +0
    -2
      OOequipment/subfiles/Bodeplot_script.m
  8. +1
    -1
      OOequipment/subfiles/FourierHarmonics_script.m
  9. +2
    -2
      OOequipment/subfiles/FunctionGenerator.m

binární
MOD2-files/LabManual_EC2017.pdf Zobrazit soubor


binární
MOD2-files/LabManual_EC2017_Hueting_MATLAB.docx Zobrazit soubor


binární
OOequipment/Bodeplot.mlx Zobrazit soubor


binární
OOequipment/FourierFilterAnalysis.mlx Zobrazit soubor


binární
OOequipment/FourierHarmonics.mlx Zobrazit soubor


binární
OOequipment/Waveform.mlx Zobrazit soubor


+ 0
- 2
OOequipment/subfiles/Bodeplot_script.m Zobrazit soubor

@@ -1,6 +1,4 @@
tic
data = transferFunction(oscilloscope,functiongenerator,f_start,f_stop,amplitude,n_steps);
toc
figure
ax(1)=subplot(2,1,1);
semilogx(data.frequency,20*log10(data.magnitude));


+ 1
- 1
OOequipment/subfiles/FourierHarmonics_script.m Zobrazit soubor

@@ -14,7 +14,7 @@ epdpvhv = epdhv + vhv;

maxamp=max(ehv);
mA=ceil(maxamp);
clear ax
figure(1);
set(clf,'PaperType','A4');
set(clf,'Color',[1,1,1]);


+ 2
- 2
OOequipment/subfiles/FunctionGenerator.m Zobrazit soubor

@@ -1,5 +1,5 @@
classdef FunctionGenerator < Equipment
%% FUNCTION_GENERATOR Control a function generator.
% FUNCTION_GENERATOR Control a function generator.
% fg = FUNCTION_GENERATOR('IP', PORT, GPIB_CHAN) connects
% to a function generator on IPv4 address 'IP', on port
% 'PORT' and GPIO channel 'GPIB_CHAN', using the Equipment
@@ -20,7 +20,7 @@ classdef FunctionGenerator < Equipment
methods
function fg = FunctionGenerator(ipAddress,port,channel)
%% FUNCTION_GENERATOR Control a function generator.
% FUNCTION_GENERATOR Control a function generator.
% fg = FUNCTION_GENERATOR('IP', PORT, GPIB_CHAN) connects
% to a function generator on IPv4 address 'IP', on port
% 'PORT' and GPIO channel 'GPIB_CHAN', using the Equipment


Načítá se…
Zrušit
Uložit