-
HOSA
提供了Matlab平台下高阶统计量的常用算法以及运算函数。并且给出了时间延迟估计等实际应用的算例(Matlab platform provides a higher-order statistics of the commonly used algorithms and computing functions. And gives the time delay estimation in practical applications, such as the numerical example)
- 2007-10-09 16:19:02下载
- 积分:1
-
fft
FFT频谱分析,包括矩形波,三角波,及其功率谱(FFT spectrum analysis)
- 2009-06-07 20:56:20下载
- 积分:1
-
dan
Matlab的Optimization软件包,虽然能很好地解决线性规划问题,但对于无解和有无穷个解地情况,结果不能让人满意,本人编了几个函数用于打印单纯形表。(Matlab Optimization package, Although able to solve linear programming problems, but no solution and a solution to the endless, the results are not satisfying. I compiled several functions for printing simplex table.)
- 2007-01-07 19:10:43下载
- 积分:1
-
The-effect-of-aliasing
MATLAB中的混叠的效果代码,其中包含:时域的混叠效果;频域的混叠效果(The effect of aliasing the MATLAB code, which includes: a time domain aliasing effects frequency domain aliasing effects)
- 2020-09-03 10:08:09下载
- 积分:1
-
lpcbymatlab
实现lpc脉冲编码仿真,运用matlab,有源码(LPC realize pulse code simulation, the use of matlab, has source)
- 2008-05-13 20:12:42下载
- 积分:1
-
ssimplex
单纯形算法法的matlab程序,用于解决线性规划问题,十分好用.(Simplex algorithm matlab law procedures, to resolve linear programming problems, very easy to use.)
- 2007-11-04 08:38:14下载
- 积分:1
-
eziir32
是学习matlab的很好程序资料 可以用来方便设计iir滤波器 比16位精确(Matlab is a good learning process can be used to facilitate the design of filter iir than 16 precision)
- 2007-03-19 15:01:51下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
intelligent-algorithm16-20examples
matlab 智能算法30个案例分析16-20例的代码(intelligent algorithm matlab analysis of 30 cases, 16-20 cases of code)
- 2011-11-01 21:31:24下载
- 积分:1
-
kuopin
一个基本利用simulink实现的扩频通信系统,包含扩频、调制、解扩、解调,可以比较全面的了解扩频系统的组成。(Simulink realization of a basic use of spread-spectrum communication systems, including spread spectrum, modulation, despreading, demodulation, can be a more comprehensive understanding of the composition of spread-spectrum systems.)
- 2009-10-19 16:06:09下载
- 积分:1