Community Profile

photo

ON


Last seen: 2 months ago Active since 2022

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


How can I model a power system in simscpae to calculate the line losses ( >250 km)?
I want to model a power system in order to calculating the line losses for diffrent hours during 3 months. I have data for activ...

1 year ago | 1 answer | 0

1

answer

Answered
Converting from floating point to fixed point.
I need to convert for example -0.0126842654631061924064283630286809057 into a 16 bit signed value.

1 year ago | 0

Question


Converting from floating point to fixed point.
How can i convert from floating point to two's complement? I need to convert a vector of filter coefficients from Filter Designe...

1 year ago | 2 answers | 0

2

answers

Question


I try to run a for loop to plot the function y(t) for 0.1<=t<=0.9 for 5 diffrent t. Can you help me with my code?
x=-10:0.01:10 ; y=zeros(5,length(x)) for t=1:2:9 y(t)=((exp((-t*0.1).*x))./(sqrt(1-(t*0.1)^2))).*sin(x.*sqrt(1-(t*0.1)^2)+a...

2 years ago | 1 answer | 0

1

answer