资源列表
ANHEADER
- anheader程序,可用来读取rinex head文件。-anheader,can be used to get rinex head files
Henon_Lyapunov_exponent
- Henon吸引子是混沌和分形的著名例子,迭代模型为xk+1=1+ax2k+byk,yk+1= xk.最常见的参数取值为a=1.4,b=0.3 .-The Henon attractor is chaotic and fractal famous example of the iterative model xk+1 = 1+ ax2k+ byk yk+1 = xk. The most common parameter values a = 1.4, b = 0.3
ALE_test
- Matlab编写的自适应线谱增强算法(ALE)-An adptive line enhancer code written with matlab
PNN
- 该程序为MATLAB源码,使用PNN算法进行分类。-Classify using a probabilistic neural network
Yuv2Mov
- 将yuv格式的图像转换成jpg格式的和avi格式-turn the image of .yuv to .jpg and .avi
niudunfa
- 牛顿法求非线性函数 间接求法 迭代法-Newton' s method for solving nonlinear function of the indirect method for finding iterative method
movie-maker
- vedio maker from the plot
Color-segment
- Color segmentation using Mahanalobis distance
mytaylor
- 对任何给定的一元函数在指定点展开为指定阶泰勒多项式,并在指定的区间内画出原函数和其相应的展开式图形-Any given functions of one variable at a specified point expands to specify the order Taylor polynomial, and draw within the specified range of the original function and its corresponding expansion of
delaytime_doublechannel1.zar
- 计算两个声音信号的延时.两个信号不必完全相同,但是要非常类似-Two sound signals calculated delay signal having two identical, but very similar to
virtualElements
- 自己编写的MIMO雷达的虚拟阵列的示意图程序:四个载频、相对于基频的虚拟阵列示意图。-virtual elements,MIMO radar
filtro
- Example of FIR filter: M = 25 fir1 b = (m-1, 0,5, low , hamming (M)) fir1 b2 = (M-1 0.5 high Blackman (M)) fir1 b3 = (M-1 0.5 high , rectwin (M)) -Example of FIR filter: M = 25 fir1 b = (m-1, 0,5, low , hamming (M)) fir1 b2