-
Ch7figs
《最优阵列处理》一书第七章的MATLAB例程,包括各种自适应波束形成算法。(" Best array processing," a book chapter VII of the routine, mainly adaptive beamforming algorithm.)
- 2009-04-13 00:12:47下载
- 积分:1
-
本代码是基于MIMO-OFDM系统下做的信道估计技术的研究
本代码是基于MIMO-OFDM系统下做的信道估计技术的研究。MIMO,OFDM是4G的核心技术,两者相结合的估计算法也是现在研究的热点。本代码包括几种核心的估计算法并可直接仿真出结果。(The code is based on MIMO-OFDM system channel estimation to do research. MIMO, OFDM is the core of 4G technology, a combination of both the estimation algorithm is now a hot research. The code includes several core estimation algorithm and simulation results directly.)
- 2020-06-27 00:40:01下载
- 积分:1
-
emd
EMD算法,经验模态分解,信号处理与分析方面用到,算法很简单,中文(EMD algorithm, the empirical mode decomposition, signal processing and analysis used, the algorithm is very simple, Chinese)
- 2013-12-12 15:43:06下载
- 积分:1
-
freeselectmarker
本程序的功能是实现人为框定目标后,对目标进行灰度边缘的提取和标记。(gray scale image,edge detected.)
- 2009-03-09 14:49:24下载
- 积分:1
-
SMI
基于麦克风阵列的自适应波束形成算法.它是基于SMI自适应算法(Microphone array based adaptive beamforming algorithm which is based on the SMI adaptive algorithm)
- 2013-07-09 15:49:37下载
- 积分:1
-
matlabgoodproduce
matlab非常实用的程序 包括图像 函数 供初学者学习 很好用 (matlab very useful function of the program, including images used for beginners to learn good)
- 2009-06-07 00:47:15下载
- 积分:1
-
EMD_prog_pack_emd
一个法国人的Matlab EMD程序,包括例程,分享给大家。(A French Matlab EMD procedures, including routines, to others.)
- 2010-01-11 16:08:26下载
- 积分:1
-
write-raw
MATLAB读写裸数据,将MATLAB的mat格式文件,写成所需的图像类型格式(MATLAB to read and write raw data to the MATLAB mat format file, write the desired image type format)
- 2020-12-26 19:59:03下载
- 积分:1
-
fuzzypid
模糊控制MDL模糊MATLABfuzzypid(MDL fuzzy control fuzzy MATLAB uzzypid)
- 2008-03-04 16:50:48下载
- 积分:1
-
0
说明: 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入.
输入:第一行两个正整数n(物品数)和C(容量)
第二行n个正整数n,表示物品价值
第三行n个正整数n,表示物品重量
输出:第一行表示总价值
第二行n个数(0/1),0表示物品不装入,1表示装入
例如,
输入:
5 10
6 3 5 4 6
2 2 6 5 4
输出
15
1 1 0 0 1
(Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
- 2009-07-01 23:07:01下载
- 积分:1