forked from JoeyThompson10/SpectrumAnalyzerWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deletes SplashPage and modifies HomePage
- Loading branch information
1 parent
d33a45e
commit 2a7a401
Showing
8 changed files
with
70 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
import React from 'react'; | ||
|
||
const About = () => { | ||
return ( | ||
<div className="about-container"> | ||
<h1>About the Spectrum Analyzer Analysis Tool</h1> | ||
<h2>Purpose:</h2> | ||
<p> | ||
The Spectrum Analyzer Analysis Tool is a capstone creation, dedicated to | ||
advancing the analysis of frequency spectrums within video feeds. Our tool | ||
automates the detection and measurement of signal waveforms to support | ||
the 402 SWEG's data analysis requirements. | ||
</p> | ||
<h2>How It Works:</h2> | ||
<p> | ||
By employing computer vision techniques and leveraging the OpenCV library, | ||
this software tool processes video frames to identify grid lines and signal | ||
patterns, calculates waveform properties, and extracts vital information like | ||
amplitude and frequency details. | ||
</p> | ||
<h2>Functionality:</h2> | ||
<ul> | ||
<li><strong>Grid Detection:</strong> Identifies grid patterns for reference scaling.</li> | ||
<li><strong>Wave Analysis:</strong> Measures waveform properties against the detected grid.</li> | ||
<li><strong>Data Extraction:</strong> Outputs analysis results to CSV files for further study.</li> | ||
</ul> | ||
<h2>Benefits:</h2> | ||
<p> | ||
This tool is engineered to enhance efficiency and accuracy in spectrum analysis | ||
and to make complex signal analysis more accessible for both educational and | ||
professional use. | ||
</p> | ||
<h2>Future Directions:</h2> | ||
<p> | ||
We are committed to continuously improving the tool by adding real-time analysis | ||
capabilities, expanding the detectable signal range, and refining the user interface. | ||
</p> | ||
<h2>Team:</h2> | ||
<p> | ||
This project is brought to you by Masood Afzal, Ashly Altman, Brooke Ebetino, | ||
Tyler Halley, and Joey Thompson, under the mentorship of Dr. Yan Huang. | ||
</p> | ||
<p>For inquiries or more information, please <a href="#contact">contact us</a>.</p> | ||
</div> | ||
); | ||
}; | ||
|
||
export default About; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.