-
Kalman-matlab
传感器姿态解算 matlab工具箱全部程序自带测试文件程序(Sensor attitude algorithm matlab toolbox full program comes with the test documentation procedures)
- 2013-07-11 14:51:08下载
- 积分:1
-
VC-P-P-and-Matlab-mixed-programming
实现VC++与Matlab的混合编程,解决这
个问题, 不仅能更好地发挥Matlab 强大的功能, 还能快速地进行软件开发, 尤其是当软件开发中需要实现复杂的数学算法、图形处理时尤为迫切。(The realization of VC++ and Matlab mixed programming, to solve thisA question, not only can play a better Matlab powerful function, can rapidly in software development, especially when the software development need to realize the complex mathematical algorithms, graphics processing is particularly urgent.)
- 2012-04-02 19:48:08下载
- 积分:1
-
CSharp
the program to run example
- 2014-09-11 01:00:20下载
- 积分:1
-
gmdhdemo
gmdh神经网络的详细程序,demo是主程序源码。(gmdh detailed procedures for neural networks, demo is the main source.)
- 2011-02-01 11:53:24下载
- 积分:1
-
bfsk
bfsk调制解调误码率仿真,需要用MATLAB来实现的好东西(bfsk modem bit error rate simulation, need to use MATLAB to implement the good stuff)
- 2010-05-11 16:30:02下载
- 积分:1
-
Dyn
提供简单的P2SP操作,初级学习使用,高手就不要下了(P2SP provide simple operation, the primary learning, masters, do not down the)
- 2010-01-04 18:19:27下载
- 积分:1
-
parameter-estimation-
Welch法谱估计和参数模型谱估计的MATLAB分析(Welch spectral estimation MATLAB analysis and parameter estimation of the model spectrum)
- 2013-12-25 18:50:31下载
- 积分:1
-
testmyadd2
应用matlab编译器mcc实现,matlab和vc联合编程的经典例子(Application matlab mcc compiler implementation, matlab and vc classic example of joint programming)
- 2010-08-20 16:10:20下载
- 积分: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
-
trajectory-analysis
Matlab编写的弹道分析算法-MATLAB源代码(Trajectory analysis algorithms written in Matlab-MATLAB source code)
- 2011-06-29 13:22:12下载
- 积分:1