add measure with LPF
This commit is contained in:
parent
5939768615
commit
7273c939cb
Binary file not shown.
Binary file not shown.
@ -53,7 +53,7 @@ Second column: Slip-ring measure
|
|||||||
- meas12: Slip-Ring OFF
|
- meas12: Slip-Ring OFF
|
||||||
- meas13: Slip-Ring ON
|
- meas13: Slip-Ring ON
|
||||||
|
|
||||||
Redone the measurements:
|
Redone the measurements with 1kHz additional low pass filter:
|
||||||
- meas16: Slip-Ring OFF
|
- meas16: Slip-Ring OFF
|
||||||
- meas17: Slip-Ring ON
|
- meas17: Slip-Ring ON
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ close(f);
|
|||||||
data = SimulinkRealTime.utils.getFileScopeData('data/data_001.dat').data;
|
data = SimulinkRealTime.utils.getFileScopeData('data/data_001.dat').data;
|
||||||
|
|
||||||
%%
|
%%
|
||||||
n = 15;
|
n = 17;
|
||||||
|
|
||||||
while isfile(['mat/data_', num2str(n, '%03d'), '.mat'])
|
while isfile(['mat/data_', num2str(n, '%03d'), '.mat'])
|
||||||
disp('File exists.');
|
disp('File exists.');
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user