#include <complex.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <algorithm>
#include <cstring>
#include <fstream>
#include <iostream>
#include <thread>
#include <vector>
#include "fft.h"
Go to the source code of this file.
◆ computeAbs()
static double computeAbs |
( |
std::complex< double > |
x | ) |
|
|
inlinestatic |
◆ computePower()
static double computePower |
( |
std::complex< double > |
x | ) |
|
|
inlinestatic |
◆ computeSquare()
static double computeSquare |
( |
double |
x | ) |
|
|
inlinestatic |
◆ kDefaultPilotScOffset
constexpr size_t kDefaultPilotScOffset = 6 |
|
staticconstexpr |
◆ kPilotSubcarrierSpacing
constexpr size_t kPilotSubcarrierSpacing = 12 |
|
staticconstexpr |