资源列表
单根牛顿切线法2
- 我们的作业 计算方法里面的牛顿切线法求根,(单根情况)。-our operations inside the calculation method Newton tangent Root, (single).
Split_radix
- FFT的分裂基算法,很详细的注释,花了两天的时间。希望对大家有帮助-The Split-radix FFT algorithm, a very detailed notes, spent a couple of days. We want to help
Kalman_filter
- 这是最基本的卡尔曼滤波器的实施。卡尔曼滤波器的测量位置,速度和加速度,估计真实的资料中的。这个例子使用的Scilab。-This is the most basic implementation of a Kalman filter.For measured position, velocity and acceleration, the Kalman filter estimates the true datas.This example works with Scilab.
equacao_reta
- algoritmo da Equacao da reta
bit_calculate
- 用c实现的不用+,-,*,/来进行数值计算,通过位操作,运用计算机原理里的二进制计算来实现的。-achieved with c ,-,*,/ not to numerical calculation, operating through the spaces, Lane use computer principle of binary calculation to achieve.
e.c
- 1 R Finding particular sequences of prime numbers Write a program that finds all sequences of consecutive prime 5-digit numbers, say (a, b, c, d, e, f ), such that b = a + 2, c = b + 4, d = c + 6, e = d + 8, and f = e + 10.-1 R Finding particular
map
- colering map algurithm
Energy_detection_simulation
- calculating the probability of false alarm versus the probability of detection in cognitive radio networks
fzeroeff
- 一种高效的求根算法,拥有逆二次插值、割线法等优点-An efficient root-finding algorithm has the advantages of inverse quadratic interpolation, secant, etc.
高斯消去法
- 此文是 高斯消去法的c语言程序源代码,经调试可用
solver.tar
- Calculates x such that ln(x) = x/5 using the method of false position and secant method. Reads the initial guesses, required tolerance and allows the user to choose between the method of false position and the secant method.
wavelet_denoise
- 基于MATLAB编写的代码,采用小波阈值降噪的方法对采集的光谱信号进行滤波处理。可自行设定阈值,实现不同的滤波效果。-Based on the code written in MATLAB, using wavelet threshold noise reduction method for filtering spectrum signal acquisition process. You can set the threshold to achieve different filter ef
