photo

Mya


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答