#include <itpp/base/filter_design.h>
#include <itpp/base/poly.h>
#include <itpp/base/elmatfunc.h>
#include <itpp/base/transforms.h>
#include <itpp/base/ls_solve.h>
#include <itpp/base/matfunc.h>
#include <itpp/base/specmat.h>
#include <itpp/base/filter.h>
Go to the source code of this file.
Namespaces | |
namespace | itpp |
Functions | |
void | itpp::polystab (const vec &a, vec &out) |
Polynomial Stabilization. | |
void | itpp::polystab (const cvec &a, cvec &out) |
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::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) |
Frequency response of filter. | |
cvec | itpp::freqz (const cvec &b, const cvec &a, const vec &w) |
Frequency response of filter. | |
void | itpp::freqz (const vec &b, const vec &a, const int N, cvec &h, vec &w) |
Frequency response of filter. | |
cvec | itpp::freqz (const vec &b, const vec &a, const int N) |
Frequency response of filter. | |
cvec | itpp::freqz (const vec &b, const vec &a, const vec &w) |
Frequency response of filter. |
-------------------------------------------------------------------------
IT++ - C++ library of mathematical, signal processing, speech processing, and communications classes and functions
Copyright (C) 1995-2005 (see AUTHORS file for a list of contributors)
This program 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 2 of the License, or (at your option) any later version.
This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-------------------------------------------------------------------------
Definition in file filter_design.cpp.
Generated on Thu Apr 19 14:14:59 2007 for IT++ by Doxygen 1.5.1