-
filter-MATLAB
实现自适应滤波器的功能 并经过改进和优化(Implement an adaptive echo cancellation algorithm in C and download it to the TMS320C6713 DSP Starter Kit)
- 2009-06-16 15:08:40下载
- 积分:1
-
data_associate1
一种用于多目标数据互联的matlab程序,在杂波环境下,实现卡尔曼滤波和最近邻数据数据互联,同时实现卡尔曼滤波与慨率数据的互联.(A method for multi-target tracking matlab procedures in a cluttered environment to achieve Kalman filtering and the data nearest neighbor data association, while achieving the interconnection of the Kalman filter with generous rate data.)
- 2013-04-01 09:43:43下载
- 积分:1
-
Gravity_anomaly
重力异常反演,《MATLAB程序设计及在地球物理中的应用》一书中的代码,手动敲的。(Gravity anomaly inversion, MATLAB programming and application in geophysics, a book of code, manual knock.)
- 2017-03-29 13:51:44下载
- 积分:1
-
蚁群算法
说明: 这是一份可用于matlab平台,利用蚁群算法求解旅行商问题的代码(Ant colony algorithm for traveling salesman problem)
- 2019-01-26 11:46:10下载
- 积分:1
-
yinzi
matlab中的移植算法,可以解决很多问题o(matlab transplantation in the algorithm, can solve many problems o)
- 2007-09-28 11:19:43下载
- 积分:1
-
边缘检测以及霍夫变换
说明: 简单的Canny边缘检测程序,另外包含霍夫变换检测道路直线。(Simple Canny edge detection procedures, including Hough transform detection of road lines.)
- 2020-12-30 14:03:01下载
- 积分:1
-
完整的虚拟阵元进行DOA估计源程序
加入重复控制,能量熵的计算,三相光伏逆变并网的仿真,包含优化类的几个简单示例程序,有详细的注释,一些自适应信号处理的算法。
- 2022-02-02 16:25:27下载
- 积分:1
-
ber_bpsk误码率仿真
对BPSK调制技术进行误码率性能的仿真,可以计算出信噪比和误码率的曲线,进一步分析系统的通信性能,实际在MATLAB中进行仿真,代码可行。学习沟通交流用很方便,大家可以在源代码上进行修改,按照自己的想法进行仿真。
- 2022-10-17 18:25:03下载
- 积分:1
-
MSE
mse算法的matlab仿真程序,包含LS_MSE_calc.m,MMSE_MSE_calc.m,SER_compare.m
文件(mse algorithm matlab simulation program, including LS_MSE_calc.m, MMSE_MSE_calc.m, SER_compare.m file)
- 2010-07-31 15:50:51下载
- 积分:1
-
makeLdpc
LDPC编码算法,
Create R = 1/2 low density parity check matrix
M : Number of row
N : Number of column
method : Method for distributing non-zero element
{0} Evencol : For each column, place 1s uniformly at random
{1} Evenboth: For each column and row, place 1s uniformly at random
noCyle : Length-4 cycle
{0} Ignore (do nothing)
{1} Eliminate
onePerCol: Number of ones per column
H : Low density parity check matrix(LDPC_code source
Create R = 1/2 low density parity check matrix
M : Number of row
N : Number of column
method : Method for distributing non-zero element
{0} Evencol : For each column, place 1s uniformly at random
{1} Evenboth: For each column and row, place 1s uniformly at random
noCyle : Length-4 cycle
{0} Ignore (do nothing)
{1} Eliminate
onePerCol: Number of ones per column
H : Low density parity check matrix)
- 2009-12-03 11:13:42下载
- 积分:1