代码搜索:Matlab;trainning
找到约 10,000 项符合「Matlab;trainning」的源代码
代码结果 10,000
www.eeworm.com/read/312214/13615422
pdf matlab.pdf
www.eeworm.com/read/310795/13643807
doc matlab.doc
www.eeworm.com/read/310426/13651292
doc matlab.doc
www.eeworm.com/read/309948/13661552
pdf matlab.pdf
www.eeworm.com/read/309538/13669438
mat matlab.mat
www.eeworm.com/read/309165/13680589
nh matlab.nh
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