Update Content - 2025-05-21
This commit is contained in:
parent
96030ac4ff
commit
218db7ead6
@ -56,24 +56,7 @@ Noverlap = floor(Nfft/2);
|
|||||||
|
|
||||||
### Mechanical Bearing Spindle (RT100BS) {#mechanical-bearing-spindle--rt100bs}
|
### Mechanical Bearing Spindle (RT100BS) {#mechanical-bearing-spindle--rt100bs}
|
||||||
|
|
||||||
```matlab
|
Rotation at 60deg/s (10RPM).
|
||||||
%% 5 RPM - RT100BS from Lab Motion
|
|
||||||
load('/home/thomas/mnt/data_mel/MEL/meas_equipment/spindle/RT100BS_roundness_5rev_5RPM.mat', 'data');
|
|
||||||
|
|
||||||
Wz = 30; % 30 [deg/s] = 5 RPM
|
|
||||||
x = 1e3*detrend(data.meet_data.raw, 0); % Radial Error [nm]
|
|
||||||
|
|
||||||
Ts = 5*(360/Wz)/length(x);
|
|
||||||
```
|
|
||||||
|
|
||||||
```matlab
|
|
||||||
%% Frequency Analysis
|
|
||||||
Nfft = floor(10.0/Ts);
|
|
||||||
win = hanning(Nfft);
|
|
||||||
Noverlap = floor(Nfft/2);
|
|
||||||
|
|
||||||
[pxx_mb_x, f_mb] = pwelch(x, win, Noverlap, Nfft, 1/Ts);
|
|
||||||
```
|
|
||||||
|
|
||||||
<a id="figure--fig:rotation-stage-rt100bs-asd-errors"></a>
|
<a id="figure--fig:rotation-stage-rt100bs-asd-errors"></a>
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 83 KiB |
Binary file not shown.
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 58 KiB |
Loading…
x
Reference in New Issue
Block a user