📄 preprocessor.m
字号:
%% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -