Discussion Overview
The discussion centers around understanding the units returned by MATLAB's FFT function, particularly in the context of converting these units into meaningful measurements such as volts/sqrt(Hz) or volts^2/Hz. Participants explore the implications of FFT output for signal analysis, including power density calculations and the relationship between time and frequency domains.
Discussion Character
- Technical explanation
- Mathematical reasoning
- Debate/contested
Main Points Raised
- One participant notes that the FFT output will be in volts and questions how to convert this to other units like volts/sqrt(Hz) or volts^2/Hz.
- Another participant confirms that the FFT result is complex and suggests taking the absolute value to obtain amplitude in volts.
- A different participant proposes that to achieve volts/sqrt(Hz), one might need to take the complex conjugate, divide by frequency, and apply a square root.
- Another response indicates that the FFT output is in volts/Hz and suggests multiplying by the square root of frequency to obtain volts/sqrt(Hz).
- One participant emphasizes that squaring the modulus of the FFT gives a quantity proportional to power, but notes the need to divide by the bin spacing in the frequency domain for accurate power density representation.
- A later reply expresses intent to compare MATLAB results with data from a spectrum analyzer to validate the conversion process.
Areas of Agreement / Disagreement
Participants generally agree that the FFT output retains the units of the input signal (volts), but there is no consensus on the exact procedure for converting these units into volts/sqrt(Hz) or volts^2/Hz. Multiple competing views on the conversion methods remain unresolved.
Contextual Notes
There are limitations regarding the assumptions about the frequency bin spacing and the specific methods for unit conversion, which are not fully resolved in the discussion.