Feeds
質問
Impulse response using IFFT - scaling output values
I created a test system S = 1/(1+s) and its impulse response, himp = is exp(-t). I generated himp using time: 0:1/40:10. I gen...
約14年 前 | 0 件の回答 | 0
0
回答回答済み
using get_Param inside an S-function
use str2num to convert the character string that results from get_param() into a number. The number is then suitable for use in ...
using get_Param inside an S-function
use str2num to convert the character string that results from get_param() into a number. The number is then suitable for use in ...
14年以上 前 | 0
質問
using get_Param inside an S-function
function [sys]= mdlOutputs(t,x,u,flag,Label) tSTOP = get_param('Model','StopTime'); if(tSTOP == (1000*ceil(t/1000))) ...
14年以上 前 | 2 件の回答 | 0