photo

Renato SL


Last seen: 約2年 前 2017 年からアクティブ

Followers: 0   Following: 0

> Multimedia Telecommunication > Embedded Systems > Modelling

統計

All
  • Knowledgeable Level 3
  • 3 Month Streak
  • Promoter
  • Commenter
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 2
  • First Submission
  • Knowledgeable Level 2
  • Draw Letters
  • CUP Challenge Master
  • Community Group Solver
  • Introduction to MATLAB Master

バッジを表示

Feeds

表示方法

回答済み
How to enter z with negative exponent in the numerator of a discrete transfer function in simulink plant block
Maybe you can use a Delay block (documentation here). The blocks would look like this:

4年以上 前 | 0

| 採用済み

回答済み
How to Create a Multiple Pulse Signal
I think you can do something like this for the loop part multisignal = []; %initialize an empty array to contain the final mult...

4年以上 前 | 0

| 採用済み

回答済み
How to control entity forwarding with entity gate
I tried to recreate your issue, and I believe originally it happens for me too. I have 2 suggestions. Suggestion 1: the Entit...

4年以上 前 | 0

| 採用済み

回答済み
How to read the value of a 'Local' Data field in stateflow using Simulink test?
I found something else. There is an old blog post about it (here) that describes the idea. In the Model Explorer window (where ...

5年弱 前 | 0

| 採用済み

回答済み
How to read the value of a 'Local' Data field in stateflow using Simulink test?
I think you should create a new data with Scope type set to 'Output'. This new data will just take the value of the concerned Lo...

5年弱 前 | 0

回答済み
Provide automatic delays to a signal
I think what you need to look at is the Variable Integer Delay block (documentation here). I have a simple example so that you ...

5年弱 前 | 0

回答済み
SimEvents Control Entity Gate
You implemented the Entity Gate like this, Because you show the enable port, I found that the gate will be open once the enab...

5年弱 前 | 0

| 採用済み

回答済み
Provide Duty Signal delay
I would do something like this (.slx file is attached). So the signals will be generated by each Pulse Generator. At each per...

5年弱 前 | 0

| 採用済み

回答済み
Single zero, two poles, plus time delay transfer function in Simulink
I am not sure if this work and I have not test it with your transfer function, but I would do something like this. So, the Ze...

5年弱 前 | 0

| 採用済み

回答済み
Alternative to Simulink obsoleted Get Attribute in Simevents
Check the Common Design Patterns in the Simulink Library (link to documentation). On the top row, there should be the proposed ...

5年弱 前 | 0

回答済み
Find out timing parameters like rise time, settling time, time constant etc..
If I want to do everything in MATLAB, I would add a branch from the output of the system to a To Workspace block. After that, al...

5年弱 前 | 0

| 採用済み

回答済み
How can I combine a delay with an amplitude weighting in simulink?
I'm pretty sure my answer does not have a solid theoretical background since I basically do a trial & error, but I managed to ma...

5年弱 前 | 0

| 採用済み

回答済み
Calculate RMS SPL of long term acoustic data
For the matlab function rms, I suggest you see help rms since it listed how to use that function and apparently it can do an r...

5年弱 前 | 0

回答済み
How can I do an calculation where it uses the previous answer to calculate the next
I would do something like this Tt = 290; %temperature at the start for i=1:24 %loop for 24 hours temp = (3600*Tt(end) + 3...

5年弱 前 | 0

| 採用済み

回答済み
Varying the amount of available resource in Resource Pool block [updated]
[UPDATE per 30/07/2019, 15h08] For anyone interested, I changed what I wanted from "varying the amount of resource" to "vary...

5年弱 前 | 0

| 採用済み

質問


Varying the amount of available resource in Resource Pool block [updated]
I am currently developing a model using SimEvents (MATLAB/Simulink R2017b) as shown in the picture below. One of the paramete...

5年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Splitting of a column to multiple columns
After doing what Stephen Cobeldick suggested in the comments, I believe this would do it. n2 = reshape(n,[],10);

約5年 前 | 1

回答済み
how to design swap logic with simulink blocks ?
Take a look at the MATLAB Function block (https://www.mathworks.com/help/simulink/slref/matlabfunction.html)

約5年 前 | 0

回答済み
Could anyone help me how to solve the following issue.
From help randi you will get the following: R = randi([IMIN,IMAX],...) returns an array containing integer values draw...

約5年 前 | 0