代码搜索:Matlab仿真

找到约 10,000 项符合「Matlab仿真」的源代码

代码结果 10,000
www.eeworm.com/read/462149/7208571

readme

IMPLEMENTATION OF THE I-DIVERGENCE APPROACH TO SHAPE FROM DEFOCUS Paolo Favaro p.favaro@hw.ac.uk This is a Matlab
www.eeworm.com/read/462144/7208655

readme

IMPLEMENTATION OF THE LEAST_SQUARES APPROACH TO SHAPE FROM DEFOCUS Paolo Favaro p.favaro@hw.ac.uk This is a Matlab
www.eeworm.com/read/461294/7230004

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/460538/7247705

readme

----------------------------------------- --- MATLAB/OCTAVE interface of LIBSVM --- ----------------------------------------- Table of Contents ================= - Introduction - Installation - Usag
www.eeworm.com/read/460519/7248354

readme

v3d - Readme =================== A set of MatLab Scripts to vizualize 3D Data. Copyright (C) 2001-2002 Robert Barsch This program is free software; you
www.eeworm.com/read/460435/7250423

m reorderdset.m

function a = reorderdset(a,L) % This is just needed to execute the below command outside the @dataset % directory, as it fails there in some Matlab versions a(L,:) = a; return
www.eeworm.com/read/459986/7259673

htm ofdm simulator.htm

OFDM Simulator
www.eeworm.com/read/459907/7263201

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/459044/7283917

c ch2example16sfun_mex.c

/* * MATLAB Compiler: 3.0 * Date: Wed Jun 27 13:19:37 2007 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/458133/7303805

htm ofdm simulator.htm

OFDM Simulator