-
coding_xn
根据输入的概率进行香农编码,然后输出必要的参数和编码的结果。其中有嵌套程序。(Probability under the Importation of Shannon coding, and then output the necessary parameters and the coding results. Which have nested procedures.)
- 2007-09-04 21:40:52下载
- 积分:1
-
Integral-turbulence-test
湍流统计特性检验,用于通量数据质量描述
湍流统计特性检验,用于通量数据质量描述(Examine the statistical properties of turbulence for the turbulent fluxes describe the statistical properties of the data quality tests for data quality description flux)
- 2014-12-04 14:51:43下载
- 积分:1
-
Berger_Enkhbayar
Berger algorythm heart rate variability by me(Eegii33)
- 2013-05-07 09:50:26下载
- 积分:1
-
hp-upqc
An ideal AC power transmission is pure sinusoidal, both its voltage and its current. With
the increasing production of modern industry, more and more power electronic equipments
are used and cause serious current distortion because of open and close of power electronic
devices. Harmonic, a measurement of distorted degree of voltage or current, reflects the
deviation from sinusoidal wave.
- 2012-02-14 18:18:00下载
- 积分:1
-
79419087gameD
simple network game(simple network game matlab code)
- 2019-05-21 21:51:55下载
- 积分:1
-
bp-network
matlab写的人工神经网络的例子,附有处理图片和注释(matlab written examples of artificial neural networks with image processing and annotation)
- 2008-12-15 20:51:53下载
- 积分:1
-
MATLAB-BP-tool-book
面向工程的神经网络的应用 收藏了很久 分享下(The neural network applications engineering-oriented collection a long time to share the next)
- 2013-03-08 00:02:26下载
- 积分:1
-
wxc
基于多频(三频)的频谱校正(相位差法),达到校正相位的目的,已经过调试。(Based on multi-frequency (C-band) spectrum correction (phase difference method) to achieve the purpose of the correction phase, has been testing.)
- 2012-11-05 20:19:40下载
- 积分:1
-
改进后的蜂群算法
改进的蜂群优化算法,用于损伤识别的处理~~~(Improved bee colony optimization algorithm for damage identification~~~)
- 2019-04-24 07:49:01下载
- 积分:1
-
matlab彩色灰度图直方图均衡化代码
matlab灰度图直方图均衡化代码,
sourcePic=imread("D:图像处理软件工作区1--图片库2 (3).jpg"); %读取原图象
[m,n,o]=size(sourcePic);
figure(1)
imshow(sourcePic);
gp=zeros(1,256); %创建一个全零矩阵,1×256,计算各灰度出现的概率
for i=1:256
gp(i)=length(find(sourcePic == (i-1)))/(m*n);
end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
&
- 2022-06-12 00:55:16下载
- 积分:1