IT++ Logo
pulse_shape.cpp
Go to the documentation of this file.
1 
29 #include <itpp/comm/pulse_shape.h>
30 
31 
32 namespace itpp
33 {
34 
35 // ----------------------------------------------------------------------
36 // Instantiations
37 // ----------------------------------------------------------------------
38 
39 template class ITPP_EXPORT Pulse_Shape<double, double, double>;
40 template class ITPP_EXPORT Pulse_Shape < std::complex<double>, double,
41 std::complex<double> >;
42 template class ITPP_EXPORT Pulse_Shape < std::complex<double>, std::complex<double>,
43 std::complex<double> >;
44 
45 template class ITPP_EXPORT Root_Raised_Cosine<double>;
46 template class ITPP_EXPORT Root_Raised_Cosine<std::complex<double> >;
47 
48 template class ITPP_EXPORT Raised_Cosine<double>;
49 template class ITPP_EXPORT Raised_Cosine<std::complex<double> >;
50 
52 
53 } // namespace itpp
SourceForge Logo

Generated on Sat Jul 6 2013 10:54:23 for IT++ by Doxygen 1.8.2