A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
spectrum-model-300kHz-300GHz-log.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2009 CTTC
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Nicola Baldo <nbaldo@cttc.es>
7 */
8
9#ifndef FREQS_300KHZ_300GHZ_LOG_H
10#define FREQS_300KHZ_300GHZ_LOG_H
11
12#include "spectrum-value.h"
13
14namespace ns3
15{
16
17/**
18 * @brief Spectrum model logger for frequencies between 300 KHz 300 GHz
19 * @return Spectrum model with a range of 300 KHz to 300 GHz for center frequencies
20 */
21Ptr<SpectrumModel> SpectrumModel300Khz300GhzLog();
22
23} // namespace ns3
24
25#endif /* FREQS_300KHZ_300GHZ_LOG_H */
Ptr< SpectrumModel > SpectrumModel300Khz300GhzLog()
Spectrum model logger for frequencies between 300 KHz 300 GHz.
Every class exported by the ns3 library is enclosed in the ns3 namespace.