代码搜索:jakes
找到约 204 项符合「jakes」的源代码
代码结果 204
www.eeworm.com/read/439401/7710330
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/439401/7710346
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/438990/7718417
m 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+eps)^0.5);
if(jpsd(k))>1000
jpsd(k)=1000;
end
www.eeworm.com/read/198844/7907755
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/195562/8141690
m parameter_jakes.m
%--------------------------------------------------------------------
% parameter_Jakes.m -------------------------------------------------
%
% Program for the computation of the discrete Doppler freq
www.eeworm.com/read/195562/8141704
m grad_jakes.m
%--------------------------------------------------------------------
% grad_Jakes.m ------------------------------------------------------
%
% Computation of the analytical gradient of the error f
www.eeworm.com/read/195562/8141714
m fun_jakes.m
%--------------------------------------------------------------------
% fun_Jakes.m -------------------------------------------------------
%
% Computation of the error function according to Eq.(5.61)
www.eeworm.com/read/244020/12898772
m parameter_jakes.m
%--------------------------------------------------------------------
% parameter_Jakes.m -------------------------------------------------
%
% Program for the computation of the discrete Doppler freq
www.eeworm.com/read/244020/12898795
m grad_jakes.m
%--------------------------------------------------------------------
% grad_Jakes.m ------------------------------------------------------
%
% Computation of the analytical gradient of the error f
www.eeworm.com/read/244020/12898805
m fun_jakes.m
%--------------------------------------------------------------------
% fun_Jakes.m -------------------------------------------------------
%
% Computation of the error function according to Eq.(5.61)