Community Profile

photo

Mya


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer