equal
deleted
inserted
replaced
79 (*it)->Start (); |
79 (*it)->Start (); |
80 } |
80 } |
81 } |
81 } |
82 else |
82 else |
83 { |
83 { |
84 NS_LOG_LOGIC ("additional signal"); |
84 NS_LOG_LOGIC ("additional signal" << *m_rxSignal); |
85 // receiving multiple simultaneous signals, make sure they are synchronized |
85 // receiving multiple simultaneous signals, make sure they are synchronized |
86 NS_ASSERT (m_lastChangeTime == Now ()); |
86 NS_ASSERT (m_lastChangeTime == Now ()); |
87 // make sure they use orthogonal resource blocks |
87 // make sure they use orthogonal resource blocks |
88 NS_ASSERT (Sum ((*rxPsd) * (*m_rxSignal)) == 0.0); |
88 NS_ASSERT (Sum ((*rxPsd) * (*m_rxSignal)) == 0.0); |
89 (*m_rxSignal) += (*rxPsd); |
89 (*m_rxSignal) += (*rxPsd); |