-
方波发生器
非常基础的设置产生方波波形的matlab程序举例(A matlab program examples to generate square wave shape .)
- 2018-04-28 19:48:52下载
- 积分:1
-
matlab
对一个信号文件导入并进行fft变换,显示图形;对信号是否平稳,周期性,采样点数N,有偏无偏处理的估计效果等都做了处理和显示(A signal file is imported and transformed by FFT to display graphics; whether the signal is stable, periodic, sampling point N, the estimation effect of biased and unbiased processing are processed and displayed.)
- 2020-09-27 20:47:45下载
- 积分:1
-
svt
matlab实现的svt(奇异值阈值)算法(matlab implementation svt (singular value threshold) algorithm)
- 2010-12-14 12:43:42下载
- 积分:1
-
lms
自己编写的AR过程线形预测器的LMS算法(I have written of the AR process of the LMS algorithm linear predictor)
- 2011-07-02 16:01:10下载
- 积分:1
-
adaptcluster_kmeans
MATLAB code for Adaptive kmeans Clustering for Color and Gray Image.
- 2015-02-03 12:43:14下载
- 积分:1
-
PossibilityDistribution
一个用matlab实现的基于图像灰度概率分布的图像模糊增强算法,本人已使用。(using a Matlab-based images to achieve the probability distribution of gray fuzzy image enhancement algorithms, I have to use.)
- 2005-05-25 18:48:05下载
- 积分:1
-
IIRxitongxinneng
本程序通过对IIR滤波器系统级联和并联及系数量化对系统性能的影响(This procedure IIR filter system by cascading and parallel and coefficient quantization on system performance)
- 2010-06-02 15:53:45下载
- 积分:1
-
车牌定位系统
说明: 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。(use this example to open directory pic of pictures, then click the button "turn", "1", "2", "3" and "4" and "5", can achieve precise positioning of the plates.)
- 2005-12-18 07:58:47下载
- 积分:1
-
guihuawenti
用Matlab实现的规划问题,可以直接运行(To complete the guihua problem by matlab language)
- 2009-10-21 22:31:59下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1