-
Moran
matlab中计算全局空间自相关性程序代码,(The matlab calculated global spatial autocorrelation program code)
- 2013-01-20 12:01:44下载
- 积分:1
-
tuxiangchuli_hanshu
学习中整理的一些处理模糊图像的函数,多数来自《数字图像处理MATLAB版》中的一些函数,希望能给大家帮助(Learning some sort of deal with the ambiguity function of the image, mostly the Digital Image Processing MATLAB version of some of the functions, I hope everyone can help)
- 2015-03-18 15:10:45下载
- 积分:1
-
feixianxingdongtai
用matlab实现的非线性动态范围调整算法,采用对数函数对图像进行增强,对低照度图像有一定效果(Nonlinear dynamic range adjustment algorithm matlab implementation, using a logarithmic function of image enhancement, image has a certain effect on the illumination)
- 2014-01-22 18:16:08下载
- 积分:1
-
fangzhen3
基于训练序列的MIMO信道最小二乘估计算法蒙特卡洛仿真(Training sequence based MIMO channel estimation algorithms least squares Monte Carlo simulation)
- 2016-04-28 19:52:38下载
- 积分:1
-
matlab
一些经典的例子,对初学MATLAB的同事可能带来帮助(matlab)
- 2009-03-23 08:38:10下载
- 积分:1
-
dwtsinsigenergycalculation
Energy calculation for compression and denoising
- 2011-02-01 12:15:53下载
- 积分:1
-
REST_V1.8_121225
本软件主要用于fMRI等图像数据处理,常常结合matlab分析,希望对大家有用(This software is mainly used for the fMRI image data processing, and is often combined with Matlab analysis, and hope to be useful)
- 2013-02-22 20:45:11下载
- 积分:1
-
wcdmadownlinkpowercontrol
说明: 这是一个wcdma下行功率控制仿真的源代码,还不很成熟,但是基本过程具备了,可以运行,但需要进一步修改(This is a WCDMA downlink power control simulation source code, not very mature, but the basic process is here, and can run, but needs further revisions)
- 2006-03-23 00:04:59下载
- 积分:1
-
Digital
我们上课用的数字信号处理课件,感觉挺好的,大家参考一下啊!(Our school used digital signal processing software, I feel very good and everybody look at ah!)
- 2009-04-06 01:35:00下载
- 积分:1
-
ForK1
我们的目的是将一个分数拆分成若干个分子是1分母是正整数的分数之和的形式。例如2/3可以拆分成1/2+1/6的形式。这里不考虑顺序,比如1/6+1/2和1/2+1/6相同。
输入p, q, a, n, 其中p/q为分数,对这个分数进行拆分,要求拆分的分数个数不能多于n个,所有分母的乘积不能大于a。求有多少种拆分方法?
输入:最多200组数据。在每行中都有四个数分别表示p, q, a, n,之间以空格隔开,并且满足p,q<=800,a<=12000,n<=7,最后以四个0做为输入的结束。
输入示例:
2 3 120 3
2 3 300 3
0 0 0 0
输出示例:
4
7
(Our aim is to split a fraction into a number of elements is a denominator is a positive integer fraction of the sum of form. For example, 2/3 can be split into 1/2+1/6 form. Not considered here, the order, such as 1/6+1/2 and 1/2+1/6 of the same. Input p, q, a, n, where p/q as a fraction of this split scores require no more than the number of split points n-all the product of the denominator can not be larger than a. How many kinds of demand split method? Input: Up to 200 sets of data. In each line has four numbers indicate the p, q, a, n, separated by a space between, and meet the p, q < = 800, a < = 12000, n < = 7, the end, four 0 as the input end. Input Example: 2,312,032,330,030,000 sample output: 47)
- 2009-11-12 09:54:17下载
- 积分:1