How do I use power_fftscope for batch mode?
显示 更早的评论
Hello all,
I have found the various questions and answers that show the command bellow to get a struct of fft results.
sps = power_fftscope(bdroot)
My question is two part, first when I run this command Matlab 2013a returns an empty array even though the model and powergui display is fully populated. bdroot returns the path to the model that has the data. Is there a way to fix this?
If I run the next command, where ScopeData is the struct of signals from my scope, I receive an elementary fft analysis with default values. Is there a way to manually define the parameters in second argument I pass power_fftscope so I can have it analyze my results as I desire?
sps = power_fftscope(ScopeData)
Thank you for your assistance.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!