代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/438073/7737145
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/438073/7737184
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/437137/7754436
txt meditor.txt
FFLOW提取自Matlab5.3版本
方便脱离Matlab环境编制M文件,
保留了两个很有用的功能:
Auto Indent Selection和匹配提示,
如果感觉字体小了可在Options/Font调整
图标修改自WORD,由MoleBoxPro打包成一个独立文件
21:53 2007-12-14
www.eeworm.com/read/199941/7814307
m zhengshi.m
function varargout = zhengshi(varargin)
% ZHENGSHI M-file for zhengshi.fig
% ZHENGSHI, by itself, creates a new ZHENGSHI or raises the existing
% singleton*.
%
% H = ZHENGSHI retur
www.eeworm.com/read/299955/7818623
txt readme.txt
Jankiraman and Mohinder's Space-time codes and MIMO systems(matlab codes)
www.eeworm.com/read/299869/7827449
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/299869/7827496
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/299776/7833652
m contents.m
% FastICA for Matlab 7.x and 6.x
% Version 2.5, October 19 2005
% Copyright (c) Hugo G鋠ert, Jarmo Hurri, Jaakko S鋜el
www.eeworm.com/read/299490/7847074
-
使用说明:
系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上)
免费
简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。
如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。 ...