Junyoung Ahn
Followers: 0 Following: 0
Feeds
已回答
sine wave plot
clear; clc; close; f=60; %frequency [Hz] t=(0:1/(f*100):1); a=1; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+ph...
sine wave plot
clear; clc; close; f=60; %frequency [Hz] t=(0:1/(f*100):1); a=1; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+ph...
4 years 前 | 4
已回答
I need to plot a sine wave
clear; clc; close; f=15; %frequency [Hz] t=(0:1/(f*100):1); a=4; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+ph...
I need to plot a sine wave
clear; clc; close; f=15; %frequency [Hz] t=(0:1/(f*100):1); a=4; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+ph...
4 years 前 | 1