Community Profile

photo

Aswartha Narayana


Western Digital Corporation

Last seen: 4 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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...

12 years ago | 0 answers | 0

0

answers

Answered
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 ...

12 years ago | 0

Question


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))) ...

12 years ago | 2 answers | 0

2

answers