A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
spectrum-signal-parameters.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2011 CTTC
3
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation;
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program; if not, write to the Free Software
15
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
*
17
* Author: Nicola Baldo <nbaldo@cttc.es>
18
*/
19
20
#ifndef SPECTRUM_SIGNAL_PARAMETERS_H
21
#define SPECTRUM_SIGNAL_PARAMETERS_H
22
23
#include <ns3/matrix-array.h>
24
#include <ns3/nstime.h>
25
26
namespace
ns3
27
{
28
29
class
SpectrumPhy;
30
class
SpectrumValue;
31
class
AntennaModel;
32
52
struct
SpectrumSignalParameters
:
public
SimpleRefCount
<SpectrumSignalParameters>
53
{
57
SpectrumSignalParameters
();
58
62
virtual
~SpectrumSignalParameters
();
63
68
SpectrumSignalParameters
(
const
SpectrumSignalParameters
& p);
69
81
virtual
Ptr<SpectrumSignalParameters>
Copy
()
const
;
82
94
Ptr<SpectrumValue>
psd
;
95
102
Time
duration
;
103
107
Ptr<SpectrumPhy>
txPhy
;
108
112
Ptr<AntennaModel>
txAntenna
;
113
120
Ptr<const ComplexMatrixArray>
spectrumChannelMatrix
;
121
126
Ptr<const ComplexMatrixArray>
precodingMatrix
;
127
};
128
129
}
// namespace ns3
130
131
#endif
/* SPECTRUM_SIGNAL_PARAMETERS_H */
ns3::Ptr< SpectrumSignalParameters >
ns3::SimpleRefCount
A template-based reference counting class.
Definition:
simple-ref-count.h:81
ns3::Time
Simulation virtual time values and global simulation resolution.
Definition:
nstime.h:105
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::SpectrumSignalParameters
This struct provides the generic signal representation to be used by all wireless technologies.
Definition:
spectrum-signal-parameters.h:53
ns3::SpectrumSignalParameters::txAntenna
Ptr< AntennaModel > txAntenna
The AntennaModel instance that was used to transmit this signal.
Definition:
spectrum-signal-parameters.h:112
ns3::SpectrumSignalParameters::spectrumChannelMatrix
Ptr< const ComplexMatrixArray > spectrumChannelMatrix
The 3D channel matrix where the dimensions are: the number of RX ports, the number of TX Ports,...
Definition:
spectrum-signal-parameters.h:120
ns3::SpectrumSignalParameters::SpectrumSignalParameters
SpectrumSignalParameters()
default constructor
Definition:
spectrum-signal-parameters.cc:33
ns3::SpectrumSignalParameters::~SpectrumSignalParameters
virtual ~SpectrumSignalParameters()
destructor
Definition:
spectrum-signal-parameters.cc:38
ns3::SpectrumSignalParameters::precodingMatrix
Ptr< const ComplexMatrixArray > precodingMatrix
The 3D precoding matrix where the dimensions are: the number of TX ports, the number of TX streams,...
Definition:
spectrum-signal-parameters.h:126
ns3::SpectrumSignalParameters::duration
Time duration
The duration of the packet transmission.
Definition:
spectrum-signal-parameters.h:102
ns3::SpectrumSignalParameters::txPhy
Ptr< SpectrumPhy > txPhy
The SpectrumPhy instance that is making the transmission.
Definition:
spectrum-signal-parameters.h:107
ns3::SpectrumSignalParameters::Copy
virtual Ptr< SpectrumSignalParameters > Copy() const
make a "virtual" copy of this class, where "virtual" refers to the fact that if the actual object is ...
Definition:
spectrum-signal-parameters.cc:57
ns3::SpectrumSignalParameters::psd
Ptr< SpectrumValue > psd
The Power Spectral Density of the waveform, in linear units.
Definition:
spectrum-signal-parameters.h:94
src
spectrum
model
spectrum-signal-parameters.h
Generated on Sun Mar 3 2024 17:11:08 for ns-3 by
1.9.1