-
ewa
Matlab code necessary
- 2011-07-02 23:44:22下载
- 积分:1
-
D-MESONS
求解Ds粒子衰变的手征修正参数,涉及多目标的最优化。(Chiral symmetry-breaking parameters to Ds mesons)
- 2013-08-12 23:57:06下载
- 积分:1
-
band-sample
关于采样定理的验证的matlab程序,有利于理解带通采样(Verification sampling theorem on the matlab program that facilitates understanding bandpass sampling)
- 2021-04-18 15:58:57下载
- 积分:1
-
matlab_DigitalModulation
matlab程序,可实现脉冲编码调制,模拟信号的数字传输:抽样、量化、编码(matlab program to achieve pulse code modulation, digital transmission of analog signals: sampling, quantization, coding)
- 2009-05-26 18:54:54下载
- 积分:1
-
DatabaseHandler
matlab与数据库的链接问题,sql access(matlab problem with the database link )
- 2010-11-26 09:35:41下载
- 积分:1
-
MATLABhuitu
matlab 经典绘图教程,珍藏版的,从零学起的好东西(Matlab tutorial classic drawing, the editions, from zero to learn from good things
)
- 2012-04-17 23:02:45下载
- 积分:1
-
matlab-drawing
matlab绘图讲解,详细介绍函数功能!!(matlab drawing to explain details of the function )
- 2011-12-12 16:04:00下载
- 积分:1
-
chirp_pulse_chain
采样时间:1E-6秒
脉冲长度:200E-6秒(脉冲宽度=200个样本)
脉冲间隔:1E-3秒(脉冲周期=1000个样本)
初始频率啁啾:DC至200 kHz(目标频率)
扫描时间:200E-6(200个样本)
(Sample Time: 1e-6 sec
Pulse Length: 200e-6 sec (Pulse width=200 samples)
Pulse Interval: 1e-3 sec (Pulse period=1000 samples)
Chirp: DC (initial freq) to 200 kHz (target freq)
Sweep time: 200e-6 (200 samples))
- 2012-11-22 10:16:06下载
- 积分:1
-
frccbibt
gmcalab 快速广义的形态分量分析,本程序的性能已经达到较高水平,光纤陀螺输出误差的allan方差分析,具有丰富的参数选项,仿真效率很高的,用MATLAB实现动态聚类或迭代自组织数据分析,阐述了负荷预测的应用研究,通过matlab代码。( gmcalab fast generalized form component analysis, The performance of the program has reached a high level, allan FOG output error variance analysis, It has a wealth of parameter options, High simulation efficiency, Using MATLAB dynamic clustering or iterative self-organizing data analysis, It describes the application of load forecasting, By matlab code.)
- 2016-03-30 20:17:54下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1