On Simulink, is it possible to add outputs to a vector at the end of each step?
1 view (last 30 days)
Show older comments
However, I've changed the RF output from Quadrature and In-Phase to Complex Baseband. The overall idea is to generate a signal and then Short Time Fourier Transform it using dsp.STFT. This function requires a time-domain signal specified as a vector so my idea was at each step add the output to a vector and once the steps have finished, input this to a custom built MATLAB Function Block but I'm not entirely sure how to specify 'add value at next simulation step' in a MATLAB function.
I think that would work as long as my step size corresponds to my ideal sample rate.
0 Comments
Answers (0)
See Also
Categories
Find more on Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!