Skip to content
Snippets Groups Projects

spectrum: speed up beamforming gain calculation in three-gpp-spectrum-propagation-loss-model.cc

Files
2
@@ -156,9 +156,7 @@ class MatrixBasedChannelModel : public Object
* were generated generated).
*/
std::pair<uint32_t, uint32_t> m_nodeIds;
mutable std::pair<uint16_t, uint16_t> m_cachedDelaySincosDims{0, 0};
mutable std::vector<std::complex<double>> m_cachedDelaySincos; //!< cached delay
mutable ComplexMatrixArray m_cachedDelaySincos; //!< cached delay
/**
* Destructor for ChannelParams
Loading