代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/203893/15349745
txt readgssi.m.txt
readgssi.m
The function should work with MATLAB v 5 and above. Please do not hesitate to contact me with any ideas for improving it or to point out any "bugs" that you find.
www.eeworm.com/read/203893/15349748
txt loadrd3.m.txt
loadrd3.m
This function reads RAMAC Mala data into MATLAB. It presents the user with a graphical file selection tool to choose the right data file
www.eeworm.com/read/203893/15349750
txt readmala.m.txt
readmala.m
The function should work with MATLAB v 5 and above. Please do not hesitate to contact me with any ideas for improving it or to point out any bugs that you find.
www.eeworm.com/read/203091/15365515
mht web.mit.edu_brzezin_www_359_matlab_list.mht
From:
Subject: OFDM Simulator
Date: Fri, 5 Mar 2004 11:31:41 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Content-Transfer-Encoding: qu
www.eeworm.com/read/202788/15372890
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/202785/15373398
m fil.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
% Updated to use MATLAB's built in filter rou
www.eeworm.com/read/202224/15389085
c sosmac.c
/*
* sos.c - Calculate the sum of the squares of the elements of a vector.
*
* Mastering MATLAB 7 Engine Example 1
*
*/
#include
#include
#include "engine.h"
#define BUFS
www.eeworm.com/read/202224/15389086
c mycalc.c
/*
* mycalc.c - calculates x^2 - x + 1/x for each element of an array.
*
* MATLAB usage: p = mycalc(n)
*
* Mastering MATLAB 7 C MEX Example 2:
* single 2-D real numeric array input,
www.eeworm.com/read/202224/15389135
c writemat.c
/*
* writemat.c - Create a binary MAT file.
*
* Mastering MATLAB 7 C MAT-file Example 1
*
*/
#include "mat.h"
int makemat(const char *filename,
double *data, int m, int n,
www.eeworm.com/read/202224/15389150
c sos.c
/*
* sos.c - Calculate the sum of the squares of the elements of a vector.
*
* Mastering MATLAB 7 Engine Example 1
*
*/
#include
#include
#include "engine.h"
#define BUFS