This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I'm a high school student trying to model a note played on my instrument using a Fourier Series. So far, this is my code in MATLAB (I haven't included the code that keeps the FFT plot within the Nyquist limit, but when I plot it it shows up correctly).
When I return m, as expected, it returns the magnitudes of all the complex numbers in my vector X. However, now that I have these FFT values, I have no idea what to do with them! Ie, how do I take these values and represent them using a complex exponential or even real Fourier Series? (I would appreciate knowing how to do it with a real Fourier Series as it means there's one less thing to do, but I guess I could convert from complex exponential to real if absolutely necessary.)
Thank you so much for your help!
Subreddit
Post Details
- Posted
- 6 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/matlab/comm...