代码搜索:Matlab仿真
找到约 10,000 项符合「Matlab仿真」的源代码
代码结果 10,000
www.eeworm.com/read/248793/12540295
log ws_ftp.log
101.04.19 16:04 B D:\book\数学工具仿真与EDA\书籍:Matlab 教程(简版繁版)\matlabcomplex\chapter2\ch2.htm
www.eeworm.com/read/248793/12540328
log ws_ftp.log
101.04.19 16:04 B D:\book\数学工具仿真与EDA\书籍:Matlab 教程(简版繁版)\matlabcomplex\chapter6\ch6.htm
www.eeworm.com/read/248793/12540357
log ws_ftp.log
101.04.19 16:04 B D:\book\数学工具仿真与EDA\书籍:Matlab 教程(简版繁版)\matlabcomplex\chapter5\ch5.htm
www.eeworm.com/read/248793/12540475
log ws_ftp.log
101.04.19 16:04 B D:\book\数学工具仿真与EDA\书籍:Matlab 教程(简版繁版)\matlabcomplex\chapter4\ch4.htm
www.eeworm.com/read/392181/8360385
m p0312.m
I=imread('blood1.tif');
imshow(I);
f=double(I); % 数据类型转换,MATLAB不支持图像的无符号整型的计算
g=fft2(f); % 傅立叶变换
g=fftshift(g); % 转换数据矩阵
[M,N]=size(g);
nn=2; % 二阶巴特沃斯(Butterworth)高通滤波器
www.eeworm.com/read/192305/8388491
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/391333/8408412
txt readme.txt
基于matlab的最优化算法,此文为最经典的powell算法,很好的程序,简洁,易懂-optimization algorithm, the article for the most classic powell algorithm, very good procedures, concise, understandable