-
voicebox
Voicebox tool for mathlab, speech processing
- 2010-10-22 10:00:32下载
- 积分:1
-
last
计算两个日期的和或差,以及计算一个日期和一个天数的和或差,(Calculate two dates and or poor, and to calculate a date and a number of days and or poor,)
- 2010-01-06 10:14:50下载
- 积分:1
-
xinzaobi
说明: 基于信噪比的QAM星座图算法描述,有很多星座图的相关知识及仿真(SNR of the QAM constellation based on algorithm description, there are many constellation of knowledge and Simulation)
- 2010-04-28 21:47:28下载
- 积分:1
-
mimoxiangguanjuzhen
mimo系统通过波束到达角、角度扩展、天线之间的间隔和天线的个数,计算出发送端或接收端的相关矩阵(mimo system through the beam arrival angle, angle expansion of the interval between the antenna and the number of antennas, calculate the transmitter or receiver of the correlation matrix)
- 2021-04-09 20:28:59下载
- 积分:1
-
gauss_medi_filter
这个matlab程序可以同时对图像做高斯滤波和中值滤波处理。(The matlab program can do Gaussian image filtering and median filtering.)
- 2013-07-11 09:47:22下载
- 积分:1
-
matlab
离散系统的Nyquist图,针对离散系统进行稳定性分析。(Nyquist plots of discrete systems, stability analysis for discrete systems.)
- 2015-04-06 14:31:56下载
- 积分:1
-
meanshift
打包文件中含有完整的meanshift算法的实现过程,可以在matlab中运行查看(Archive file contains the complete meanshift algorithm implementation process, you can run to see in matlab)
- 2015-03-09 16:14:29下载
- 积分:1
-
music
信号处理MUSIC算法DOA波达方向估计,算法采用均匀圆阵的MUSIC估计(
The signal processing algorithm DOA MUSIC DOA estimation algorithm uses uniform circular array MUSIC estimates)
- 2014-03-13 10:04:52下载
- 积分:1
-
power_3level
3 level power converter simulations file
- 2012-05-16 21:59:57下载
- 积分:1
-
1
说明: 在命令窗输入如下内容就得到图形了:
[t,x]=ode45( godhua ,[0,10],[0,0,0,1])
subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y )
subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v )
subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta ) (At the command window type the following content to be the graphics: [t, x] = ode45 (godhua, [0,10], [0,0,0,1]) subplot (131) plot (t, x (:, 4 )) xlabel (t) ylabel (y) subplot (132) plot (t, x (:, 1)) xlabel (t) ylabel (v) subplot (133) plot (t, x (:, 2)) xlabel ( t) ylabel (heta))
- 2007-12-09 20:16:04下载
- 积分:1