-
numerical_methods_using_matlab
数值方法(MATLAB版)第三版 英文
本书介绍了数值方法的理论和实践知识。以实际例题说明概念定理,含大量习题和编程题。(numerical methods (MATLAB version) English third edition of the book on the numerical method of theoretical and practical knowledge. Practical examples to clarify the concept theorem, with a large number of exercises and programming problems.)
- 2007-05-29 20:35:03下载
- 积分:1
-
Arnold-Tongue-of-HH
there is a matlab cod for computing Arnold Tongue in Hodgkin-Huxley model,and it occur when we have synchronization.This model is famous in neuroscience.
- 2013-08-22 16:14:34下载
- 积分:1
-
Weiner-Filter
Project on Image Restoration
- 2013-11-12 17:56:35下载
- 积分:1
-
floy
floyd算法,代码简单易学,而且配有示例。(floyd algorithm, the code is easy to learn, and with examples.)
- 2011-12-27 21:46:40下载
- 积分:1
-
noisex-92
Noise-92 can be used for speech enhancement experiment, including babble, pink noises etc.
- 2015-05-29 10:00:24下载
- 积分:1
-
task2
说明: 兰伯特投影变换,可将大地坐标与兰伯特坐标系左边相互转换(Lambert projection transformation)
- 2010-03-30 22:57:55下载
- 积分:1
-
2
说明: 假设移动用户从距离基站1英里的地方开始以每小时40英里的恒定速度相基站移动,仿真移动用户在这2s时间间隔内所接收的信号(及其频谱)(Suppose mobile user from the base station a mile from the start where the constant speed of 40 miles per hour relative to the base station mobile, mobile users in the 2s simulation time interval the received signal (its spectrum))
- 2011-07-16 23:17:27下载
- 积分:1
-
sliderPanel
在matlab的ui里创建滑动组件,具有交互式文件编辑框,标签等多种功能。(Creates a slider in a separate uipanel, with an associated interactive EditBox, and left and right labels showing the minimum and maximum values of the slider, respectively.Moving the slider automatically updates the textbox, and vice versa. Both slider movement and text edits will trigger (non-recursively) the callback of the slider.)
- 2014-02-20 22:05:16下载
- 积分:1
-
BST3_array
In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A recursive definition using just set theory notions is that a (non-empty) binary tree is a triple (L, S, R), where L and R are binary trees or the empty set and S is a singleton set.[1] Some authors allow the binary tree to be the empty set as well.
- 2016-02-10 15:10:19下载
- 积分:1
-
smooth2
对于一个二值图像骨架化之后进行边缘平滑,滤波,效果非常不错,适合于任何二值图片(After a binary image is skeletonized, it is smoothed and filtered. The effect is very good. It is suitable for any binary image.)
- 2021-04-12 18:18:57下载
- 积分:1