{"id":21871644,"url":"https://github.com/neuralcortex/antenna_2d_react","last_synced_at":"2026-04-14T14:33:24.220Z","repository":{"id":200710846,"uuid":"706124171","full_name":"NeuralCortex/Antenna_2D_React","owner":"NeuralCortex","description":"Polar and Cartesian Antenna-Viewer","archived":false,"fork":false,"pushed_at":"2025-10-18T21:22:23.000Z","size":428,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T12:48:20.916Z","etag":null,"topics":["antenna","javascript","react","webapp"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NeuralCortex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-17T10:54:55.000Z","updated_at":"2025-10-18T21:22:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee84c3e1-3493-46ec-809a-fd907338d1b2","html_url":"https://github.com/NeuralCortex/Antenna_2D_React","commit_stats":null,"previous_names":["neuralcortex/antenna_2d_react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NeuralCortex/Antenna_2D_React","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuralCortex%2FAntenna_2D_React","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuralCortex%2FAntenna_2D_React/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuralCortex%2FAntenna_2D_React/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuralCortex%2FAntenna_2D_React/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeuralCortex","download_url":"https://codeload.github.com/NeuralCortex/Antenna_2D_React/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuralCortex%2FAntenna_2D_React/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antenna","javascript","react","webapp"],"created_at":"2024-11-28T06:14:51.814Z","updated_at":"2026-04-14T14:33:24.200Z","avatar_url":"https://github.com/NeuralCortex.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Antenna 2D Viewer React 1.0.0\n\n![image](https://github.com/NeuralCortex/Antenna_2D_React/blob/main/app.png)\n\nThe Antenna 2D Viewer is a React-based web application that enables users to visualize radio antenna radiation patterns in both polar and Cartesian views simultaneously. This tool is designed for engineers, researchers, and enthusiasts working with antenna design and analysis.\n\n## Features\n\n- **Dual Visualization**: Displays antenna radiation patterns in both polar (radial) and Cartesian (rectangular) coordinate systems.\n- **Horizontal and Vertical Patterns**: Supports visualization of antenna performance in both azimuthal (horizontal) and elevation (vertical) planes.\n- **User-Friendly Interface**: Built with React for a responsive and interactive experience.\n- **Custom Data Input**: Accepts antenna pattern data via a structured text file.\n\n## Antenna Patterns Explained\n\nAntenna radiation patterns illustrate how an antenna radiates or receives energy as a function of direction, which is critical for applications like wireless communications, radar, and broadcasting. The Antenna 2D Viewer provides two complementary views:\n\n- **Polar View**: Plots signal strength (attenuation in dB) as a function of angle (0° to 359°) in a polar coordinate system. The radial distance from the center represents attenuation, and the angular position indicates direction. This view highlights:\n  - **Main Lobe**: The direction of maximum radiation.\n  - **Side Lobes**: Secondary radiation directions.\n  - **Nulls**: Directions with minimal radiation.\n  For example, a directional antenna shows a prominent main lobe, while an omnidirectional antenna displays a near-circular pattern.\n\n- **Cartesian View**: Plots attenuation (y-axis) against angle (x-axis, 0° to 359°) in a rectangular coordinate system. This view is ideal for analyzing specific angular ranges and comparing signal strengths, offering a linear perspective on the same data.\n\nThe app supports both **horizontal** (azimuthal plane) and **vertical** (elevation plane) radiation patterns, enabling comprehensive analysis of an antenna's three-dimensional performance.\n\n## Installation\n\nTo set up the Antenna 2D Viewer, follow these steps:\n\n1. **Install Node.js**: Download and install [Node.js](https://nodejs.org) if not already installed.\n2. **Clone or Download the Repository**: Obtain the project files from the repository.\n3. **Navigate to the Project Directory**:\n   ```bash\n   cd path/to/antenna-2d-viewer\n   ```\n4. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n   Wait for the installation to complete.\n5. **Run the Application**:\n   - For development mode:\n     ```bash\n     npm start\n     ```\n     This starts a local development server, typically at `http://localhost:3000`.\n   - For production mode:\n     ```bash\n     npm run build\n     ```\n     This creates an optimized build in the `build/` directory.\n\n## Input File Structure\n\nThe app requires antenna pattern data in a text file with the following structure:\n\n```plaintext\nHORIZONTAL\n0 0.000\n1 0.001\n2 0.004\n3 0.009\n4 0.018\n...\n357 0.014\n358 0.007\n359 0.002\nVERTICAL\n0 0.000\n1 0.003\n2 0.012\n...\n354 0.112\n355 0.077\n356 0.050\n357 0.028\n358 0.012\n359 0.003\n```\n\n- **Format**:\n  - Each line contains two values: the angle (0° to 359°) and the attenuation (0 dB to 40 dB).\n  - **Angle**: Represents the direction in the horizontal or vertical plane.\n  - **Attenuation**: Indicates signal strength, where lower dB values represent stronger signals and higher values indicate greater attenuation.\n- **Sections**:\n  - **HORIZONTAL**: Data for the azimuthal plane (360° around the antenna’s horizontal axis).\n  - **VERTICAL**: Data for the elevation plane (360° relative to the antenna’s vertical axis).\n\n## Technologies Used\n\n- **Create React App**: Bootstrapped with [Create React App](https://github.com/facebook/create-react-app) for a robust development environment.\n- **Node.js**: Powers the development server and dependency management.\n- **Visual Studio Code**: Recommended for code editing.\n- **Google Chrome**: Used for testing and debugging.\n\n## Getting Started\n\nThis project was created using [Create React App](https://github.com/facebook/create-react-app). For additional details on available scripts and configuration options, refer to the [Create React App documentation](https://create-react-app.dev/docs/getting-started).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuralcortex%2Fantenna_2d_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuralcortex%2Fantenna_2d_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuralcortex%2Fantenna_2d_react/lists"}