Concept Flow - Real FFT (rfft)
Input: Real-valued signal array
Apply rfft: Compute FFT for real input
Output: Complex frequency components (half spectrum)
Use magnitude/phase or power spectrum for analysis
The real FFT takes a real input signal and computes its frequency components efficiently, outputting half the spectrum as complex numbers.