搜索资源列表
Neural Network Toolbox User's Guide
- Neural Network Toolbox User's Guide MATLAB神经网络工具箱用户手册
AlamoutiJSAC98[1].rar
- The document explains the Alamouti s idea in creating an stbc code and its specifications,The document explains the Alamouti s idea in creating an stbc code and its specifications
ZiemerMatlab
- the source code of Ziemer s book Digital communication. This code is related to the exercise part. -the source code of Ziemer s book Digital communication. This code is related to the exercise part.
MicrophoneArrayFrontEndInterfaceforHomeAutomation.
- 为虚拟管家系统设计一个麦克风阵列接口,该接口用于接收语音信号作为命令,由麦克风接收识别后用来控制虚拟管家,进而控制各种家用电器工作。当用户移动时,该接口可以跟踪定位用户(此应用中只需知道用户方向角,也是一维定位),即可随时响应用户的控制命令-Housekeeper system for the design of a virtual microphone array interface, the interface for receiving voice signal as a command,
truncatedsinc
- this truncated sinc functon s matlab code-this is truncated sinc functon s matlab code
Matlab-Kalman-Filter
- Matlab Kalman Filter 全世界下载次数最多的Matlab程序-Matlab Kalman Filter in Matlab the world' s most downloaded program
lijing
- 基于Simulink的DPSK的通信系统仿真 Simulink 是MATLAB提供的实现动态系统建模和仿真的一个软件包,它让用户把精力从编程转向模型的构造,为用户省去了许多重复的代码编写工作;Simulink 的每个模块对用户而言都是透明的,用户只须知道模块的输入、输出以及模块的功能,而不必管模块内部是怎么实现的,于是留给用户的事情就是如何利用这些模块来建立模型以完成自己的仿真任务;至于Simulink 的各个模块在运行时是如何执行,时间是如何采样,事件是如何驱动等细节性问题,用户可以不去
matlab
- its work on the wireless sensor network.it s a example of wireless sensor networks.
WSN-using-matlab
- In our work we extend the LEACH s cluster head selection algorithm in WSN based on different node characteristics like, density, centrality and energy. This paper focuses on increasing the lifetime of wireless sensor networks.
Pra_cticas-s
- Programar el metodo de eliminacion gaussiana, implementandolo siguiendo las indicaciones dadas en clase, de forma que sirva para resolver sucesivos sistemas con la misma matriz. Com- parar con el comando n de MATLAB.
matlab-code
- matlab code for mrc and alamouti s code.
dvb-s
- programme matlab dvb-s tool
AES-Sbox-and-MATLAB
- AES加密算法中的S盒及其MATLAB实现,并附有关键代码-Construct the matlab code AES algorithm s box
S-Function
- 详细介绍了matlab中S-function的编写格式,是学习编写s函数的好的资料-Detailed descr iption of the matlab in the preparation of S-function format, is to learn to write good information s function
S.J.Chapman-MATLAB
- 对MATLAB编程工具有详细的使用方法,并附有大量的程序供参考,非常好的一本学习matlab 语言的入门书籍-MATLAB programming tools for detailed usage, with a large number of procedures for reference, a very good introductory book to learn matlab language
Antenna-and-EM-modeling-with-MATLAB-(Makarov-S.N.
- This text uses the standard Matlab package in order to model and optimize radiation and scattering of basis RF and wireless communication antennas and microwave structures.
1.MUSIC算法MATLAB程序
- 通过matlab程序仿真,实现信号来波方向的角度估计演示(timation of the signal's wave direction through the simulation of MATLAB program)
matlab的s函数编写指导
- matlab的s函数编写指导,对于matlab的s函数编写很有帮助,
用matlab编程求解线性约束优化问题的fmincon函数例子
- matlab编程求解线性约束优化问题 minf(X)=-x1x2x3 s.t. -x1-2x2-2x3<=0 x1+2x2+2x3<=72
Motor Control with MATLAB using Arduino Uno
- Motor Control with MATLAB using Arduino Uno for students. Code below: clearvars a = arduino('com31', 'uno', 'Libraries', 'Servo'); s = servo(a, 'D4'); %flag = 1; %while flag for angle = 0:0.1:1 writePosition(s, angle); current_pos = readPositi