photo

Mya


Last seen: plus de 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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(...

plus de 2 ans il y a | 1 réponse | 0

1

réponse