代码搜索:振荡调制
找到约 3,079 项符合「振荡调制」的源代码
代码结果 3,079
www.eeworm.com/read/449592/7499609
m 64qam调制.m
function Symbol=QAM64Mod(bit)
% 64QAM调制
% bin=sequence of 0/1bit
% 64QAM: s5 s4 s3 s2 s1 s0 m1 mQ
% 0 0 0 0 0 0 3A 3A
% 0 0 0 0
www.eeworm.com/read/327624/13070539
pdf 3数字调制.pdf
www.eeworm.com/read/319375/13452880
caj 浅谈qpsk调制技术.caj
www.eeworm.com/read/491578/6430700
svu qam调制与解调.svu
www.eeworm.com/read/491578/6430705
svu mfsk调制与解调.svu
www.eeworm.com/read/480998/6655406
txt fsk调制解调程序.txt
clear all
close all
i=10;%基带信号码元数
j=5000;
a=round(rand(1,i));%产生随机序列
t=linspace(0,5,j);
f1=10;%载波1频率
f2=5;%载波2频率
fm=i/5;%基带信号频率
B1=2*f1;%载波1带宽
B2=2*f2;%载波2带宽
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/481003/6655536
txt psk调制解调程序.txt
clear all
close all
i=10;
j=5000;
fc=4;
fm=i/5;
B=2*fm;
t=linspace(0,5,j);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%产生基带信号
a=round(rand(1,i));
st1=t;
for n=1:10
if a(n)
www.eeworm.com/read/481015/6655625
txt fsk调制解调程序.txt
clear all
close all
i=10;%基带信号码元数
j=5000;
a=round(rand(1,i));%产生随机序列
t=linspace(0,5,j);
f1=10;%载波1频率
f2=5;%载波2频率
fm=i/5;%基带信号频率
B1=2*f1;%载波1带宽
B2=2*f2;%载波2带宽
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/337991/12331139
ewb am调制器.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"AM Modulator"
"The DC voltage should be the same as the peak amplitude of the carrier voltage. The modulation index is
www.eeworm.com/read/149856/12340490