3 #ifndef SPECTMORPH_LPC_ZTRANS_HH 4 #define SPECTMORPH_LPC_ZTRANS_HH 15 virtual double eval (std::complex<double> z)
const = 0;
20 std::vector<double> a;
27 eval (std::complex<double> z)
const 29 return LPC::eval_z (a, z);
35 GdkPixbuf *lpc_z_transform (
const LPCZFunction& zfunc,
const std::vector< std::complex<double> >& roots);
36 GdkPixbuf *lpc_z_transform (
const std::vector<double>& a,
const std::vector< std::complex<double> >& roots);
Definition: smlpcztrans.hh:13
Definition: smalignedarray.cc:7
Definition: smlpcztrans.hh:18