-
混沌映射特性
tent帐篷映射分岔图 Henon映射 matlab 运行可直接看图(tent map, bifurcation graphs for a tent and henon system)
- 2021-04-10 11:08:59下载
- 积分: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
-
sysidjob3
该程序初步实现了M序列的生成,并且详细地进行了频域法的系统辨识分析。(The program is the initial realization of the M-sequence generation, and detail the frequency domain method of system identification analysis.)
- 2012-06-09 17:18:09下载
- 积分:1
-
CWPMatlab
CWP:波场中心软件,由SEISMIC UNIX代码改写为matlab版本。(matlab version for seismic unix)
- 2010-06-06 17:17:18下载
- 积分:1
-
ParaBuild
说明: 三种子波函数,sinc函数 正弦函数 Riker函数还有有限差分介质设定(Third seed wave function, sinc function, sine function has finite difference Riker media set)
- 2011-04-05 20:50:10下载
- 积分:1
-
finish
实现快速傅里叶变换,自编函数FFT.而不需使用matlab自带的FFT函数(it can realize the fast fuleir tansform)
- 2009-09-11 16:25:25下载
- 积分:1
-
Mini-Sumo-3.2-Line-Sensor-Read
This code for Embedded for Sumo Bot (sensor)
- 2015-03-22 13:23:16下载
- 积分:1
-
chengxu
食堂用餐拥挤问题
但服务台多队列模型
系统优化(Canteen meals congestion problem, but help desk Multi-Queue Model of System Optimization)
- 2010-03-15 22:43:37下载
- 积分:1
-
fanban
c++ and matlab 散射电流可视化、球体1
(Scattering current visualization, sphere1 c++ and matlab
)
- 2012-03-30 11:19:33下载
- 积分:1
-
mex_cbi_inv
matlab中求逆矩阵函数inv的c语言实现(Compute matrix inverse.)
- 2014-11-28 15:54:24下载
- 积分:1