-
zimmerk_scia05
eBook about ANPR. Finding, analizing, process images to find regestration number plate in the image
- 2010-01-25 00:10:00下载
- 积分:1
-
KALMAN-FILTER
用于有色噪声的卡尔曼滤波,是无迹卡尔曼滤波(For colored noise Kalman filter, unscented Kalman filter)
- 2013-04-03 22:48:10下载
- 积分:1
-
1
说明: 信号处理,进行信号检测与处理,通过设定threshold来进行信号检测的可信度调整(Credibility adjustment signal processing, signal detection and processing, by setting threshold for signal detection)
- 2013-12-02 04:15:17下载
- 积分:1
-
LDPC_Decoder_TDMP
LDPC Coding with PSK modulation in an AWGN channel
Description
LDPC Coding with PSK modulation in an AWGN channel
Most of the functions are built in matlab functions found in the comm. toolbox. These can also be easily configurable in the code to meet your requirements.
In the given code, set the SNR, codeRate, modulation order (psk) and Number of frames to be simulated.
Please feel free to contact me and let me know your comments.
- 2020-11-29 21:59:29下载
- 积分:1
-
Variogram_linear
matlab环境下,克里金插值中使用线性方式拟合出的球状模型的变异函数系数(Kriging interpolation using a linear fitting spherical variogram model coefficients in matlab)
- 2012-11-28 12:56:23下载
- 积分:1
-
MacCormack
MacCormack格式
一维黎曼问题数值解(MacCormack numerical solution of one dimensional Riemannian question format)
- 2014-04-11 17:21:16下载
- 积分:1
-
Bilateral
图像的双边滤波增强算法,效果不错 欢迎大家试用!(Image enhancement by bilateral )
- 2010-12-25 11:20:13下载
- 积分:1
-
201103140001
说明: 本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。(Based on MATLAB 5.2 version of the book provides a practical guide to using MATLAB. MATLAB has become suitable for multi-disciplinary, multi-working platform powerful, user-friendly, natural and open strong language of large outstanding applications, but also have become domestic institutions of higher learning higher mathematics, numerical analysis, digital signal processing, automatic application of control theory and engineering courses of basic teaching tool. Logically organized book, from beginning to end with an example description content of each chapter is relatively complete and independent MATLAB is a concise reference book, both for beginners or advanced MATLAB users.)
- 2011-03-14 11:09:26下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
SD
说明: 该算法实现了球形译码算法SD的算法仿真,包含不同的调用函数,可以实现。(The algorithm implements the algorithm simulation sphere decoding algorithm for SD, including calling the function different, can achieve.)
- 2021-04-09 20:58:59下载
- 积分:1