-
vv
说明: 使用小波包变换分析信号的MATLAB程序(MATLAB)
- 2009-05-28 14:35:01下载
- 积分:1
-
Bilateral
图像的双边滤波增强算法,效果不错 欢迎大家试用!(Image enhancement by bilateral )
- 2010-12-25 11:20:13下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
choppercycloconverter
chopper cycloconverter with document
- 2010-01-23 03:03:59下载
- 积分:1
-
rutina
2D fem solver for Octave/matlab
- 2012-05-22 03:14:40下载
- 积分:1
-
随机潮流计算
说明: 首先从微电源、储能元件、负荷各方面对微网建模展开研究,并在对现有的电力系统随机潮流算法进行全面对比分析的基础上,重点研究了基于半不变量及Gram-Charlier级数的随机潮流算法,将其应用于微网的随机潮流计算分析中。(Firstly, micro-grid modeling is studied from the aspects of micro-power supply, energy storage components and load. On the basis of comprehensive comparative analysis of existing power system stochastic power flow algorithms, the stochastic power flow algorithm based on semi-invariant and Gram-Charlier series is studied, and applied to the stochastic power flow calculation and analysis of micro-grid.)
- 2019-10-03 14:57:22下载
- 积分:1
-
houghdetectline
hough变换检测直线,MATLAB环境下可直接运行(hough detect lines)
- 2010-11-09 20:19:15下载
- 积分:1
-
fourier-transform
使用函数 fourier()可以实现信号 f(t)的傅里叶变换.(The functions of fourier transform.)
- 2010-06-01 15:04:05下载
- 积分:1
-
ghash-clmulni-intel_glue
Accelerated GHASH implementation with Intel PCLMULQDQ-NI instructions. This file contains glue code.
- 2014-08-30 11:10:14下载
- 积分:1
-
TFA
TFA codes . STFT for 2D images Short term fourier transform for images. Short term fourier transform for images
- 2011-11-25 19:59:06下载
- 积分:1