This repo is to showcase various coding projects I have undertaken:
- Wrote C code that reads data from the disk (such as acoustic data) and performs discrete Fourier transform on them
- The transform is then written to a file showing the key harmonics present in the data
- The code is first tested by sampling a function (one of which has a real and imaginary part and another that just has a real part)
- The transform is applied to the data and the inverse transform is applied returning the original function showing that it works
- Then the code is tested on more stochastic data.
- Python code that connects to Jikan.moe API to suggest you a new anime to watch based on a genre of your choice (78 genres to pick from)
- You can then choose to add certain anime's to a wishlist.
- Created a mock database for a website in which 2 artists that sometimes collaborate want to sell their work
- Store procedures and triggers are used to interact with the database.
- Performed Aperture photmetry on real stars using various python modules
- Produced a report on which I 'discovered' 4 exoplanets transiting a sun-like star and detailed the analysis undertaken