Beantwortet
Embedded matlab function for trigger generation
Thank you. It works but now I want to trigger the generation with a rising edge, so the code compt=(comptp+1)*u2 sha...

etwa 12 Jahre vor | 0

Beantwortet
Question about S function
Thank you. With your advice I write the following code: function DoPostPropSetup(block) … block.Dwork(1).Dimensio...

etwa 12 Jahre vor | 0

Frage


Question about S function
Hi, Is it possible to realize the following with Level 2 S function? The input is a binary data, that is, every time only ...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Embedded matlab function for trigger generation
Hi, I want to write an Embedded Matlab function with 2 inputs and 1 output. Input1: an integer Input2: a trigger Output1...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Question about Buffer block
Hi, I have a Buffer block with the depth = 10 and a frame based vector with the length = 5. After a simulation I notice th...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Descrambler block and NaN
Hi, I must use the Descrambler block to descramble some data. My question is, what happens if some elements of the input are ...

etwa 12 Jahre vor | 0 Antworten | 1

0

Antworten

Beantwortet
get rid of NaN elements in Simulink
I tried following code in a Embedded MATLAB Function block. function y = fcn(n) i1 = 0; var = isnan(n); len = leng...

etwa 12 Jahre vor | 0

Beantwortet
get rid of NaN elements in Simulink
Thank you. All non-NaN elements come before NaN elements, but the number of non-NaN elements can be variant. The output lengt...

etwa 12 Jahre vor | 0

Beantwortet
get rid of NaN elements in Simulink
Thank you you both. I must add that the vectors come one after another, which means, my model shall process only one vector a...

etwa 12 Jahre vor | 0

Frage


get rid of NaN elements in Simulink
Hi, I have a special work for Simulink with which Simulink is maybe overloaded. Many vectors of length 10 shall be process...

etwa 12 Jahre vor | 6 Antworten | 0

6

Antworten

Frage


method “block.SetPreCompOutportInfoToDynamic” in Level 2 S function
Hi, In Level-2 S function there is a method “block.SetPreCompOutportInfoToDynamic” which sets the output properties to be inh...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


4x1 vector to 2x1 vector with S function
Hi, I have written an Level-2 S-function which creates a 2x1 vector from a 4x1 vector, that it, taking out the first 2 elemen...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Submatrix block with dynamical parameter
Hi, A frame based column vector shall be split and changed to a submatrix with the Submatrix block. Now the problem is, the p...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


subsystem with x output bytes
Hi, I created an enabled subsystem. In this subsystem the inport and the outport are connected directly. I want to control th...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


frame based data in Scope
Hi, I want to watch a frame based binary stream which is generated with the Random Integer Generator with the Scope block. ...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
problem with "Switch" block
Yes, I tried this option, but frame based data is not supported by this option. Senmeis

etwa 12 Jahre vor | 0

Frage


Sample time vs. Bitrate
Hi, How can the bitrate of a constant array be calculated? For example, I have an array [1;2;3;4;5] with the sample time ...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


generation control of frame based arrays
Hi, I have a Simulink model which outputs frame based arrays with a constant rate. Is it possible to control its outputs with...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


problem with "Switch" block
Hi, I want to select data between two frame based arrays of different lengths (32x1 and 64x1) with the block "Switch". An...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


content of a buffer
Hi, I want to do the following with Simulink but somehow I cannot find the direction. I have a 32 bit buffer which accepts...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


bitrate conversion in Simulink
Hi, There is a frame based array with the frame period = 1e-6 and this should be transmitted with a bitrate = 100 Mbit/s. How...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Core Generator for Matlab
Hello, Is it possible to use the simulink core which is created by Core Generator of Xilinx in Matlab? Thanks Senmeis

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


uint8 vs. double in Simulink
Hi, Some blocks in Simulink supports several output formats. Is it better to set it as unit8 for byte based data rather than ...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


two column matrix concatetate
Hi, I want to combine two column matrix together with ‘Matrix Concatenate’. The inputs are 12x1 matrix from “Random Integer G...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
control parameters of a simulink block
Thank you, but I don't intend to set parameters during simulation, but before any simulation. In fact I must set the parameters ...

mehr als 12 Jahre vor | 0

Frage


control parameters of a simulink block
Hi, Is it possible to control parameters of a simulink block with another block? Say create a block which controls the 'seed'...

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


frame based arrays combination
Hi, how to combine two frame based arrays together in Simulink? I tried the components "Mux" and "Cancatenate Vector" but the...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


about the demo example 'Packet Creation, Transmission and Error Analysis'
Hi there I am an absolute beginner to Simulink and want to get your help on this demo example. This example can be found i...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


integers in "Variable Editor" in HEX
Hi, How can integers in "Variable Editor" be displayed in hexadezimal format? Thanks Owen

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Questions to Random Integer Generator
Hello, The parameter ‚Sample time’ in ‚Random Integer Generator’ must be configured. Can it be considered as the baudrate of ...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Mehr laden