Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/FSpectrumAnalyzer
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/SpectrumAnalyzer.h |
| Include | #include "DSP/SpectrumAnalyzer.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/SpectrumAnalyzer.cpp |
void LockOutputBuffer()
Remarks
You can call this function to ensure that you're sampling the same window of frequency data, Then call UnlockOutputBuffer when you're done. Otherwise, GetMagnitudeForFrequency and GetPhaseForFrequency will always use the latest window of frequency data.