![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <fftfilt.h>
Collaboration diagram for sfft:Classes | |
| struct | vrot_bins_pair |
Public Types | |
| typedef std::complex< float > | cmplx |
Public Member Functions | |
| sfft (int len) | |
| ~sfft () | |
| void | run (const cmplx &input) |
| void | fetch (float *result) |
Private Attributes | |
| int | fftlen |
| int | first |
| int | last |
| int | ptr |
| vrot_bins_pair * | vrot_bins |
| cmplx * | delay |
| float | k2 |
| typedef std::complex<float> sfft::cmplx |
| sfft::sfft | ( | int | len | ) |
| sfft::~sfft | ( | ) |
Definition at line 428 of file fftfilt.cpp.
| void sfft::fetch | ( | float * | result | ) |
Definition at line 451 of file fftfilt.cpp.
Referenced by LoRaDemod::detect().
Here is the caller graph for this function:| void sfft::run | ( | const cmplx & | input | ) |
Definition at line 437 of file fftfilt.cpp.
Referenced by LoRaDemod::detect().
Here is the caller graph for this function:
|
private |
1.8.13