Initial Commit

This commit is contained in:
2023-11-09 19:06:53 -08:00
commit 16a5fcec1e
31 changed files with 2688 additions and 0 deletions

12
include/Antenna.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef ANTENNA_H
#define ANTENNA_H
class Antenna
{
public:
private:
};
#endif

12
include/Band.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef BAND_H
#define BAND_H
class Band
{
pulic:
private:
};
#endif

12
include/Frequency.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef FREQUENCY_H
#define FREQUENCY_H
class Frequency
{
public:
private:
};
#endif

12
include/Spectrum.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef SPECTRUM_H
#define SPECTRUM_H
class SPECTRUM
{
public:
private:
};
#endif

12
include/Wavelength.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef WAVELENGTH_H
#define WAVELENGTH_H
class WAVELENGTH
{
public:
private:
};
#endif