代码搜索:jakes
找到约 204 项符合「jakes」的源代码
代码结果 204
www.eeworm.com/read/404217/11489916
m grad_jakes.m
%--------------------------------------------------------------------
% grad_Jakes.m ------------------------------------------------------
%
% Computation of the analytical gradient of the error f
www.eeworm.com/read/404217/11489919
m fun_jakes.m
%--------------------------------------------------------------------
% fun_Jakes.m -------------------------------------------------------
%
% Computation of the error function according to Eq.(5.
www.eeworm.com/read/259028/11826469
m jakes_filter.m
% File: Jakes_filter.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with W
www.eeworm.com/read/152148/12135574
m modified_jakes.m
function [chann,fm,doppler_rate]=modified_jakes(v,fc,fs,U,M,segma)
% Ali Jamoos
% Equipe Signal & Image, UMR 5131 LAPS, universit
www.eeworm.com/read/253030/12249952
pdf jakes_guide.pdf
www.eeworm.com/read/148745/12431394
rar jakes_filter.rar
www.eeworm.com/read/148745/12431411
m jakes_filter.m
%file:jakes_filter.m
function [impw]=jakes_filter(fd)
n=512;nn=2*n;
fs=0:fd/64:fd;
H=zeros(1,n);
for k=1:(n/8+1)
jpsd(k)=1/((1-((fs(k))/fd)^2)^0.5);
if(jpsd(k))>1000
jpsd(k)=
www.eeworm.com/read/148745/12431415
asv jakes_filter.asv
%file:jakes_filter.m
function [impw]=jakes_filter(fd)
n=512;nn=2*n;
fs=0:fd/64:fd;
H=zeros(1,n);
for k=1:(n/8+1)
jpsd(k)=1/((1-((fs(k))/fd)^2)^0.5);
if(jpsd(k))>1000
jpsd(k)=
www.eeworm.com/read/228479/14382879
m jakes_filter.m
% File: Jakes_filter.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with W
www.eeworm.com/read/222672/14680123