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.
Namespaces | Functions
filtergen.h File Reference
#include <math.h>
#include "framework.h"
+ Include dependency graph for filtergen.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 leansdr
 
 leansdr::filtergen
 

Functions

template<typename T >
void leansdr::filtergen::normalize_power (int n, T *coeffs, float gain=1)
 
template<typename T >
void leansdr::filtergen::normalize_dcgain (int n, T *coeffs, float gain=1)
 
template<typename T >
void leansdr::filtergen::cancel_dcgain (int n, T *coeffs)
 
template<typename T >
int leansdr::filtergen::lowpass (int order, float Fcut, T **coeffs, float gain=1)
 
template<typename T >
int leansdr::filtergen::root_raised_cosine (int order, float Fs, float rolloff, T **coeffs)
 
void leansdr::filtergen::dump_filter (const char *name, int ncoeffs, float *coeffs)