-
Taflove_FDTD
taflov所写的关于FDTD书中的完整程序,包含有1D,2D,3D的完整例子,对初学者非常的有用。(taflov written the book on the FDTD complete procedures, includes 1D, 2D, 3D complete examples, very useful for beginners.)
- 2007-12-23 12:00:03下载
- 积分:1
-
Acoustic_MOdeling_Single_Diagonal_Gaussian_HMM_Sp
this code is speech recog nition based on gaussian
nodel
- 2014-12-01 14:11:26下载
- 积分:1
-
ComposePathEffect
Construct a PathEffect whose effect is to apply first the inner effect and the the outer pathEffect.
- 2014-01-16 12:51:28下载
- 积分:1
-
Project_reference
有关语音增强 LPC 倒谱分析 去噪的matlab程序(Speech enhancement of the LPC cepstrum analysis matlab denoising procedures)
- 2009-06-03 15:32:14下载
- 积分:1
-
LDPC-2012-02-11
LDPC编码的C语言实现。包括校验矩阵,生产矩阵的生成,编码,译码等。(LDPC coding in C language. Including the parity matrix, matrix production generation, encoding, decoding and the like.)
- 2013-12-14 21:18:48下载
- 积分:1
-
interface-camera-with-web-cam
interface camera with matlab
- 2012-10-02 10:34:25下载
- 积分:1
-
Cryptography
cryptography is a technique used for decryption and encryption
- 2012-04-16 17:51:27下载
- 积分:1
-
SelPSOprogram
自适应粒子群优化算法,更换目标函数后即可使用(Adaptive particle swarm optimization algorithm, can be used after replacing the objective function)
- 2011-05-10 20:04:39下载
- 积分:1
-
lab1
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:56:01下载
- 积分:1
-
MATLABshiyongyuandaima
目录
1.图像反转 2
2.灰度线性变换 2
3.非线性变换 4
4.直方图均衡化 5
5. 线性平滑滤波器 6
6.中值滤波器 7
7.用Sobel算子和拉普拉斯对图像锐化: 8
8.梯度算子检测边缘 9
9.LOG算子检测边缘 11
10.Canny算子检测边 缘 12
11.边界跟踪 (bwtraceboundary函数) 13
12.Hough变换 14
13.直方图阈值法 16
14. 自动阈值法:Otsu法 18
15.膨胀操作 19
16.腐蚀操作 20
17.开启和闭合操作 21
18.开启和闭合组合操作 22
19.形态学边界提取 24
20.形态学骨架提取 25
21.直接提取四个顶点坐标 26
22.文件打开窗口 27
(Contents 1 image reversal 22 23 gray linear transformation. Nonlinear transformation 44. Histogram equalization 55 linear smoothing filters 66. Median filter 77. Sobel operator and Rapp Las Image Sharpening: 88. gradient edge detection operator 9 9.LOG edge detection operator 11 10.Canny count of edge detection 1211. the border tracking (bwtraceboundary function) 1413 13 12.Hough transform histogram. threshold Law 1614 automatic thresholding method: Otsu 1815 expansion operation 1916. corrosion operation 2017. opening and closing operation of 2118. combination of opening and closing operation 2219. morphology boundary extraction 24 20 morphological skeleton extraction 2521 direct extraction of four vertex coordinates 2622 File Open window 27)
- 2013-05-10 21:44:14下载
- 积分:1