Feeds
提问
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...
3 years 前 | 1 个回答 | 0
1
个回答已回答
Converting from floating point to fixed point.
I need to convert for example -0.0126842654631061924064283630286809057 into a 16 bit signed value.
Converting from floating point to fixed point.
I need to convert for example -0.0126842654631061924064283630286809057 into a 16 bit signed value.
3 years 前 | 0
提问
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...
3 years 前 | 2 个回答 | 0
2
个回答提问
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...
3 years 前 | 1 个回答 | 0