-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1
-
communication.simulation
说明: 该程序包括了通信系统的相关仿真程序(matlab),并给出了QPSK、MPSK、BPSK等调制方式的相关matlab仿真程序。(The procedures include the communications system simulation related procedures (Matlab), and gives a QPSK, MPSK, such as BPSK modulation of Matlab simulation program.)
- 2020-10-05 16:17:38下载
- 积分:1
-
kmeans
This is the code for vector quantization by using k-means
- 2009-05-14 12:21:47下载
- 积分:1
-
pidmohucontrol
说明: pid控制器模糊免疫优化算法程序,matlab编程,直接在matlab中运行(pid fuzzy controller optimization algorithm immunization procedures, Matlab programming, directly in Matlab run)
- 2006-05-10 16:53:51下载
- 积分:1
-
shannon-limit
通过matlab仿真实现香浓限的逼近,并进行比较。(Matlab simulation of the Shannon limit approaching, and for comparison.)
- 2012-06-11 16:06:16下载
- 积分:1
-
seg-ijcv[1]
Graph-Based Segmentation 是经典的图像分割算法,该算法是基于图的 贪心聚类 算法,实现简单,速度比较快,精度也还行。(Graph based Segmentation is a classical image Segmentation algorithms, the algorithm is Based on the figure of greedy clustering algorithm, speed is faster, and easy to implement precision is also ok.)
- 2015-04-09 09:34:11下载
- 积分:1
-
MATLAB_books
本书提供了使用MATLAB的实践性指导。本书是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。(This book provides the use of MATLAB practical guidance. This book is a concise MATLAB reference books, applies to both beginners, also suitable for senior MATLAB users.
)
- 2011-12-05 00:07:50下载
- 积分:1
-
arthurv-OpenTLD-1e3cd0b
这个是kalal大神的TLD目标跟踪算法源码,是matlab版本的,功能很好很强大,经典的目标跟踪算法(This is kalal God TLD target tracking algorithm source code, the function is very very strong, classic target tracking algorithm)
- 2012-10-22 22:08:17下载
- 积分:1
-
雷达的恒虚警检测技术 cfar_detector2
雷达的恒虚警检测技术,二维cfar,采用十字形取数法(Radar CFAR detection technology, two-dimensional CFAR, using the cross number method)
- 2021-04-12 21:48:56下载
- 积分:1
-
MatlabSimpleTutor
Its too simple and easy Understanding for developers who want to improve MATLAB knowledge in DIP method.
- 2012-01-27 16:35:21下载
- 积分:1