-
duoweibianliang
多维变量的寻优算法,遗传算法解决多变量的最优化问题。(multivariable GA)
- 2010-12-06 10:30:59下载
- 积分:1
-
wavePredict
随着新的数学工具小波分析的实用化为基于NN负荷预测模型性能的改善提供了理论依据对于电力系统负荷非线性时间序列的辨识在预测方法研究中应给予重视在本文所用的基于小波原理和NN融合的预测原理是具有强的非线性时间序列的辩能力由研究和仿真表明它能有效提高预测的精度(with new mathematical tools wavelet analysis based on NN into practical load forecasting model to improve the performance of the rationale On the basis for the power system load nonlinear time series forecasting methods in literacy research should give importance to the use of paper Based on wavelet theory and NN fusion principle is the forecast of strong nonlinear time series by the dialectical capacity of research and simulation shows it can effectively improve the accuracy of forecasts)
- 2007-04-04 13:22:53下载
- 积分:1
-
FFT
用matlab写的FFT程序。简单易懂!(FFT with matlab written procedures. Easy-to-read!)
- 2008-04-18 14:23:30下载
- 积分:1
-
QRcode
QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.(As a high-speed, full identification of the two-dimensional bar code, QR code has been applied in all walks of life, and also has great potential for development. In this paper, aiming at QR code image recognition process may be encountered in noise interference, QR code accounting for the actual captured image just a part, slant, geometric distortion, and other issues have been studied, put forward through improved median filter to remove noise, use QR code symbol characteristics to locate and rotate the tilted image, distortion which is not serious use control-point transform and spatial bilinear interpolation method for geometric correction. The results show that this method is simple and effective, can be used to improve the QR code correct recognition rate.)
- 2010-12-19 23:54:18下载
- 积分:1
-
高等土力学课程-CamClay
说明: 高等土力学剑桥模型示例文件,土的本构模型(Cambridge model of advanced soil mechanics, constitutive model of soil)
- 2020-12-04 11:09:25下载
- 积分:1
-
lim11limftf
matlab, FTF算法,选用电力系统谐波信号作为输入信号。参考书目:现代数字信号处理,皇甫堪等,电子工业出版社(matlab,)
- 2009-05-20 20:56:50下载
- 积分:1
-
PracticalRfSystemDesign
本书介绍射频微波系统设计,也包括其他阻抗匹配、天线等高频技术。(This book is about systems that operate at radio frequencies (RF) (including microwaves) where high-frequency techniques, such as impedance matching, are
important.)
- 2009-06-23 20:06:02下载
- 积分:1
-
segment_new
C++ implementation of Local Self Similarity. shi xian tu xiang de rong
- 2014-10-12 02:09:50下载
- 积分:1
-
matlabWavelab850
利用小波变换对处理地震资料的matlab代码,可以对井资料和地震资料处理,适合勘探地震的初学者和信号分析的初学者(Seismic data processing matlab code, can be well data and seismic data processing, seismic exploration for beginners, is based on the original 2.1 adds new code)
- 2015-02-17 11:28:29下载
- 积分:1
-
matlab_FEM_dismesh
DistMesh giving a singular FEM matrix?(Hi
Anyone here with some experience of using DistMesh in finite element code? I m solving the scalar Helmoltz equation in an annular region in 2D:
rho_1 < rho < rho_2
where rho_1 is the radius of a Perfect Electric Conducting cylinder and rho_2 is where the mesh is truncated using an Absorbing Boundary condition.
Now, I ve written code to mesh the region myself (by dividing the region into annular rings and picking a fixed number of points on each ring) and I ve written another program which uses DistMesh to mesh the region. I get a nice solution using my own meshing code but the FEM matrix becomes singular when I use DistMesh. This is the DistMesh Code I used:
Circle with hole
rABC=1.5
rCyl=0.5
fdstring=sprintf( ddiff(dcircle(p,0,0, f),dcircle(p,0,0, f)) ,rABC,rCyl)
fd=inline(fdstring, p )
box=[-2,-2 2,2]
[p,N]=distmesh2d(fd,@huniform,0.04,box,[])
I tried changing box and the 0.04 value (initial edge length). But every time, the matrix becomes sin)
- 2010-06-05 09:17:55下载
- 积分:1