-
TCPIP_Communications_in_Matlab
Transmission Control Protocol (TCP/IP) communications are used to send data from one computer to another over a network or from one application to another within a single computer.
The jtcp.m program uses Matlab s ability to call Java code to enable it to send and/or receive TCP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).
The jtcp.m program is basically just a friendly wrapper for Rodney Thomson s "example" TCP/IP code(Transmission Control Protocol (TCP/IP) communications are used to send data from one computer to another over a network or from one application to another within a single computer. The jtcp.m program uses Matlab' s ability to call Java code to enable it to send and/or receive TCP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).)
- 2009-11-15 21:11:40下载
- 积分:1
-
fmt
fm signal in matlab code
- 2011-06-13 16:02:12下载
- 积分:1
-
rbf_approx
利用RBF神经网络建立的模型对函数进行逼近.是在MATLAB中文论坛上找到的(Use of RBF neural network model set up to function approximation)
- 2009-03-24 13:05:36下载
- 积分:1
-
zishiyinglubo
数字信号处理中自适应滤波的实现,简单实用(Digital signal processing in the realization of adaptive filtering, simple and practical)
- 2009-05-13 17:54:27下载
- 积分:1
-
levinson
说明: 原创_levinson_dubin递推算法,现代谱估计的一种算法(Original _levinson_dubin recursive algorithm, Modern Spectral Estimation Algorithm)
- 2011-04-09 01:08:47下载
- 积分:1
-
circBuff
An object oriented Circular buffer implementation. Matlab version 7+ is required,
- 2009-02-28 06:18:29下载
- 积分:1
-
nonlinear_equation_for_GVD
求解非线性薛定谔方程中群速度色散项带来的脉冲展宽。其中数据可自行设定。(nonlinear equation for GVD)
- 2011-07-14 21:38:48下载
- 积分:1
-
work
雅克比迭代用于计算方程组的数值解。精度比较高。(jacobi)
- 2009-12-27 23:48:13下载
- 积分:1
-
format-long1
基于matlab的三机九节点潮流计算,电力系统分析(Matlab-based three-machine nine node load flow, power system analysis)
- 2011-11-20 13:11:53下载
- 积分:1
-
Modeling-Rayleigh-fading-channel-based-on-modifie
This Matlab Code models a Rayleigh fading channel using a modified Jakes channel model.
A modified Jakes model chooses slightly different spacings for the scatterers and scales their waveforms using Walsh–Hadamard sequences to ensure zero cross-correlation.
alpha_n = frac{pi(n-0.5)}{2M} and eta_n = frac{pi n}{M},
results in the following model, usually termed the Dent model or the modified Jakes model:
R(t,k) = sqrt{frac{2}{M}} sum_{n=1}^{M} A_k(n)left( cos{eta_n} + jsin{eta_n}
ight)cos{left(2pi f_d t cos{alpha_n} + heta_{n}
ight)}.
The weighting functions A_k(n) are the kth Walsh–Hadamard sequence in n. Since these have zero cross-correlation by design, this model results in uncorrelated waveforms. The phases ,! heta_{n} are initialized randomly and have no effect on the correlation properties. Matlab fast Walsh-Hadamard transform function is used to efficiently generate samples using this model.
- 2015-03-10 15:15:01下载
- 积分:1