Statistica
RANK
110.457
                          
                          
of 300.381
                        
REPUTAZIONE
0
                           
                        
CONTRIBUTI
                          3 Domande
                          1 Risposta
ACCETTAZIONE DELLE RISPOSTE 
                            66.67%
                        
VOTI RICEVUTI
0
RANK
of 168.477
CONTRIBUTI
                            0 Problemi
                            0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 3 anni fa | 1 risposta | 0
1
rispostaRisposto
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.
circa 3 anni fa | 0
Domanda
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...
circa 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 3 anni fa | 1 risposta | 0
