Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
SIRT algorithm
no vote
% Syntax: x=sirt(A,b,tolx,maxiter) % % Inputs: % A = Constraint matrix. A= a constraint matrix % b = right hand side. B = right Upon termination of the%tolx=Terminate when the relative diff between tolx=, the relative difference between two iterations is less than tolx. % two iterations is less than tolx. % maxiter = Stop after maxiter iterations. MAXITER= end iteration % % Outputs: % x = Solution.
lieyanfeidie
2016-08-23
1
1
Lsr2d method
no vote
LSR2D - Build projection matrix L for straight rays in 2D. % Input % Tx: transmitter coordinates, nTx by 2 % 1st column contains X coordinates, 2nd contains Z coordinates % Rx: receiver coordinates, nRx by 2 % 1st column contains X coordinates, 2nd contains Z coordinates % grx: vector of X coordinates of cell boundaries (sorted increasing) % grz: vector of Z coordinates of cell boundaries (sorted increasing) % % *** nTx must be equal to nRx, i.e. each row define one Tx-Rx pair ***
lieyanfeidie
2016-08-23
0
1
Please travel
no vote
This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by % the Free Software Foundation; either version 2 of the License, or % (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. %
lieyanfeidie
2016-08-23
1
1
No more~