preprocessor.m
来自「Cordic算法的Matlab实现」· M 代码 · 共 12 行
M
12 行
%% description
% this program is included to discuss the convergence area
% of the algorithm. Because of the range of A0, a plenty of
% methods are developed to expand the convergence range,
% which provides bases for this program theoretically.
% Generally speaking, this routine invalidates the given
% inputs and converts them into the convergence range.
% Inputs/outputs are defined in cordic.m
%% code
function Out=preprocessor(x0,y0,z0,m)
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?