-
work
介绍一些小波函数的基本功能和常用函数,并举例(Introduce some basic functions and wavelet functions commonly used functions and an example)
- 2010-06-04 11:31:21下载
- 积分:1
-
ADC15_Matlab
15位ADC ,MATLAB仿真。。。。。。(15-bit ADC, MATLAB simulation。。。。。。。)
- 2010-07-09 10:08:32下载
- 积分:1
-
music_SNR_gujiwucha
空间功率谱估计之music算法的源代码 代码不长 很常见 很方便(Spatial power spectrum estimation of the music algorithm source code is not long, convenient common)
- 2011-09-13 09:49:05下载
- 积分:1
-
Matlab-wavelet-noise-removal
小波去噪程序,根据信号的频域特征对信号进行小波分解,然后去噪(program for artifact removal, this function is obtained based on the frequency feature of signal.)
- 2014-09-23 10:04:29下载
- 积分:1
-
ecg-identification
ecg signal reader and identification
- 2011-11-01 20:04:12下载
- 积分:1
-
solve-Sudoku
用来解数独游戏的程序,适合matlab入门者学习参考。(The program to solve Sudoku.)
- 2013-11-21 21:11:26下载
- 积分:1
-
traindiffevol
TRAINDIFFEVOL(NET,Pd,Tl,Ai,Q,TS,VV) takes these inputs,
NET - Neural network.
Pd - Delayed input vectors.
Tl - Layer target vectors.
Ai - Initial input delay conditions.
Q - Batch size.
TS - Time steps.
VV - Either empty matrix [] or structure of validation vectors.
and returns,
NET - Trained network.
TR - Training record of various values over each epoch:
TR.epoch - Epoch number.
TR.perf - Training performance.
TR.vperf - Validation performance.
TR.tperf - Test performance.
TR.mu - Adaptive mu value.
- 2013-04-22 06:17:04下载
- 积分:1
-
maple
用matlab生成分形图形-----枫叶(Health ingredients with matlab fractal graphics----- Maple Leaf)
- 2008-01-13 10:51:08下载
- 积分: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
-
show-point-cloud
一个简单的点云显示程序,基于MATLAB。读取.asc文件中的数据,然后显示并优化。(A simple point cloud display program, based on MATLAB. .asc File to read the data, and then display and optimization.)
- 2015-04-12 16:57:42下载
- 积分:1