-
GetSpeDir
获取windows和system32的默认完整路径,初学者可以学习参考一下(Access to windows and system32 default the full path, beginners can learn to refer to)
- 2007-08-09 13:11:51下载
- 积分:1
-
DSP_MATLAB_library
说明: DSP MATLAB 函式庫 for study and research(DSP MATLAB library)
- 2010-04-03 18:42:29下载
- 积分:1
-
de
说明: 样本自相关函数和偏相关函数,仅供大家参考,多多指教(Sample autocorrelation function and the partial correlation function, we only refer to the exhibitions)
- 2009-08-01 16:28:38下载
- 积分:1
-
geneticVRP
matlab编程遗传算法代码,解决VRP车辆路径问题(Genetic algorithm matlab programming code to solve VRP Vehicle Routing Problem)
- 2020-10-22 19:17:24下载
- 积分:1
-
AR_model
自回归模型得到的谱与yulear法、burg法、协方差法、改进协方差法等方法得到的谱进行对比
(Autoregression model spectra obtained with yulear method, burg method, covariance method, modified covariance method and other methods to compare the obtained spectrum)
- 2015-03-03 22:13:59下载
- 积分:1
-
TDOA多种算法性能对比
基于TDOA的Chan、Taylor、协同算法的仿真及性能对比(Simulation and performance comparison of Chan, Taylor and collaborative algorithm based on TDOA)
- 2018-07-04 15:50:31下载
- 积分:1
-
FEPoisson
Finite element method for 2D Poisson s equation ( Elliptic).
- 2015-01-28 13:25:42下载
- 积分:1
-
homework6
产生有色噪声污染的谐波,并设计带通巴特沃斯滤波器和切比雪夫I型滤波器(Colored noise pollution generated harmonics, and to design band-pass Butterworth filter and Chebyshev-I filter)
- 2010-07-22 16:20:48下载
- 积分: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
-
Calculator
Matlab中用GUI设计一简单计算器。(err)
- 2007-12-28 17:38:11下载
- 积分:1