Adeel Ashraf
Followers: 0 Following: 0
Feeds
질문
How to convert accelometer data voltage into accleration m\s^2?
Accelometer specification Sensitivity: (±10%) 100 mV/g (10.2 mV/m/s²)) Frequency Range: (±3dB) 30 to 600000 cpm (0.5 to 10000...
대략 2년 전 | 답변 수: 2 | 0
2
답변질문
FFT Based Order Tracking
I'm doing order analyis but unable to adjust the x-axis to find out the RPM orders. Also my tacho signal sampled synchronously ...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Is it possible to converte ideal angular velocity source signal rad/s to rpm ?
My input signal is in rad/s for ideal angular velocity source but I want to feed my incremental shaft encoder in rpm. Also we do...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Vibration order analysis: I want to convert angle-based data into order-based data by applying FFT.
I'm working on order anlysis but I don't know how to devleope a script to scale my order axis (x-axis) so that each frequency m...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
How to give my PI controller initial value?
As my system initialize at 1800 RPM. I want to give inital value to my PI controller to remove the swing curve as you can see in...
거의 4년 전 | 답변 수: 1 | 0
1
답변답변 있음
FFT of vibration data
Fs = 800; % sampling rate of 1000 Hz t = 0:1/Fs:1-1/Fs; x = ad2; xdft = fft(x); xdft = xdft(1:lengt...
FFT of vibration data
Fs = 800; % sampling rate of 1000 Hz t = 0:1/Fs:1-1/Fs; x = ad2; xdft = fft(x); xdft = xdft(1:lengt...
거의 4년 전 | 0
| 수락됨
질문
Time series data problem
I'm trying to do vibration order analysis I save my data in time series from my simulation. I want to take delta T for my wavef...
거의 4년 전 | 답변 수: 0 | 0