-
MeanShiftCluster
this code is knows Mean Shift algorithm
- 2009-03-04 17:28:09下载
- 积分:1
-
3d_MoM
its a 3d MoM for RWG basis function and have a fun.
- 2009-03-29 15:52:23下载
- 积分:1
-
Massive-MIMO
关于大规模MIMO的论文,包括导频设计、信道估计等内容,有一定参考价值(MIMO papers on a large scale, including the pilot design, channel estimation, etc., have a certain reference value)
- 2013-11-30 16:40:42下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
myRLS
说明: 自适应滤波器rls的MATLAB算法的实现,很经典(Rls adaptive filter algorithm of MATLAB, it is a classic)
- 2008-11-11 12:31:58下载
- 积分:1
-
tf_estimate
通过输入x和输出y来估计系统的传递函数模型(Through the input x and output y to estimate the system transfer function model)
- 2013-07-15 11:07:26下载
- 积分:1
-
mimo-transmission
模拟信号在多天线下传输的整个过程,包括调制、过信道、解调、计算误码率等(The analog signal in a multiple antenna transmission the entire process, including modulation, over a channel demodulation, calculate the error rate)
- 2013-10-29 10:50:42下载
- 积分:1
-
ju740
包含飞行器飞行中的姿态控制,如侧滑角,倾斜角,滚转角,俯仰角,有井曲线作为输入可计算其地震波的衰减,matlab程序运行时导入数据文件作为输入参数。( It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle, There is a well attenuation curve as input to calculate its seismic waves, Import data files as input parameters matlab program is running.)
- 2017-03-29 11:36:25下载
- 积分:1
-
understanding-LTE-with-MATLAB
《全面详解LTE:MATLAB建模、仿真与实现》是本LTE与MATLAB完美结合的图书,以实用、高效、直观的方式详解LTE,学习4G技术。详解LTE物理层及相关协议,包含MATLAB源代码,从事LTE领域,你会需要《全面详解LTE:MATLAB建模、仿真与实现》。( Full Detailed LTE: MATLAB modeling, simulation and implementation is the perfect combination of LTE and MATLAB books, practical, efficient and intuitive way to explain LTE, 4G technology learning. Detailed LTE physical layer and related protocols, including MATLAB source code, engaged in the field of LTE, you ll need to fully explain LTE: MATLAB modeling, simulation and implementation. )
- 2016-03-21 15:58:10下载
- 积分:1
-
rossler
说明: 对于Rossler方程组这样的非线形微分方程组,不可能求得其解析解,利用MATLAB可以用数值解法进行模拟。(Rossler equations for the non-linear differential equations, it is impossible to seek its analytic solution, using MATLAB method can be used for numerical simulation.)
- 2006-04-23 16:09:46下载
- 积分:1