-
MATLAB
matlab codes are related with convolution,add and save method,circle,save and sigma function.
- 2010-08-29 19:19:16下载
- 积分:1
-
callingfortranandcfrommatlab
通过matlab来调用fortran和c语言,其中有很多示例,是一本不可多得的外部程序调用的参考书(By matlab to call fortran and c language, there are many examples, is a rare procedure called an external reference)
- 2010-05-13 21:20:29下载
- 积分:1
-
ECGreposo.mat
ECG on reposo test taken on 250 Hz (sampling frequency) You can use in order to obtain (and compare) the stress (from HRV)
- 2013-08-22 00:33:22下载
- 积分:1
-
Sar_ADC_test
Sar ADC的模型 M文件 传统电容时序 初学者(Sar ADC Model M-file conventional capacitor timing beginners)
- 2021-02-01 18:00:00下载
- 积分:1
-
TherealizationgofFloydarithmetibymatlab
用MATLAB仿真工具实现Floyd算法,求任意两端间的最短路径(MATLAB simulation tool used to achieve Floyd algorithm, for any shortest path between two ends)
- 2007-09-13 00:10:45下载
- 积分:1
-
fps
# fps.m -- Fast Poisson solver. Uses fpt.m.(# fps.m-- Fast Poisson solver. Uses fpt.m.)
- 2009-10-15 17:43:38下载
- 积分:1
-
InformationGain
全部信息熵的计算,包括信息熵,条件信息熵以及信息增益。附带Andrew的信息增益教程(All information entropy calculations, including information entropy, conditional entropy and information gain. Andrew incidental information gain Tutorials)
- 2015-03-20 10:24:10下载
- 积分:1
-
waveform123
Allows seismic data retrieval from varied sources and simplified creation of sophisticated programs
- 2010-11-11 08:52:04下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
Offline-Model
主成分分析离线功能实现和用法,这里是源代码,代码详细,数据齐全(Principal component analysis offline implementation and usage, here is the source code, the code in detail, the data is complete)
- 2014-12-02 13:18:51下载
- 积分:1