photo

Mya


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


how to change basic signal of rectangular funtion to laplace transform
fprintf('Please choose any type of signal below.\n1. Impulse\n2. Step function\n3. DC Source\n4. Signum function\n5. Rising expo...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to create fourier transform and laplace from basic signals?
fprintf('Please choose any type of signal below.\n1. Impulse\n2. Step function\n3. DC Source\n4. Signum function\n5. Rising expo...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to make my graph in center without moving it or dragging it to the center
fprintf('Please choose any type of signal below.\n1. Impulse\n2. Step function\n3. DC Source\n4. Signum function\n5. Rising expo...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Vectors must be the same length
N1=64; Y1=fft(y,N1); x= (0:29); subplot(3,1,2) plot(x,abs(Y1)) xlabel('Frequency (Hz)'); ylabel('Amplitude'); %HOW TO M...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I get Array indices must be positive integers or logical values?
fs=8000; % Sampling frequency t=0:1/fs:1; % Time range x(n)=2*sin(2*pi*(n/fs)); % Signal in time spectrum figure(1) subplot(...

más de 2 años hace | 1 respuesta | 0

1

respuesta