Metamaterial Antennas
Help optimize antenna projects
@kaggle.renanmav_metamaterial_antennas
Help optimize antenna projects
@kaggle.renanmav_metamaterial_antennas
Microstrip Antennas are low-profile antennas applied in high-performance aircraft, spacecraft, satellite and missile applications, where size, weight, performance, ease of installation and aerodynamic profile are constraints. Civilian applications includes mobile communication and wireless connection.
Metamaterials are specific dispositions of unit cells with peculiar electrical properties. These materials present properties that doesn’t exist on nature. Because his dispositions, electrical permissivity and magnetic permeability are negatives. This produces negative refraction, which makes the eletromagnetic radiation behave diferent from expected.
In order to optimize antenna projetcs, why not apply ML?
CREATE TABLE antenna (
"wm" DOUBLE,
"w0m" DOUBLE,
"dm" DOUBLE,
"tm" DOUBLE,
"rows" DOUBLE,
"xa" DOUBLE,
"ya" DOUBLE,
"gain" DOUBLE,
"vswr" DOUBLE,
"bandwidth" DOUBLE,
"s" DOUBLE,
"pr" DOUBLE,
"p0" DOUBLE
);Anyone who has the link will be able to view this.