Community Profile

photo

shampa das


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer

查看徽章

Feeds

排序方式:

已回答
sine wave plot
clc; t=0:0.01:1; f=1; x=sin(2*pi*f*t); figure(1); plot(t,x); fs1=2*f; n=-1:0.1:1; y1=sin(2*pi*n*f/fs1); figure(2); stem(n,y1); ...

3 years 前 | 3