SPUC  3.0
Namespaces | Functions
elliptic_iir.h File Reference

Calculate coefficients for IIR assuming elliptic frequency response. More...

#include <spuc/spuc_types.h>
#include <iostream>
#include <fstream>
#include <spuc/spuc_defines.h>
#include <cmath>
#include <spuc/iir_coeff.h>
Include dependency graph for elliptic_iir.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

void SPUC::elliptic_iir (iir_coeff &filt, float_type fcd, bool lpf, float_type fstop, float_type stopattn, float_type ripple)
 Calculate coefficients for IIR assuming elliptic frequency response. More...
 
float_type SPUC::lamda_plane (float_type k, float_type m, int n, float_type eps)
 get roots in Lamda plane More...
 
void SPUC::s_plane (std::vector< complex< float_type > > &roots, std::vector< complex< float_type > > &zeros, bool lpf, int n, float_type u, float_type m, float_type k, float_type Kk, float_type wc)
 calculate s plane poles and zeros More...
 
float_type SPUC::ellik (float_type phi, float_type k)
 
float_type SPUC::ellpk (float_type k)
 
int SPUC::ellpj (float_type u, float_type m, float_type &sn, float_type &cn, float_type &dn)
 
float_type SPUC::msqrt (float_type u)
 modulus from ratio of K/K' More...
 

Detailed Description

Calculate coefficients for IIR assuming elliptic frequency response.