代码搜索:军事通信
找到约 10,000 项符合「军事通信」的源代码
代码结果 10,000
www.eeworm.com/read/151380/12216984
m course.m
clc
clear all
%--------- 扩频通信过程 ---------------
%--------- 只仿真一个频点的情况 ---------------
%--------- 初始化 ---------------
Ts=0.00001; fs=1/Ts;
EndTime=2-Ts; %2s
%--------- 产生信息序列(双极性不归零码) ---
www.eeworm.com/read/339236/12248729
m cdma_main.m
%通信信号处理作业
%
%
%
%
clear;clc;%close all;
N=100;
Lc=15;
fd=5.6;
rate=2400;
if_frequency=1800;
fs=14400;
j=sqrt(-1);
d=1;
rand('state',sum(100*clock));
data_bit=round(rand(1,N));
modula_d