A GUI application which applies FFT on the input data and renders the graphs of the decomposed parts.
AI Assisted Coding with the help of GitHub Copilot.
A GUI application which applies FFT on the input data and renders the graphs of the decomposed parts.
AI Assisted Coding with the help of GitHub Copilot.
Finalized the tasks for visualfft. Corrected the viewport. Made sure that the content was scrollable if the viewport was not enough. Wrote installation steps in README.md file and published the project to crates.io. Created a Release in GitHub.
Log in to leave a comment
Created the basic working of visualfft. Used the help of AI as I know little about FFT, egui and how to apply it. Created a CLI app. The CLI app can take inputs from a CSV file.
Log in to leave a comment
Created the Rust Project and learnt egui. Created a basic UI from what I learnt. Now learning FFT to implement it. Tested some modules that can find FFT. Still searching.
Log in to leave a comment