photo

Mohamad Nazir


Last seen: etwa ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

1 Frage
15 Antworten

Cody

0 Probleme
9 Lösungen

RANG
2.377
of 300.392

REPUTATION
26

BEITRÄGE
1 Frage
15 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
3

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
40.497
of 168.335

BEITRÄGE
0 Probleme
9 Lösungen

PUNKTESTAND
104

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 3 Month Streak
  • Knowledgeable Level 2
  • Solver
  • First Answer
  • Explorer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Connection to target microcontroller error
Hi, I designed an interrupt-based model for object code generation to the target microcontroller including blocks from the targ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Turning voltage on/off in a PV Array and DC motor simulation
What do you mean exactly the controlled voltage source does not work? Did you take into consideration that the load torque will ...

fast 2 Jahre vor | 0

Gelöst


Calculate BMI
Given a matrix hw (height and weight) with two columns, calculate BMI using these formulas: 1 kilogram = 2.2 pounds 1 inch = 2...

etwa 2 Jahre vor

Gelöst


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

etwa 2 Jahre vor

Gelöst


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

etwa 2 Jahre vor

Gelöst


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

etwa 2 Jahre vor

Beantwortet
how to calculate Zero Sequence inductance(L0)For IPMSM delta connection
The zero sequence inductance can be calculated using L0 = V0open/I​0short​ where V0open​ is the open-circuit voltage for the zer...

etwa 2 Jahre vor | 0

| akzeptiert

Beantwortet
How to calculate accurate Sample time for PWM generator block & Current Controller (Here I am using Torque Controller with FOC Controller & 3 Phase IPMSM)
The general rule is Nyquist's theorem which is a sampling frequency at least 10x the frequency of the signal you are trying to s...

etwa 2 Jahre vor | 0

| akzeptiert

Beantwortet
in My model I am using torque controller with FOC for IPMSM. How to tune Current Controller PID .Because Current controller have two PID controller.
You can follow the steps of the following example in the link below to tune the current controllers at first and then repeat it ...

mehr als 2 Jahre vor | 0

Beantwortet
What is an efficient way to do PID tuning in a model with long computing time?
You can identify a second order transfer function model of your VFD from the open-loop step response (using overshoot, response ...

mehr als 2 Jahre vor | 1

Beantwortet
What is the wL block circled in blue called in MATLAB?
Hi, isn't this the velocity multiplied by the inductance? this can be implemented by simply using the product block (https://fr....

mehr als 2 Jahre vor | 0

Beantwortet
How can I make a simscape representation of the simulink 'Universal Bridge'
Hi, I think the closest block to the Universal Bridge in the electrical library is https://fr.mathworks.com/help/sps/ref/convert...

mehr als 2 Jahre vor | 0

Beantwortet
Transfer function matrix of a Multiple input DC-DC converter
Hi Mohammad, you can probably use Model Linearizer app (https://fr.mathworks.com/help/slcontrol/ug/modellinearizer-app.html) on ...

mehr als 2 Jahre vor | 0

Beantwortet
Help required for creating a current sink
Hi, depending on which library you are using, you can use one of the blocks below to model a variable resistor such that the cur...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Controling multiple switches in a multiple input DC-DC converter
Hi Mohamad, to my understanding you need to have a charging/discharging case which can be simply modelled with a manual switch w...

mehr als 2 Jahre vor | 0

Beantwortet
Explaining the function of certain blocks
When a DC motor is supplied with a fixed value DC voltage, it runs at a constant speed (assuming constant load). To control its ...

mehr als 2 Jahre vor | 1

| akzeptiert

Beantwortet
How to converge 3 phases of simulink voltage onto a simscape VI measurement which accepts 1 port
All you have to do is right click on the current & voltage sensor, choose Simscape > Modeling option > expanded three-phase port...

mehr als 2 Jahre vor | 0

Beantwortet
Which block to use for BLDC motor for BLDC speed controller design?
BLDC normally denotes a permanent magnet synchronous machine with trapezoidal back-emf waveform. When the machine is called simp...

fast 3 Jahre vor | 0

| akzeptiert

Gelöst


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

fast 3 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

fast 3 Jahre vor

Gelöst


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

fast 3 Jahre vor

Gelöst


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

fast 3 Jahre vor

Gelöst


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

fast 3 Jahre vor

Beantwortet
How can I implement computation step in simulink?
Hi, Depends on what you are trying to achieve. If you want to implement it in Laplace form, for the first block your a is = T...

mehr als 4 Jahre vor | 1

Beantwortet
Error in PWM Generator Vienna Rectifier
Have you tried to simply insert a "round" block or a "data type conversion" block (or maybe both) for "SmallJexNum" in the "PWM ...

mehr als 4 Jahre vor | 0