Community Profile

photo

Joshua


Last seen: 3 years ago Active since 2014

Finished M.Tech

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How to Time Shift a waveform to left in simulink?
I wish to shift a waveform by 0.2 seconds to the left and the value before origin should be zero. Can anyone help me how to do t...

9 years ago | 1 answer | 0

1

answer

Question


Can a simulink output be scaled to be in the range of [-1 1]?
I have an output of voltage in the range of -600V to 600V on Scope. I want to scale the output to -1V to 1V so I can do some cal...

9 years ago | 0 answers | 0

0

answers

Question


How to replace variable 's' in the transfer function with another variable
Consider a=1 and b=[1 2]; d=tf(a,b); how do we replace the 's' term in d with (g+1) or (g+1)/(g-2)? Is that even possible?

9 years ago | 1 answer | 1

1

answer

Question


How to convert an equation from z-plane to w-plane in MATLAB
If we have an equation like G(z)=(2z^3-4.424z^2+3.3634z-0.8721)/(z^4-3.037z^3+3.425z^2-1.6935237z+0.3084332) how do we convert t...

9 years ago | 3 answers | 0

3

answers

Question


If a=[1 2 3], b=[10 20 30], how to create c=[10 20 20 30 30 30]?
The b matrix i'th element is repeated the number of times the given number in 'a' matrix and placed in matix 'c'. Also if a=[0 1...

9 years ago | 3 answers | 0

3

answers