SPUC  3.0
Namespaces | Functions
other_freq.h File Reference
#include <spuc/spuc_types.h>
#include <spuc/complex.h>
#include <spuc/spuc_math.h>
Include dependency graph for other_freq.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 SPUC
 fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint
 

Functions

template<typename T >
void SPUC::other_freq (T &AP, int pts, double *w, int freq_off, double inc)
 
template<typename T >
void SPUC::fir_freq (T &MF, int pts, double *w, int freq_off, double inc)
 
void SPUC::cic_freq (int rate, int order, int pts, double *w, int freq_off, double inc)
 
template<typename T >
void SPUC::iir_freq (T &MF, bool hpf, int pts, int bits, double *w, int freq_off, double inc)
 
template<typename T >
void SPUC::other_freq (T &AP, int pts, double *w)
 
template<typename T >
void SPUC::filt_freq (T &MF, int pts, int bits, double *w)