Add measurements: LPF, noise induced by all the stages

This commit is contained in:
2019-05-07 10:43:26 +02:00
parent 7273c939cb
commit d39efd8afe
13 changed files with 114 additions and 32 deletions

Binary file not shown.

View File

@@ -68,3 +68,9 @@ Second column: DC
- meas14: col-1 = amp1+AC. col-2 = amp2+DC.
- meas15: col-1 = amp1+DC. col-2 = amp2+AC.
* Measurement of the LPF
We are measuring the signal from from Geophone with a BNC T
On part goes to column 1 through the LPF
The other part goes to column 2 without the LPF
- meas18

View File

@@ -40,7 +40,7 @@ close(f);
data = SimulinkRealTime.utils.getFileScopeData('data/data_001.dat').data;
%%
n = 17;
n = 18;
while isfile(['mat/data_', num2str(n, '%03d'), '.mat'])
disp('File exists.');