-
MATLABcode
名字已经很清楚了,结构分析有限元法与MATLAB程序设计-源代码(Name is already quite clear, structural analysis finite element method with the MATLAB program design- the source code)
- 2009-03-10 09:38:14下载
- 积分:1
-
2005.3.31VC调用M文件源代码
一个非常典型的”VC调用matlab中定义的.m文件中的函数的实例“附加说明文档,请站长检查,刚才发错了,不好意思(a very typical "call VC defined in Matlab. M document as a function of the examples "of the annotated document, please check station, just made a mistake, sorry)
- 2005-03-31 10:33:10下载
- 积分:1
-
01542329
field oriented control of induction motor
- 2010-10-28 15:59:03下载
- 积分:1
-
MATLABjiaoan
说明: matlab超经典的使用教程,内附详细图解,让你快速掌握常用算法(matlab Tutorial ultra classic, containing detailed illustrations, so you quickly master the commonly used algorithm)
- 2010-04-28 09:03:46下载
- 积分:1
-
part_IV
Adaptive signal processing Sayes s book computer project solution part4
- 2011-05-25 15:54:13下载
- 积分:1
-
simulink
需要将音乐文件bhk_med.wav放于D盘根目录下才可以直接执行程序,或将程序中的音乐文件路径指向当前目的音乐所在的地址。背景音乐可以更换,甚至可以自行合成。(Music files need to be put in the D bhk_med.wav root directory before you can run the program directly, or to program the music file path to the address of the current purpose of music is located. Background music can be replaced, even on their own can be synthesized.)
- 2013-12-17 15:50:56下载
- 积分:1
-
Mimo_system
Arbitrary transmitting antenna, receiving antenna arbitrary STBC-MIMO-OFDM the MATLAB program, including the integrity of PSK modulation, STBC encoding, such as channel estimation.
- 2009-12-24 09:27:38下载
- 积分:1
-
12354
matlab遗传算法程序 讓你更瞭了解 遺傳的結構 和 算法
(genetic algorithm matlab program allows you to better understand the structure and genetic algorithm)
- 2009-06-16 01:48:17下载
- 积分:1
-
8xindaobofenfuyong
“通信原理”课程的课程设计,利用matlab自带的工具箱实现了8信道波分复用的功能。(" Communication Principles" curriculum design curriculum, using matlab toolbox comes with 8-channel WDM realized function.)
- 2014-11-16 11:28:33下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1