You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

3h 2m 55s logged

This dev log tool much longer that I expected and was much harder too. There were plenty of bugs that I came across and paired with my lack of experience in C++ did not make it easy. However my main goals have been achieved with this project, being to gain a foundational understanding of C++, and to actually get it to work. I happy to say both have been achieved.

Currently the program is able to take a signal from an file and process the data withing to find the wave components making up the wave. Currently there seems to be some precision and accuracy issues but it is good enough to see the functioning system in its current state.

This project is not ready to be shipped yet however as there are a few things I want to get working first. Such as other input files like CSV and other sound types. I also want to finish the file selection system and arguments so it can be better interacted with by other programs. Also now is a good point to start optimizing too.

I have also attached an image from audacity and desmos with the input wave, and then the wave we calculated from the data. The console output has also been attached.

Calculated wave:

14163.5sin(19.1x+0.193611) + 14330.7sin(43.9x+-0.038439)

0
3

Comments 0

No comments yet. Be the first!