filter_design.h File Reference

Filter design functions. More...

#include <itpp/base/vec.h>

Go to the source code of this file.

Functions

void itpp::filter_design_autocorrelation (const int N, const vec &f, const vec &m, vec &R)
 Calculate autocorrelation from the specified frequency-response (suitable for filter design).
void itpp::modified_yule_walker (const int m, const int n, const int N, const vec &R, vec &a)
 Estimation of AR-part in an ARMA model given the autocorrelation.
void itpp::arma_estimator (const int m, const int n, const vec &R, vec &b, vec &a)
 Estimation of ARMA model given the autocorrelation.
void itpp::yulewalk (const int N, const vec &f, const vec &m, vec &b, vec &a)
 ARMA filter design using a least-squares fit to the specified frequency-response.
void itpp::polystab (const vec &a, vec &out)
 Polynomial Stabilization.
vec itpp::polystab (const vec &a)
void itpp::polystab (const cvec &a, cvec &out)
cvec itpp::polystab (const cvec &a)
void itpp::freqz (const cvec &b, const cvec &a, const int N, cvec &h, vec &w)
 Frequency response of filter.
cvec itpp::freqz (const cvec &b, const cvec &a, const int N)
cvec itpp::freqz (const cvec &b, const cvec &a, const vec &w)
void itpp::freqz (const vec &b, const vec &a, const int N, cvec &h, vec &w)
cvec itpp::freqz (const vec &b, const vec &a, const int N)
cvec itpp::freqz (const vec &b, const vec &a, const vec &w)


Detailed Description

Filter design functions.

Author:
Tony Ottosson
-------------------------------------------------------------------------

Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)

This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.

IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with IT++. If not, see <http://www.gnu.org/licenses/>.

-------------------------------------------------------------------------


Generated on Tue Jun 2 10:02:13 2009 for mixpp by  doxygen 1.5.8