-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
PCA
使用Matlab实现的关于主分量分析PCA的方法的案例,可先实现仿真(Matlab achieved using principal component analysis PCA on the case method, the simulation can be achieved)
- 2013-08-26 10:33:46下载
- 积分:1
-
cloud-theory
云发生器的matlab代码,云模型的实现过程(cloud )
- 2011-11-23 06:44:23下载
- 积分:1
-
nearest_neighbor_zoom
this code discribe the method related to nearest neighbour
- 2010-09-29 18:58:33下载
- 积分:1
-
F_MF_DFA_q
计算广义的hurst指数,本课题组编写程序,欢迎使用(compute general hurst, our group write program,welcome to use)
- 2012-05-08 16:18:43下载
- 积分:1
-
Jacobi
雅可比迭代法,可以解方程数值解。对微分方程的数值解有着重要意义。(Jacobi iteration method, numerical solution of equations can be solved. Numerical solution of differential equations is of great significance.)
- 2014-12-27 20:56:21下载
- 积分:1
-
jacobidiedai
用matlab编写的雅克比方法求解线性方程组:数值分析中很经典的代码(a procedure of jacobi diedai)
- 2014-01-29 20:20:36下载
- 积分:1
-
speed_feedback
利用matlab中的simulink,进行转速闭环控制,实现转速的闭环(In the use of matlab simulink, the speed closed-loop control to achieve closed-loop speed)
- 2010-11-06 22:07:27下载
- 积分:1
-
Frequencylockloop
仿真GPS接收机中的锁频环功能,与硬件设计十分相似,稍作改动即可实现锁相环功能(Simulation of GPS receiver in frequency-locked loop functions, and hardware design is very similar, minor modifications to achieve phase-locked loop function)
- 2021-04-06 15:29:02下载
- 积分:1
-
20100501
本文的秘密编码离理想的码率还很远,建立的无
条件秘密通信系统的稳定性和秘密性有待进一步证明,无条件安全系统秘密编码
方案还处于起步研究阶段,还有很多新的突破点等待研究。(Stability and secrecy of the secret coding bit rate still far from the ideal, the establishment of the unconditional secret communication system needs to be further proof, the the unconditional security system secret coding scheme is still at an early research stage, there are a lot of new breakthrough wait for research .)
- 2013-04-10 21:03:29下载
- 积分:1