-
Beihang_SAR
北航SAR代码,对脉压和SAR原理的理解很有帮助(Beihang SAR code, on the understanding of the principles of pulse pressure and SAR helpful)
- 2010-06-20 07:07:50下载
- 积分:1
-
cS-function
在matlab下有关s函数的应用,自抗扰控制器的S-function(S function in matlab under the application of Auto-Disturbance Rejection Controller S-function)
- 2009-10-09 10:15:27下载
- 积分:1
-
Toolbox_Fundamental_matrix
说明: 计算基本矩阵的matlab例程,可供学习科研时参考(Calculation of the basic matrix matlab routines for scientific study and reference)
- 2008-11-03 09:23:44下载
- 积分:1
-
muscl
基于muscl格式一维喷管流动计算,格式采用参数η取为0 的Van Leer限量因子。(muscl)
- 2010-06-01 17:07:57下载
- 积分:1
-
ICA_sour
独立分量分析用于混合信号的分离,使用的算法是快速固定点算法,3路混合信号分别为man.pcm、dragon.pcm和music.pcm(Independent component analysis for mixed-signal separation algorithm used is a fast fixed-point algorithm, 3-way mixed-signal, respectively man.pcm, dragon.pcm and music.pcm)
- 2012-07-21 19:01:42下载
- 积分:1
-
A-matlab-tutorial
matlab简明教程 实用 经典 (matlab )
- 2012-03-20 19:57:56下载
- 积分:1
-
hrf
It shows the basic shape of a Haemodynamic Response Function (HRF), how to convolve an HRF with a time-series of stimulus onsets in order to produce a predicted fMRI signal, and how to plot the results in Matlab. The program also shows what happens when closely-spaced stimuli produce HRFs which overlap in time and linearly sum.
- 2012-08-07 13:06:40下载
- 积分:1
-
simple-calculator
使用MATLAB的GUI接口设计一个简单的计算器,实现两个数的基本运算。(Use the GUI interface of MATLAB to design a simple calculator,realizing basic operations of two numbers.)
- 2013-09-29 21:40:36下载
- 积分:1
-
gear
采用matlab算法绘制齿轮副渐开线及过渡曲线,并生成齿廓坐标点(The matlab algorithm is used to draw the involute and transition curves of the gear pair, and the coordinate points of the tooth profile are generated.)
- 2018-03-19 10:27:42下载
- 积分:1
-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1