-
CH2
matlab FFT DFT 程序 很不错
分享一下 (matlab FFT DFT program is very good to share)
- 2011-06-04 18:13:09下载
- 积分:1
-
new1dfdtd
增加了声子晶体周期条件:
if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end(if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end)
- 2015-03-05 02:15:46下载
- 积分:1
-
minRoute
matlab求最短路径的Dijkstra算法,使用说明很清楚,简单易用(matlab seek the shortest path Dijkstra algorithm, instructions are clear, easy to use)
- 2010-09-07 14:26:49下载
- 积分:1
-
net-work
基于BP和RBF的函数逼近编程及仿真,含仿真结果和分析比较(Approximation programming and simulation-based BP and RBF functions, including analysis of the simulation results and compare)
- 2014-11-30 21:35:14下载
- 积分:1
-
pmsm_motor
用MATLAB建立的永磁同步电机仿真模型,可以用于电机的控制和驱动仿真。(Permanent Magnet Synchronous Motor MATLAB simulation model established simulation can be used to control and drive motor.)
- 2014-12-25 15:37:50下载
- 积分:1
-
The-Application-of-Matlab--
《Matlab应用大全》书本上的程序,有初级到高级,包含了信息处理,数字图像处理,模糊算法,小波变换等(Program on the books " Matlab application Daquan" There beginner to advanced, including information processing, digital image processing, fuzzy algorithms, wavelet transform)
- 2013-12-06 22:16:13下载
- 积分:1
-
comleveener
双正交小波包分解矩阵每一列数据,查看每一列的曲线图,重构小波包频段系数,计算小波包频段能量,小波包频段能量曲线图(Biorthogonal wavelet packet decomposition of the matrix of each column of data, to view each column graph reconstruction wavelet packet band coefficient to calculate the energy of the wavelet packet band wavelet packet band energy curve)
- 2012-05-24 18:33:13下载
- 积分:1
-
SAR
SAR signal processing
- 2013-10-31 08:11:59下载
- 积分:1
-
Resultats
Compression Denoising enhanced procedures for your reference. Include: digital image data display matrix and its Fourier transform two-dimensional discrete cosine transform image compression method using gray-scale transformation of the contrast-enhanced images using two-dimensional median filter function by medfilt2 of salt and pepper noise image filtering using MATLAB The function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of different gradient method to enhance image sharpening images of high-pass filtering and mask treatment using Butterworth (Butterworth) low pass filter noise by smoothing the images deal with the use of Butterworth (Butterworth) high-pass filter for sharpening images treatment
- 2010-10-19 05:51:39下载
- 积分:1
-
ninewton
求解无约束最优化问题的方法之一:拟牛顿法(Quasi-Newton Method)
- 2011-01-02 13:30:13下载
- 积分:1