Table - Write results in a new rows
From a measurement, only certain values should be written in a matlab table.
These should be written successively in new rows ...
Plot from two curves
Given are two interpolation curves from different measurements with different numbers of measuring points (Example: A=67points, ...
7 years 前 | 1 个回答 | 0
1
个回答
已回答 Curve at the peak values
Thanks, with
[pkt,lct] = findpeaks(ChannelE,Frequency,'Threshold',0.8);
this works quite well. What's the best way to create ...
7 years 前 | 0
| 已接受
提问
Curve at the peak values
For the evaluation of measurement results, a curve should be laid through the maximum values (polynomial or spline). Is there a ...
FFT - Matlab Code not correct
Hello,
By means of ultrasonic sensors I made some measurements and would like to evaluate them now via Matlab (data source "d...
8 years 前 | 1 个回答 | 0
1
个回答
提问
FFT - Output maximum values
Hello,
Is there an easy way to read the maximum amplitudes with the corresponding frequencies in Matlab after the FFT?
Man...
8 years 前 | 0 个回答 | 0
0
个回答
提问
Matlab FFT - sampling frequency
For the evaluation of ultrasound measurement data the frequency analysis should be carried out by means of Matlab.
A sampling f...
8 years 前 | 1 个回答 | 0
1
个回答
提问
FFT from measured data - Scaling y-axis
Hi all,
As a data basis, I have measured data the volts were recorded.
Matlab will now be used to perform an FFT.
I have th...