Feeds
답변 있음
How to create a sawtooth signal inside an S-function ?
Is it possible to do the same signal inside an S-function without having an output port ? The signal would be compared to the i...
How to create a sawtooth signal inside an S-function ?
Is it possible to do the same signal inside an S-function without having an output port ? The signal would be compared to the i...
13년 초과 전 | 0
질문
How to create a sawtooth signal inside an S-function ?
Hi, I'm working with C-MEX S-function (C code). I was wondering if it is possible to create a sawtooth signal inside a C-cod...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to create a "redundant" function with a C-MEX S-function ?
Hello, I have 1 input (a signal) and I want it to become 3 shifted phase (0, T/3 & 2T/3) signals. It Here is the part of my c...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to convert const real_T value to double ?
Hi, I have a problem with a piece of my code: static void mdlOutputs(SimStruct *S, int_T tid) { #ifndef MATLA...
13년 초과 전 | 답변 수: 1 | 0
