.Explaining the Y-Axis Units of Spectrum Density Calculated by MATLAB

In summary, the units of the y-axis of the spectrum density in the manuscript are mm2, as the time series units are mm. The MATLAB algorithm and code used for the computation are also provided in the manuscript.
  • #1
luismillan
1
0
Recently we have received a revision of one manuscript. One reviewer request an explanation of the units of the y-axis of the spectrum density (calculated through fft MATLAB algorithm). As we are not physics or mathematic we have troubles to perform an appropriate response.


The units that we give in our manuscript are mm2 (the time series units is mm).


We add the MATLAB algorithm and our MATLAB text lines.


[Frd,Crd]=size(RD);

nfft=2^nextpow2(Frd);

fftrd2=fft(RD,nfft); fftrd=fftrd2(1:nfft/2,:); fftrd=abs(fftrd)

were RD is the time serie.




I grateful if anyone guide me about it
 
Physics news on Phys.org
  • #2
. The units of the y-axis of the spectrum density are determined by the units of the time series and the number of samples (N) used in the computation. The spectrum density is calculated as the square of the absolute value of the FFT divided by N. Therefore, the units of the y-axis of the spectrum density would be mm2/N.
 

Related to .Explaining the Y-Axis Units of Spectrum Density Calculated by MATLAB

What is the Y-axis unit of spectrum density calculated by MATLAB?

The Y-axis unit of spectrum density calculated by MATLAB is in power spectral density (PSD) or energy spectral density (ESD). This unit represents the distribution of power or energy per unit frequency.

How is the Y-axis unit of spectrum density calculated by MATLAB different from other units?

The Y-axis unit of spectrum density calculated by MATLAB is different from other units, such as amplitude, because it takes into account the frequency component of the signal rather than just the amplitude. This allows for a more accurate representation of the signal's characteristics.

Can the Y-axis unit of spectrum density be changed in MATLAB?

Yes, the Y-axis unit of spectrum density can be changed in MATLAB by using the "set" command and specifying the desired unit. MATLAB also provides a variety of pre-defined units to choose from.

What is the significance of the Y-axis unit in spectrum density analysis?

The Y-axis unit in spectrum density analysis is significant because it provides information about the distribution of power or energy in a signal at different frequencies. This information can be used to understand the characteristics of the signal and make informed decisions in signal processing.

Is the Y-axis unit of spectrum density the same for all types of signals?

No, the Y-axis unit of spectrum density can vary depending on the type of signal being analyzed. For example, the unit for an analog signal may be different from a digital signal. It is important to understand the nature of the signal and its characteristics before interpreting the Y-axis unit in spectrum density analysis.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
12
Views
9K
Back
Top