I want Simlink library "dspxform3" as matlab code as is. How do I do it ?
2 ビュー (過去 30 日間)
古いコメントを表示
Hiroshi Sekiguchi
2016 年 11 月 6 日
コメント済み: Walter Roberson
2016 年 11 月 7 日
I am looking for script in .m file for Short-Time Fourie Transform. I found that Simulink Library dspxform3 is an exact function I want. How do I get Matlab script from dspform3? I assume that I can change some parameter settings such as windows kind/length/degree of overlap to adjacent frame in the script. Thank you for your corporation in advance. Best regards, Hiroshi Sekiguchi
2 件のコメント
mizuki
2016 年 11 月 7 日
Is dspxform3/dspform3 a block in Simulink?
I searched the block with
>> docsearch dspxform3
>> docsearch dspform3
on MATLAB, but could not find them.
In DSP System Toolbox, there is a function dsp.FFT. That might work on your case.
If you could give us more details what you exactly want to do, we might be able to give you a suitable answer.
You can also ask questions in Japanese here if you want to :)
Walter Roberson
2016 年 11 月 7 日
採用された回答
Walter Roberson
2016 年 11 月 7 日
If you are looking for MATLAB code for STFT then see
2 件のコメント
Walter Roberson
2016 年 11 月 7 日
https://www.mathworks.com/matlabcentral/answers/108644-why-do-i-get-java-exceptions-when-opening-many-figures-using-simulink-with-many-scopes-or-using-cft suggests graphics drivers problems as most likely.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!