Feeds
已回答
PPM Modulator
clc; close all; clear all; t=0:0.001:1; s=sawtooth(2*pi*10*t+pi); m=0.75*sin(2*pi*1*t); n=length(s); for i=1:n if (m(i)...
PPM Modulator
clc; close all; clear all; t=0:0.001:1; s=sawtooth(2*pi*10*t+pi); m=0.75*sin(2*pi*1*t); n=length(s); for i=1:n if (m(i)...
5 years 前 | 0
