资源列表
[数学计算/工程计算] LogarithmRegress
说明:对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据<wangyinghao> 在 2025-11-23 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] ModifyShiftAverageRegress
说明:移动平均预测 ModifyShiftAverageRegress.cs 移动平均也可画趋势图,如下: public double forecast(int interval) 移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值 public override double[] getTrendArray() 得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。 -Moving average moving averag<wangyinghao> 在 2025-11-23 上传 | 大小:3kb | 下载:0
[数值算法/人工智能] MWINDOW
说明:计算七类窗函数并给出归一化对数幅频曲线,同时也是利用窗函数法设计FIR滤波器的程序MDEFIR1所调用的子程序MWINDOW.C-Calculation of seven types of window function and gives the normalized logarithmic amplitude-frequency curve, but also use a window function method FIR filter design procedures MDEFIR1<张华> 在 2025-11-23 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] ANNtutorial
说明:介绍讲解人工智能神经网络——数字神经网络系统的教程-Introduction on artificial neural network- the number of neural network system Tutorial<张华> 在 2025-11-23 上传 | 大小:940kb | 下载:0
[matlab例程] LDPCFastDecoding
说明:速度很快的低密度奇偶校验码的Matlab仿真程序-Fast low-density parity-check code of Matlab simulation program<陶雄飞> 在 2025-11-23 上传 | 大小:65kb | 下载:0