Resampling functions - source file. More...
#include <itpp/signal/resampling.h>
Go to the source code of this file.
Namespaces | |
namespace | itpp |
\ | |
Functions | |
template vec | itpp::repeat (const vec &v, int norepeats) |
Extern Template instantiation of repeat. | |
template cvec | itpp::repeat (const cvec &v, int norepeats) |
Extern Template instantiation of repeat. | |
template svec | itpp::repeat (const svec &v, int norepeats) |
Extern Template instantiation of repeat. | |
template ivec | itpp::repeat (const ivec &v, int norepeats) |
Extern Template instantiation of repeat. | |
template bvec | itpp::repeat (const bvec &v, int norepeats) |
Extern Template instantiation of repeat. | |
template mat | itpp::repeat (const mat &m, int norepeats) |
Extern Template instantiation of repeat. | |
template cmat | itpp::repeat (const cmat &m, int norepeats) |
Extern Template instantiation of repeat. | |
template smat | itpp::repeat (const smat &m, int norepeats) |
Extern Template instantiation of repeat. | |
template imat | itpp::repeat (const imat &m, int norepeats) |
Extern Template instantiation of repeat. | |
template bmat | itpp::repeat (const bmat &m, int norepeats) |
Extern Template instantiation of repeat. | |
template vec | itpp::upsample (const vec &v, int usf) |
Extern Template instantiation of upsample. | |
template cvec | itpp::upsample (const cvec &v, int usf) |
Extern Template instantiation of upsample. | |
template svec | itpp::upsample (const svec &v, int usf) |
Extern Template instantiation of upsample. | |
template ivec | itpp::upsample (const ivec &v, int usf) |
Extern Template instantiation of upsample. | |
template bvec | itpp::upsample (const bvec &v, int usf) |
Extern Template instantiation of upsample. | |
template mat | itpp::upsample (const mat &v, int usf) |
Extern Template instantiation of upsample. | |
template cmat | itpp::upsample (const cmat &v, int usf) |
Extern Template instantiation of upsample. | |
template smat | itpp::upsample (const smat &v, int usf) |
Extern Template instantiation of upsample. | |
template imat | itpp::upsample (const imat &v, int usf) |
Extern Template instantiation of upsample. | |
template bmat | itpp::upsample (const bmat &v, int usf) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const vec &v, int usf, vec &u) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const cvec &v, int usf, cvec &u) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const svec &v, int usf, svec &u) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const ivec &v, int usf, ivec &u) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const bvec &v, int usf, bvec &u) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const mat &v, int usf, mat &u) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const cmat &v, int usf, cmat &u) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const smat &v, int usf, smat &u) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const imat &v, int usf, imat &u) |
Extern Template instantiation of upsample. | |
template void | itpp::upsample (const bmat &v, int usf, bmat &u) |
Extern Template instantiation of upsample. | |
template vec | itpp::lininterp (const vec &v, int usf) |
Extern Template instantiation of liniterp. | |
template cvec | itpp::lininterp (const cvec &v, int usf) |
Extern Template instantiation of liniterp. | |
template mat | itpp::lininterp (const mat &v, int usf) |
Extern Template instantiation of liniterp. | |
template cmat | itpp::lininterp (const cmat &v, int usf) |
Extern Template instantiation of liniterp. | |
template void | itpp::lininterp (const vec &v, int usf, vec &u) |
Extern Template instantiation of liniterp. | |
template void | itpp::lininterp (const cvec &v, int usf, cvec &u) |
Extern Template instantiation of liniterp. | |
template void | itpp::lininterp (const mat &v, int usf, mat &u) |
Extern Template instantiation of liniterp. | |
template void | itpp::lininterp (const cmat &v, int usf, cmat &u) |
Extern Template instantiation of liniterp. | |
template mat | itpp::lininterp (const mat &m, double f_base, double f_ups, int nrof_samples, double t_start) |
Extern Template instantiation of liniterp. | |
template cmat | itpp::lininterp (const cmat &m, double f_base, double f_ups, int nrof_samples, double t_start) |
Extern Template instantiation of liniterp. | |
template vec | itpp::lininterp (const vec &v, double f_base, double f_ups, int nrof_samples, double t_start) |
Extern Template instantiation of liniterp. | |
template cvec | itpp::lininterp (const cvec &v, double f_base, double f_ups, int nrof_samples, double t_start) |
Extern Template instantiation of liniterp. |
Resampling functions - source file.
-------------------------------------------------------------------------
IT++ - C++ library of mathematical, signal processing, speech processing, and communications classes and functions
Copyright (C) 1995-2008 (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 resampling.cpp.
Generated on Wed Mar 2 2011 22:05:18 for IT++ by Doxygen 1.7.3