equal
deleted
inserted
replaced
35 namespace ns3 { |
35 namespace ns3 { |
36 |
36 |
37 |
37 |
38 |
38 |
39 /** |
39 /** |
|
40 * \ingroup spectrum |
|
41 * |
40 * Simple SpectrumPhy implementation that sends customizable waveform. |
42 * Simple SpectrumPhy implementation that sends customizable waveform. |
41 * The generated waveforms have a given Spectrum Power Density and |
43 * The generated waveforms have a given Spectrum Power Density and |
42 * duration (set with the SetResolution()) . The generator activates |
44 * duration (set with the SetResolution()) . The generator activates |
43 * and deactivates periodically with a given period and with a duty |
45 * and deactivates periodically with a given period and with a duty |
44 * cycle of 1/2. |
46 * cycle of 1/2. |