Pablo Álvarez García
Followers: 0 Following: 0
Statistik
12 Fragen
0 Antworten
RANG
199.350
of 295.467
REPUTATION
0
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
¿Como puedo multiplicar estas matrices?
la matriz y es una matriz de 1x192016 double, como puedo hacer esta multiplicación sin que me de un error? div=[7, 13, 19, 25...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
¿A que se debe que en el comienzo las gráficas no sean iguales?
Why is it that at the beginning the graphs are not equal? One is Laplace, one is Fourier. %% 5 %Transformada de Fourier clo...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
When I run my code, I keep getting this error: Unable to convert expression into double array."
clear all close all syms z w Gz=z/(z-1); Gjw=subs(Gz,z,exp(j*w)); figure(1) subplot(2,1,1) stem(real(Gjw)) xlabe...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Unable to convert expression into double array.
%¿COMO PUEDO DIBUJAR LA PARTE REAL E IMAGINARIA? syms z w Gz=z^2/(2*z-5); Gjw=subs(Gz,z,j*w); n=0:1:25 figure(1) mod...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i calculate fourier?
clear all; close all; syms t s w Gs=1/(s+5); Gjw=subs(Gs,s,j*w); %creamos la onda cuadrada con T=6s A=1; Fs=10000; f=0.1...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
¿como puedo representar la parte real e imaginaria de fourier?
syms s gs=(s-1)/(s^2 - 1); gjw=fourier(gs)
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Warning: Using only the real component of complex data.
%¿por que me da este warning? n=0:5:50; x= exp(j*pi*n); stem(x)
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error using plot data must be numeric, datetime, duration or an array convertible to double
WHY IT GIVE ME AN ERROR??? t=[0:0.1:50] syms s gs=1/(s^2 + 5*s + 6); roots([1 5 6]) gjw=fourier(gs) plot(t,gjw)
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why I cant use laplace?
A=1; Fs=10000; f=0.01; T=3*(1/f); c=50; t=0:1/Fs:T-1/Fs; ut=A*square(2*pi*f*t,c); plot(t,ut) Us=laplace(ut) Check for i...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
¿Por que me da error al hacer laplace de la entrada ut?
A=1; Fs=10000; f=0.01; T=3*(1/f); c=50; t=0:1/Fs:T-1/Fs; ut=A*square(2*pi*f*t,c); plot(t,ut) Us=laplace(ut) Check for...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
matlab exercise help me
The exercise asks me to represent the response to a square wave of amplitude 1 and period 100 of the transfer function: Gs=0.98/...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error using plot Data must be numeric, datetime, duration or an array convertible to double.
WHY PLOT GIVE ME THIS ERROR???: Error using plot Data must be numeric, datetime, duration or an array convertible to double. ...
fast 3 Jahre vor | 2 Antworten | 0