-
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
-
Hallen3
说明: 利用矩量法求解Hallen方程 画出场的电流分布(Hallen method of moment equations current distribution appearances painting)
- 2011-02-18 11:15:16下载
- 积分:1
-
Dijkstra
迪杰斯特拉算法求最短路径matlab的实现算法(Dijkstra shortest path algorithm)
- 2011-05-07 14:37:24下载
- 积分:1
-
serialtool
matlab编写的串口调试工具,数据接收部分采用中断方式,保证了实时的数据显示 。在获取端口部分采用了try catch 的方式,可以更加方便的选取端口。(this is a simple serial tool scripted by matlab. I used interrupt to ensure the instant display of received data.)
- 2012-04-03 20:42:08下载
- 积分:1
-
Robust-extreme-learning-machine
Robust extreme learning machine
Robust extreme learning machine
- 2013-01-19 10:57:33下载
- 积分:1
-
chirpwaveguide
基于耦合模式理论以及传输矩阵的啁啾光栅光纤的延时和反射率matlab编程仿真分析(the simulation of the reflectivity and delay of the Chirped fiber grating )
- 2014-05-04 13:13:20下载
- 积分:1
-
xp4
通过matlab 实现通信的模拟调制与解调(analog AM)
- 2009-06-07 09:57:51下载
- 积分:1
-
FCM_METHOD
FCM fuzzy C-MEAns in MATLABn
- 2013-07-26 04:14:49下载
- 积分:1
-
Poncare-matlab
《高等非线性动力学》-庞克来映射-相轨迹的源程序,怎么利用程序求解并画图(" Higher nonlinear dynamics" - punk to map- phase trajectory of the source, and how to use drawing program for solving)
- 2014-02-25 13:08:09下载
- 积分:1
-
MATLAB_For_C
完整的C与matlab混合编程的例子,包含很多实例,还有讲解用的ppt,对于想要了解c与matlab混合编程的人很有帮助。(Complete mixed C and matlab programming examples, including many examples, as well as on the use of ppt, to want to know c and mixed programming matlab people very helpful.)
- 2007-12-22 23:52:39下载
- 积分:1