-
matlab
一些经典的例子,对初学MATLAB的同事可能带来帮助(matlab)
- 2009-03-23 08:38:10下载
- 积分:1
-
GUI_matlab
实现物种功能的语音处理:倒谱、时域、频谱、语谱图以及功率谱,并加有详尽的注释。另外还可以保存图像,一倍后来研究!matlab GUI编程(Voice processing functions to achieve species: cepstrum, time domain, frequency spectrum, spectrogram and power spectrum, and add detailed comments. It also can save the image, doubled and later research!)
- 2021-03-26 20:39:13下载
- 积分:1
-
高斯脉冲发生器
在文献中介绍了我很多算法。最准确的战略是全面搜索 (FS) 算法中,由详尽地比较所有职位搜索窗口,给出了最准确的运动矢量导致 SAD 最小。另一方面,快速次优算法计算的最佳匹配,但候选人通过引导搜索过程使用预定义的的搜索模式。例如,方形或 hexagonshaped 或菱形搜索模式与不同大小受雇于几种快速运动算法这种以及三步搜索 (TSS)。
- 2022-01-25 21:06:12下载
- 积分:1
-
kemwn
卡尔曼和维纳滤波器的设计及使用 附带源代码(Kalman and Wiener filter design and the use of collateral source code)
- 2009-04-18 11:40:03下载
- 积分:1
-
svpwm
两电平SVPWM的MATLAB编程实现,输入端口为DQ轴下的指令电压和直流侧电压,输出为开关函数的瞬时值(Two-level SVPWM the MATLAB programming, enter the port under the command DQ-axis voltage and DC voltage, the output for the switching function of the instantaneous value)
- 2009-07-02 20:48:25下载
- 积分:1
-
azimuthal-projection
用matlab制作地图投影,包括等角,等距离,等面积的正轴,横轴,斜轴投影(Use matlab to make map projection, including isometric, equidistance, such as the size of the axis, horizontal axis, oblique projection)
- 2014-11-26 20:39:52下载
- 积分:1
-
jopt_sdk_4_0_6_evaluation_complete
vehicle routing withh time windows with genatic algorithms
- 2012-01-25 13:22:15下载
- 积分:1
-
bitinterleaver
CMMB 比特交织块(384*360)的MATLAB代码(CMMB Bit Interleaving block (384* 360) of the MATLAB code)
- 2009-02-06 17:33:31下载
- 积分:1
-
ipslove
整数规划工具箱
解压后 调用ipslv_mex()函数求解整数规划问题,经过本人测试,只能在matlab6.5以下的版本用(Integer programming toolkit called after decompression ipslv_mex () function for solving integer programming problems, after my testing, only in the following version matlab6.5)
- 2008-04-13 10:59:08下载
- 积分:1
-
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature al...
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.
We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conra
- 2022-08-08 20:40:42下载
- 积分:1