-
mfiles.of.Statistical.Digital.Signal.Procesing
Complete m-files of the book "statistical_digital_signal_processing_and_modeling" by Hayes
- 2010-09-11 00:54:37下载
- 积分:1
-
initialactivecontour
用MATLAB编写的主动轮廓提取算法,该算法能对图像中的目标轮廓进行高效检测(Written by MATLAB active contour extraction algorithm that can image the efficient detection of object contour)
- 2010-11-09 11:01:25下载
- 积分:1
-
RGB_to_AVI
这个程序能够将图像序列合并成一个avi格式的视频,用于matlab软件处理(This application can merge into an avi format video image sequence, used to deal with the matlab software)
- 2013-03-16 10:48:19下载
- 积分:1
-
paper2
Simplifying the Configuration of 802.11 Wireless Networks with Effective SNR
- 2015-03-03 13:24:26下载
- 积分:1
-
MGM
说明: MGM(1,1)模型预测及精度检验,可直接使用(MGM (1,1) model prediction and accuracy test can be used directly)
- 2021-04-08 20:29:00下载
- 积分:1
-
exercises
a good book on numerical pde and its miles !
- 2011-09-27 21:32:37下载
- 积分:1
-
16QAM
16QAM仿真系统,学通信实验必备,绝对有用。(16QAM simulation system, learning communication experiment must absolutely useful.)
- 2007-12-14 21:08:08下载
- 积分:1
-
Matlabfcm
说明: fcm模糊聚类算法的matlab实现,非常好用(fcm the matlab fuzzy clustering algorithm to achieve very good)
- 2009-08-01 14:42:57下载
- 积分:1
-
dpdsimulation
说明: 该程序用一种16QAM信号源进行数字预失真的仿真,有一定的参考价值。(The program with a 16QAM signal simulation for digital pre-distortion, there is some reference value.)
- 2011-03-08 20:58:15下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1