代码搜索:跳频扩频
找到约 3,148 项符合「跳频扩频」的源代码
代码结果 3,148
www.eeworm.com/read/331174/12842180
m hop11.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%比特率Tb=1/500,跳频时隙Th=1/1000,L=2.每比特跳2跳。
%跳频频点数目为32
%每跳带宽2*B=2/Th=2000Hz;
%总带宽为:32*
www.eeworm.com/read/186609/8922585
m freq_jiange.m
function averge_jiange=freq_jiange(A)
% FREQ_JIANGE is the averge d of a frequence
% A is the frequence,N is the lenth of A
% 计算跳频序列数组的平均跳频间隔
N=length(A);
jiange=zeros(N,0);
for i=1:N
if i