what type of function, algorithm, formula, do i need to get/see the individual sinusoids
Show older comments
what type of function, algorithm, formula, do i need to get the individual sinusoids components of a complex wave, visually over time like a FFT spectrum analyzer, but the individual overlayed sinusoids over time like an occiliscope view, but with all the individual sinusoids displayed at the same time...like Mark huckvales E-synth ( E-Synth, here is an example of displaying sinusoids from Simulink sine wave blocks(4 of them), through a vector concatenate block and analyzing the signal at the end with logic analyzer app.. but it does not seem to do the same component display with a audio file or an in put from the audio device reader block. thanks for any help...peace hope love
3 Comments
Abhi Sundararaman
on 19 Sep 2017
Looking at the attached files, it looks like there are indeed multiple sinusoids on the same plot at the same time. Can you explain more specifically what you are looking for? The attached E-Synth example just seems to say that it can create signals as the sum of sinusoids, and decompose them.
I believe both of these can be done in Simulink. If you want to do a sum of sinusoids, you can simply add the signals using a sum block. If you want to analyze a signal for its sinusoidal components, I believe analyzing the power spectrum to find the what frequencies lie inside would be the best option.
Brent Cartwright
on 23 Sep 2017
Brent Cartwright
on 23 Sep 2017
Edited: Brent Cartwright
on 23 Sep 2017
Answers (0)
Categories
Find more on Sources in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!