代码搜索:DLT 614
找到约 1,473 项符合「DLT 614」的源代码
代码结果 1,473
www.eeworm.com/read/491111/6440883
pdf 614-619.pdf
www.eeworm.com/read/490722/6451902
m ex614.m
%********************************************************
%程序:EX701.M
%功能:显示灰度图像函数应用实例
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/483854/6596345
m q614a.m
%《MATLAB在电子信息课程中的应用》第六章例6.15的调用程序q614a
% 由差分方程递推求输出(不给出参数提示)
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
a = input('差分方程左端的系数向量a=[a(1),...a(na)]= ');
b = input('差分方程右端的系数向量b=[b(1),...b(na)]= ');
u = in
www.eeworm.com/read/483854/6596370
m q614.m
%《MATLAB在电子信息课程中的应用》第六章例6.14程序q614
% 由差分方程递推求输出
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear
disp('输入方程左端的系数向量a=[a(1),...a(na)]')
a = input('a = (书上取[1,0.1,0.15,-0.225])');
disp('输入方程右端的系数向量b=[b(
www.eeworm.com/read/153391/12036354
c lt614.c
# include "stdio.h"
struct student
{ char name[10];
char sex;
int No;
int age;
float score;
};
void main( )
{
struct student stu1,*p;
p=&stu1;
strcpy(stu1.name,
www.eeworm.com/read/150725/12268828
m tmp614.m
%MATLAB PROGRAM 6-14
%Application of Coherence Function
clf
%Case 1 : yx is dependent on xn
%==============================
%Create input signal
N=1024;
Nfft=256;
window=hanning(256);
noverla
www.eeworm.com/read/336217/12463196
m ex614.m
%********************************************************
%程序:EX701.M
%功能:显示灰度图像函数应用实例
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/224565/14584732