On Simulink, is it possible to add outputs to a vector at the end of each step?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!