代码搜索:Waterfilling
找到约 96 项符合「Waterfilling」的源代码
代码结果 96
www.eeworm.com/read/289129/8574264
m waterfilling.m
% Copyright (c) 2003-2004 The University of Texas
% All Rights Reserved.
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public L
www.eeworm.com/read/375810/9349065
m waterfilling.m
% Author: Zukang Shen and Ian C. Wong
% Copyright (C) 2004 Ian C. Wong
%
% This program is free software; you can redistribute it and/or
% modify it under the terms of the GNU General Public
www.eeworm.com/read/359805/10124142
m waterfilling.m
% Author: Zukang Shen and Ian C. Wong
% Copyright (C) 2004 Ian C. Wong
%
% This program is free software; you can redistribute it and/or
% modify it under the terms of the GNU General Public
www.eeworm.com/read/464372/7164275
m waterfilling.m
% Author: Zukang Shen and Ian C. Wong
% Copyright (C) 2004 Ian C. Wong
%
% This program is free software; you can redistribute it and/or
% modify it under the terms of the GNU General Public
www.eeworm.com/read/405379/11464092
m waterfilling.m
% Author: Zukang Shen and Ian C. Wong
% Copyright (C) 2004 Ian C. Wong
%
% This program is free software; you can redistribute it and/or
% modify it under the terms of the GNU General Public
www.eeworm.com/read/231345/14238318
asv waterfilling.asv
%
% Waterfilling algorithm to compute:
%
% pi = (mu - bi)^+
% sum(pi) = Pt
%
% by screen lee
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/231345/14238324
m waterfilling.m
%
% Waterfilling algorithm to compute:
%
% pi = (mu - bi)^+
% sum(pi) = Pt
%
% by screen lee
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/236966/13989148
m waterfilling.m
%
% Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute:
%
% pi = (mu*ai - bi)^+
% sum(pi) = Pt
%
% By Daniel Perez Palomar (last revision: May 10
www.eeworm.com/read/290799/8461184
m waterfilling_alg.m
function [Capacity PowerAllo] = WaterFilling_alg(PtotA,ChA,B,N0);
%
% WaterFilling in Optimising the Capacity
%===============
% Initialization
%===============
ChA = ChA + eps;
NA = length(ChA
www.eeworm.com/read/286866/8739284
m waterfilling_alg.m
function [Capacity PowerAllo] = WaterFilling_alg(PtotA,ChA,B,N0);
%
% WaterFilling in Optimising the Capacity
%===============
% Initialization
%===============
ChA = ChA + eps;
NA = length(ChA