-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
convolution
稀疏脉冲反褶积代码,包括高尔消元法解矩阵方程阻,自相关,互相关,褶积,反褶积的代码.
刚参加工作那会儿,上进心也足,爱动脑,编了很多的程序,唯有这一个是我引以为傲的,花了几个星期写的稀疏脉冲(预测)反褶积的代码,放到了现在,觉得也没必要再私藏下去了,不出五年,我都不知道这段代码是干什么的了.
希望对大家有用,方法太简单,所以效果不是太好,请大家修改,如要转载,请记得注明出处.
(vc++)
- 2009-05-09 16:51:58下载
- 积分:1
-
calculator
用mfc实现计算器的基本操作,支持键盘输入,并保留xp风格,可计算平方,幂,时间显示等操作(With mfc achieve the basic operation of the calculator, support for keyboard input, and retain xp style, calculates the square, power, time display and other operations)
- 2013-10-23 15:22:24下载
- 积分:1
-
fletter
计算颤振,使用非定长气动力的方法进行计算,准确可靠(Calculated flutter, the use of non-fixed-length aerodynamic calculation, accurate and reliable)
- 2012-11-13 16:13:27下载
- 积分:1
-
firfilter
MFC实现快速傅里叶变换(FFT)MFC实现快速傅里叶变换(FFT)(MFC MFC Fast Fourier Transform (FFT) fast Fourier transform (FFT))
- 2020-12-22 20:09:08下载
- 积分:1
-
random4
(一) 模拟产生一个正态随机序列X(n),要求自相关函数满足
画出产生的随机序列波形。
((A) simulation to generate a normal random sequence X (n), required to meet the autocorrelation function of random sequences generated by the waveform plot.)
- 2011-05-07 11:27:33下载
- 积分:1
-
sd452
用谱方法计算流体力学一些流动现象的整体稳定性,MIMO OFDM matlab仿真,本程序的性能已经超过其他算法。( Spectral methods of computational fluid dynamics flow of some of the overall stability of the phenomenon, MIMO OFDM matlab simulation, This program has exceeded the performance of other algorithms.)
- 2017-04-18 11:10:42下载
- 积分:1
-
niugun
正确率可以达到98%,抑制载波型差分相位调制,数据包传送源码程序。( Accuracy can reach 98 , Suppressed carrier type differential phase modulation, Data packet transfer source program.)
- 2020-06-29 10:40:02下载
- 积分:1
-
guimai_v53
随机调制信号下的模拟ppm,连续相位调制信号(CPM)产生,供做算法研究人员参考。( Random ppm modulated analog signal under Continuous phase modulation signal (CPM) to produce, Algorithm for researchers to do reference.)
- 2017-02-23 22:36:53下载
- 积分:1
-
时频分析的matlab GUI AOK TFR 2
时频分析的matlab GUI,AOK TFR 2,里面含有代码和相应的功能介绍的使用方法。分析结果分辨率很高( U65F6 u989 u5206 u7901 u7801 u548C u76R8 u5E94 u529F u029F u803F0 u4ECB u7ECD u7684 u4F7F U7528 u65399 u7)
- 2020-07-04 03:20:02下载
- 积分:1