代码搜索:matlab
找到约 10,000 项符合「matlab」的源代码
代码结果 10,000
www.eeworm.com/read/308602/13698904
mat matlab.mat
www.eeworm.com/read/308428/13701556
txt matlab.txt
%z denotes shot number
%x denotes time t (x1的时间大,看作多次波)
z=-3:0.025:3;
deltx=0.1;
x=0:deltx:30;
v1=1;
v2=1.4;
v3=1.8;
m=length(x);
n=length(z);
%反射系数
%r1temp=(v2-v1)/(v2+v1);
%r2temp=((v3-
www.eeworm.com/read/308322/13704015
txt matlab.txt
clear all;
close all;
fc = 2000; %载波频率
fs = 40000; %采样速率
k=2;
code_size=15*round(k*fs/fc); % 信息码元长度
t0=5.5; %信号长度
%code_length=16O; %码元个数
Ns=256; %采样点个数
fd = 125; %符号速率
ts=1/f
www.eeworm.com/read/308145/13707313
pdf matlab.pdf
www.eeworm.com/read/308125/13707537
txt (svm)[matlab].txt
支持向量机(SVM)实现的分类算法源码[matlab]
程序代码: (代码标记 [code]...[/code] )
function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ...
perturb,normalize);
% LSVM Langrangian Support Vector
www.eeworm.com/read/307130/13728347
doc matlab.doc
www.eeworm.com/read/307036/13732352
txt matlab.txt
www.eeworm.com/read/306733/13739229
txt matlab.txt
数据文件处理小程序
程序作者:黄文宇博士 整理:龚建伟
在实验中,处理记录数据文件是经常要做的,而用<mark>Matlab</mark>来处理是我最推崇的,方便快捷,数据文件格式任意设置,均可处理,如用下面格式保存的数据文本data.txt,用<mark>Matlab</mark>来处理,用黄文宇博士这个小程序做来非常容易,而且处理后得到的图形可直接Copy到各种需要的文件中。
data.txt文件:
...
www.eeworm.com/read/305900/13756974
ppt matlab基础.ppt
www.eeworm.com/read/305828/13760097