add measure with LPF

This commit is contained in:
Thomas Dehaeze 2019-05-07 10:04:50 +02:00
parent 5939768615
commit 7273c939cb
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -53,7 +53,7 @@ Second column: Slip-ring measure
- meas12: Slip-Ring OFF
- meas13: Slip-Ring ON
Redone the measurements:
Redone the measurements with 1kHz additional low pass filter:
- meas16: Slip-Ring OFF
- meas17: Slip-Ring ON

View File

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

Binary file not shown.