Community Profile

photo

Mya


Last seen: circa 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta