Ranjita
Followers: 0 Following: 0
Feeds
已回答
sine wave plot
clc clear all fs = 10000; T=1/fs f1 = 100; f2= 50; L= 10000; t = (0:L-1)*T; x1 =sin(2*pi*f1*t)+4*cos(2*pi*f2*t) figure ...
sine wave plot
clc clear all fs = 10000; T=1/fs f1 = 100; f2= 50; L= 10000; t = (0:L-1)*T; x1 =sin(2*pi*f1*t)+4*cos(2*pi*f2*t) figure ...
2 months 前 | 0