代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/154399/11963661
m myditfft.m
function y=myditfft(x)
%《数字信号处理教程——MATLAB释义与实现》
% 用MATLAB语言编写的基2 DIT FFT子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% y=myditfft(x)
% ------------------------------------------------------------
% 本程序对输入序
www.eeworm.com/read/256531/11990514
m koch.m
function k=koch(x1,y1,x2,y2)
% d为迭代终止的条件
d=0.5;
if (x2-x1)^2+(y2-y1)^2
www.eeworm.com/read/342210/12035149
m finish.m
button = questdlg('Ready to quit?', ...
'Exit Dialog','Yes','No','No');
switch button
case 'Yes',
disp('Exiting MATLAB');
%Save variables to matlab.mat
save
www.eeworm.com/read/153358/12038997
m myditfft.m
function y=myditfft(x)
%《数字信号处理教程——MATLAB释义与实现》
% 用MATLAB语言编写的基2 DIT FFT子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% y=myditfft(x)
% ------------------------------------------------------------
% 本程序对输入序
www.eeworm.com/read/255595/12069741
txt readme.txt
========================
System Requirements:
1) 1 MB of HD space available.
2) MATLAB version 5.3 (or higher) installed.
========================
Installation:
1) Create a new MATLAB to
www.eeworm.com/read/255595/12069837
m sn2sg.m
% MATLAB function sn2sg.m deals with mismatching
% effects at the Q terminals of a multi-port network.
% Function sn2sg.m needs as its inputs the
% normalizing impedance matrix Z0 (denoted Z0,
% d
www.eeworm.com/read/341613/12075787
m 7-17.m
%例程7-17 双极性归零码
%双极性归零码的MATLAB程序实现如下:
function y=drz(x) %x为二进制序列,y为编码输出
grid=100;
t=0:1/grid:length(x); %时间序列
for i=1:length(x)
www.eeworm.com/read/152494/12108989
dat bookinfo.dat
[General Information]
书名=MATLAB工具箱应用
作者=
页数=514
SS号=11193564
出版日期=
www.eeworm.com/read/152314/12122298
txt readme.txt
wgfcnkey.dll ---- A mex file, which captures pressing of fucntion keys
(F1, F2, ..., F12) in matlab applications on Windows
platforms. For the usage, use this function in the