代码搜索:Matlab仿真
找到约 10,000 项符合「Matlab仿真」的源代码
代码结果 10,000
www.eeworm.com/read/433250/8537280
txt readme.txt
主程序在Symplectic/fracft
要调用程序在Utils里找。
在matlab里file-〉set path里设置好路径即可。
www.eeworm.com/read/432942/8561139
asv engdemo.asv
/*
* engdemo.c
*/
#include
#include
#include
#include "engine.h"
#define BUFSIZE 256
int main()
{
//定义引擎指针
Engine *ep;
mxArray *T = NULL, *
www.eeworm.com/read/289212/8568378
txt readme.txt
%
%
%
%
% Hello, I am Pranam Janney
%
%
%
This DTMF generator and detector using Goertzels algorithm is developed mainly for educational purpose only and not for commercial usage.
www.eeworm.com/read/432455/8604604
txt readme.txt
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/432455/8604627
txt readme.txt
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/388439/8609614
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/388419/8611218
txt pso.txt
基本粒子群优化算法Matlab源程序
这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。正所谓一分钱一分货啊,优化效果不总是令人满意。我还有几个改进的粒子群优化算法版本,这一段时间会陆续发上来。
下面是主函数的源程序,优化函数则以m文件的形式放在fitness.m里面,对不同的优化函数只要修改fitness.m就可以了通用性很强。
...
www.eeworm.com/read/288527/8626966
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/388000/8642649
dat bookinfo.dat
[General Information]
书名=MATLAB工程数学
作者=
页数=498
SS号=0
出版日期=
Vss号=58801754
www.eeworm.com/read/287953/8657687
c sin1500matl.c
//Sin1500MATL.c Generates sine from table created with MATLAB
#include "sin1500.h" //sin(1500) created with MATLAB
short i=0;
interrupt void c_int11()
{
output_sample(sin1500[i]); //o