搜索资源列表
模糊C-均值(FCM)聚类算法Matlab实现
- 模糊聚类是一种重要数据分析和建模的无监督方法。简单概述模糊聚类的概念,介绍模糊C-均值(FCM)算法,并在matlab软件上对该算法进行仿真,结果表明,该算法设计简单,应用范围广,但改算法仍存在容易陷入局部极值点等问题,还需进一步研究
EMM盲运动模糊图像的恢复
- 摘 要 盲图像恢复的主要困难是信息不足,而为了恢复图像和确定点扩散函数需要适当的先验知识。解决这个问题的法、 法以及正则化方法等。但是这些方法的计算量都太大,针对上述方法的不足,文章提出了一种恢复图方法有图像的新算法,它通过恢复残差的最小化和后验概率的最大化来估计参数和恢复图像。其中,巧妙地利用了最陡梯度法和 共轭梯度法的迭代求解。对由于运动造成的模糊图像,可以明显地改善图像的质量,实验结果证明,在对模糊操作没有严格限制的情况下,仍可得到较好的恢复图像。,: : 2$*/<$ I?E
Wireless-Mimo
- 利用射线追踪技术仿真mimo系统,内涵c ++和matlab代码-This project explores the development of a multiple input multiple output (MIMO) simulator using ray tracing techniques.
a_leach_docoment
- leach源码的说明文档 非常好 初学者必看-a very good document for leach study
WORD
- I = imread( C:\MATLAB701\toolbox\images\imdemos\coins.png ) imshow(I) figure, imhist(I,64)
qos
- quality of service od calls.... and communications with code-quality of service od calls.... and communications with code..
EEVAR
- 这是一个英语文章,讲述怎么优化LEACH,和在实际当中的有效数据传送问题!-This is an English article, how about optimizing LEACH, and in practice, the effective data transfer problem!
PEG
- LDPC码的PEG构造算法,C语言编写。 希望对研究LDPC码的同仁们有所帮助-LDPC codes PEG construction algorithm, C language. Hope that the study of LDPC codes help colleagues
802_11MAC_layer_handoff
- 文章从理论上分析了IEEE802.n无线网络MAC层切换原理和 程,对几种可行的算法进行了比较,分析、计算了切换的延迟时间 提出了带优先级的选择性扫描切换算法和双网卡并行算法等改进 略。借助于开放源代码,用Linux下的wirelesstoo1s提供的A 函数,编写C程序,实现了无线MAC层的快速切换。并且在网络无 覆盖和开放认证的情况下,利用该程序对提出的几种算法分别进行 实验测试分析。 -This paper theoretically analyzes the
MatlabandC
- Matlab与C混合编程实现Type2模糊系统,文献资料-Matlab and C mixed programming Type2 fuzzy systems, literature
SCME
- C语言和matlab语言混编的 3GPP里的LTE信道模型SCME,压缩包内含代码和说明文档-C and MATLAB implementation of the 3GPP Spatial Channel Model Extended (SCME)
itpp-html-doc-4.2.tar
- IT++是一个数学、信号处理和通信类功能的C++库。本资料是2010.09最新版本。-IT++ is a mathematical, signal processing and communications functions in C++ library. Its main purpose is to simulate communications systems and conducting research in related fields of communication. It co
B.Sc
- my bsc project on wsn specialy on leach and leach-c protocol
Schmidl_Cox_original
- OFDM 同步技术研究 Schmidl_Cox算法 定时估计matlab程序-OFDM the synchronization technology research S&C algorithm timing estimation
LowFilter
- 实现各种数字滤波器C程序,将产生的数据,经Matlab进行频域变化 可绘出滤波器的幅频特性和相频特性-Achieve a variety of digital filters C program will generate the data changes in the frequency domain plot of the amplitude-frequency characteristics of the filter and phase-frequency characteristic,
fft(matlab)
- 用C语言编写的程序,可以实现傅里叶变换的功能-failed to translate
matlab
- function [out1,out2] = humps(x) HUMPS A function used by QUADDEMO, ZERODEMO and FPLOTDEMO. Y = HUMPS(X) is a function with strong maxima near x = .3 and x = .9. [X,Y] = HUMPS(X) also returns X. With no input arguments, HUMPS uses X
matlab-and-CPP-hybrid-programming
- 项目需求,最近折腾了下混合编程。网上的相关教程有的太老,方法过时;有的由于matlab版本及系统的问题不适用。摸索整理此文,一是备忘,二是供大家有类似需求时参考。在VC中调用MATLAB,总结有以下几种方法:1、调用Matlab引擎;2、调用Matlab中M函数转化成的dll文件;3、调用Matlab中M函数转化成的c语言的函数。本文实现第二种方法,将m文件转为dll,供VC调用。-matlab and C++ hybrid programming
Matlab-and-CPP-interface
- Matlab和C++接口中函数注册的实现-Implementation of function register in Matlab and C++ interface