library of assembled shared sources |
http://lass.cocamware.com |
#include "num_common.h"
#include "filters.h"
#include "polynomial.h"
#include "../stde/extended_iterator.h"
Go to the source code of this file.
Namespaces | |
namespace | lass |
Library for Assembled Shared Sources. | |
namespace | lass::num |
numeric types and traits. | |
namespace | lass::num::impl |
Functions | |
template<typename T , typename ForwardIterator > | |
num::Polynomial< T > | lass::num::impl::laplaceToZHelper (ForwardIterator first, ForwardIterator last, const T &samplingFrequency) |
template<typename T , typename ForwardIterator1 , typename ForwardIterator2 > | |
std::pair< std::vector< T > , std::vector< T > > | lass::num::impl::laplaceToZ (ForwardIterator1 numeratorFirst, ForwardIterator1 numeratorLast, ForwardIterator2 denominatorFirst, ForwardIterator2 denominatorLast, const T &samplingFrequency) |
template<typename T > | |
std::pair< std::vector< T > , std::vector< T > > | lass::num::impl::laplaceButterworthLowPass (unsigned n, const T &cutoff, const T &gain) |
template<typename T > | |
std::pair< std::vector< T > , std::vector< T > > | lass::num::impl::laplaceButterworthHighPass (unsigned n, const T &cutoff, const T &gain) |
The LASS License:
Copyright 2004-2006 Bram de Greve and Tom De Muer
LASS 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file filters.inl.
Generated on Mon Nov 10 14:22:04 2008 for Library of Assembled Shared Sources by 1.5.7.1 |