代码搜索:S-V MATLAB
找到约 10,000 项符合「S-V MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/336217/12463197
m ex601.m
%********************************************************
%程序:EX601.M
%功能:显示一幅索引图像
%********************************************************
[X,map]=imread('canoe.tif'); %将图像格式文件读入为MATLAB图像对象数
www.eeworm.com/read/336217/12463205
m ex616.m
%********************************************************
%程序:EX616.M
%功能:二值图像显示应用实例
%********************************************************
BW=imread('foof.tif'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/336217/12463207
m ex623.m
%********************************************************
%程序:EX623.M
%功能:把一幅真彩图像转换为一个NTSC模型空间对应的图像
%********************************************************
RGB=imread('pic001.jpg'); %将图像格式文件读入
www.eeworm.com/read/336217/12463208
m ex624.m
%********************************************************
%程序:EX624.M
%功能:把一幅真彩色图像转换为一个YCbCr模型空间对应的图像
%********************************************************
RGB=imread('pic001.jpg'); %将图像格式文
www.eeworm.com/read/336217/12463458
m ex203.m
%********************************************************
%程序:EX203.M
%功能:MATLAB中曲线线型、颜色和标记点类型使用实例
%********************************************************
x=0:pi/20:2*pi; %定义x坐标轴范
www.eeworm.com/read/132357/14096788
m contents.m
% FastICA for Matlab 6.x
% Version 2.3, July 27 2004
% Copyright (c) Jarmo Hurri, Hugo G鋠ert, Jaakko S鋜el
www.eeworm.com/read/234324/14115928
xml info.xml
12
Higher-Order Spectral Analysis Toolbox
matlab
$toolbox/matlab/general/matlabicon.gif
www.eeworm.com/read/233804/14135064
dat bookinfo.dat
[General Information]
书名=MATLAB神经网络应用设计
作者=
页数=333
SS号=0
出版日期=
www.eeworm.com/read/131462/14144970
m hc961.m
%《数字信号处理教程——MATLAB释义与实现》第四章例9.6.1程序hc961
% 回声信号的生成
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
load dajiahao % 将‘大家好’语音文件加载的工作空间
y=filter([1,zeros(1,6615),0.3],1,[x',zeros(1,5000)]
www.eeworm.com/read/131462/14144985
m hc831.m
%《数字信号处理教程——MATLAB释义与实现》第八章例8.3.1程序hc831
% 脉冲响应不变法模拟系统与数字系统的比较
% 电子工业出版社出版 陈怀琛编著 2004年8月
%
clear,
ba=[1,1];aa=[1,5,6]; % 系统分子分母系数向量
T=0.1;Fs=1/T;
[Ra,pa,ha]=residue(ba, aa); % 将模拟滤波器系数向