질문


question about Simulation annotations
Hi, In the document of "Simulink annotation" there is such a sentence: For example, you can use click functions to allow ...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


alternative to "mask" to initialize parameters?
Hi, by now I always use "mask" in Simulink to initialize parameters, but it needs a double click to open the input parameter ...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


Matlab type mismatch in Embedded Matlab Functions
Hello, I want to do a CRC-32 for a vector in an Embedded Matlab Function. Before it I've tried it in the Matlab command line ...

대략 13년 전 | 답변 수: 3 | 0

3

답변

질문


different sample times of vectors
Hi, A data stream with a constant sample time 'ts' shall be converted to vectors of 2 different lengths (2 and 4) with the Bu...

대략 13년 전 | 답변 수: 0 | 0

0

답변

답변 있음
vectors to scalars with an Embedded Matlab Function
I've made it with an Embedded Matlab Function. For the sample time for each element I use the Repeating Sequence Stair block. Th...

대략 13년 전 | 0

질문


Integer Delay Block not working
Hello, A frame-based vector created with the Constant block shall be delayed one step with the "Integer Delay" block. The pam...

대략 13년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Parameters of a level-2 s function
With my configuration the string "variable1" is showed in the block dialogue. When I input the number 10 in the parameter field ...

대략 13년 전 | 0

질문


vectors to scalars with an Embedded Matlab Function
Hello, can anyone show me how to convert a 10x1 vector into 10 scalars with an Embedded Matlab Function? I just don't know...

대략 13년 전 | 답변 수: 3 | 0

3

답변

질문


different sample times for variable-sized vectors
Hi, I must transmit variable-sized frame based vectors (10x1 and 5x1) over a communication channel. Now I have two alterna...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


variable-sized data into fixed-sized data?
Hello, I read from this document: http://blogs.mathworks.com/seth/2009/10/16/radar-tracking-in-simulink-variable-size-signals...

대략 13년 전 | 답변 수: 0 | 0

0

답변

질문


calculation of "Symbol period" parameter in AWGN block
Hello, I must now calculate the parameter “Symbol period” in the AWGN block. My model consists of a Random Integer Generator ...

대략 13년 전 | 답변 수: 0 | 0

0

답변

질문


variable-sized vectors can't be processed
Hi, two frame based vectors of different lengths are connected to a multiport selector, after which an Integer to Bit Convert...

대략 13년 전 | 답변 수: 0 | 0

0

답변

질문


option "Interpret vector parameter as 1-D" in Constant block
Hi, in Constant block there is an option called "Interpret vector parameter as 1-D". I tried this option and found out the fo...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


frame based and sample based data
Hi, I understand frame based and sample based data as following: Frame based = nx1 vector Sample based = 1x1 vector Is...

대략 13년 전 | 답변 수: 0 | 0

0

답변

질문


Parameters of a level-2 s function
Hi, In the Level-2 S function block there is a parameter called "Parameters". Can this name be changed to others, say, "Speed...

대략 13년 전 | 답변 수: 2 | 0

2

답변

질문


M file starten in Simulink
Hi, I have an M file (also a function) which includes the "sim()" command. This M file is used to start the Simulink simulati...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


"Buffer" block and "Bit to Integer Converter" block for byte creation
Hi, It seems that both "Buffer" block and "Bit to Integer Converter" block can convert 8 bit to 1 byte from a binary stream i...

대략 13년 전 | 답변 수: 0 | 0

0

답변

질문


meaning of "Input signal power" in AWGN block
Hi, the AWGN block has a parameter called "Input signal power". How can the power be measured if the input is just an integer...

대략 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
CRC-32 problem in Simulink
I think I have found the reason. The CRC-32 which I want to use is according to the following statement: _The payload FCS is ...

대략 13년 전 | 0

질문


CRC-32 problem in Simulink
Hello, I have to use CRC-32, but the CRC-N Generator block gives a wrong result. The parameters are following: CRC method ...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


parameter "Samples per frame"in Local Oscillator block
Hi, In the Local Oscillator block there is a parameter: Samples per frame. I noticed this parameter can affect the bandwidth ...

13년 초과 전 | 답변 수: 0 | 0

0

답변

질문


automatic bitrate detection in Simulink
Hi, I want to simulink a digital receiver with Simulink, which can detect the bitrate in channel automatically. Do I realy ne...

13년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Embedded Matlab function to save a random number
The problem is solved. The error is because the Random Number Generator block generates frame based data. A Buffer block of leng...

13년 초과 전 | 0

질문


Embedded Matlab function to save a random number
Hi, I want to write an Embedded Matlab function to store the ramdom number of the Random Generator block into a vector, somet...

13년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
variables in Simulink Workspace
My goal is, simulate a model with 'sim()' in an m file, but the variable 'simout' seems not to be defined in the m file, which i...

13년 초과 전 | 0

질문


variables in Simulink Workspace
Hi, I have created a variable 'simout' with the To Workspace block in Simulink. Now I have to use this in a m file, but an er...

13년 초과 전 | 답변 수: 4 | 1

4

답변

질문


about Local Oscillator block
Hi, In the “Local Oscillator” block there are two parameters “Sample time” and “Frequency”. Must these two be related to Nyqu...

13년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Update and Outouts in S function
Hi, I try to understand the methods Update and Outputs in S function. Please tell me if my understanding is correct. Thank yo...

13년 초과 전 | 답변 수: 1 | 1

1

답변

질문


two inputs operation in an s function or embedded Matlab function
Hi, an S function or Embedded Matlab function has two inputs with the same sample frequency and one output. Input1 is a data ...

13년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Sample time control in S functions
Hi, I’d like to control the sample time of output so that this output under some conditions comes out only once. Now there ar...

13년 초과 전 | 답변 수: 1 | 1

1

답변

더 보기