代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/188318/8550851
m exa110701_pwelch.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/188318/8550985
m exa090804_svd.m
%-----------------------------------------------------------------------
% exa090804_svd.m, for example 9.8.4
% to test svd.m;
% 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同,
% 但奇异值是一样的
%---------
www.eeworm.com/read/432942/8561145
c engwindemo.c
/*
* engwindemo.c
*/
#include
#include
#include
#include
#include "engine.h"
#define BUFSIZE 256
static double Areal[6] = { 1, 2, 3, 4, 5,
www.eeworm.com/read/432821/8569714
m ex602.m
%********************************************************
%程序:EX602.M
%功能:灰度图像显示及颜色映射表说明
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组
www.eeworm.com/read/432821/8569718
m ex611.m
%*******************************************************
%程序:EX611.M
%功能:把一幅灰度图像转换成一幅索引图像
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图
www.eeworm.com/read/432821/8569731
m ex617.m
%********************************************************
%程序:EX617.M
%功能:多帧图像阵列显示应用实例
%********************************************************
A1=imread('rice.jpg'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/432821/8569734
m ex620.m
%********************************************************
%程序:EX620.M
%功能:利用warp函数将一幅真彩图像映射到球面上
%********************************************************
RGB=imread('leaf.jpg'); %将图像格式文件读入为MAT
www.eeworm.com/read/432821/8569750
m ex601.m
%********************************************************
%程序:EX601.M
%功能:显示一幅索引图像
%********************************************************
[X,map]=imread('canoe.tif'); %将图像格式文件读入为MATLAB图像对象数