-
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
-
ecuaciones_metodo_local
solucion sistema de ecuaciones mediante metodo local
- 2010-05-10 09:55:42下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
guided-filter-code
有关何凯明暗原色先验去雾的MATLAB代码,此算法是对之前softmatting技术的改进,提出了一种新的算法(Guided Filtering)。其中还包括He的一篇论文(Guided Image Filtering)(MATLAB code about dark channel prior of He to dehazing, the algorithm is right here to improve the softmatting technology,proposed a new algorithm (Guided Filtering).Including a paper of He (Guided Image Filtering))
- 2014-12-31 10:24:35下载
- 积分:1
-
OFDM2
2个不同调制方式的MATLAB仿真程序,是QPSK和QAM的,都非常好(Two different modulation of the MATLAB simulation program is QPSK and QAM, are very good)
- 2007-07-18 16:37:51下载
- 积分:1
-
MatlabandChemicalEngineeringCalculation
介绍Matlab在化工方面的数值计算应用,课件主要讲述化工领域非线性、线性方程组的解法,插值、拟合和常见常微分方程的解法。(Introduced in the chemical aspects of Matlab numerical computing applications, courseware mainly about the chemical field of nonlinear, solution of linear equations, interpolation, fitting, and common ordinary differential equation solution.)
- 2010-08-30 09:32:06下载
- 积分:1
-
osu-svm
是matlab编写的一个支持向量机的程序,经测试有效。程序里附带了了demo,有注释。(Matlab are prepared by a support vector machine procedures, tested and effective. Program comes with a demo, there is the Notes.)
- 2009-03-28 21:30:14下载
- 积分:1
-
objpose.tar
说明: 基于点的位姿估计,用的是正交迭代算法,国外论文的源代码(Point-based pose estimation, iterative algorithm using the orthogonal)
- 2011-04-11 20:47:58下载
- 积分:1
-
shuxuejianmu_matlab_source
总结了数学建模中的常用算法,比较实用,可以借鉴(describ matlab)
- 2014-08-11 10:25:38下载
- 积分:1
-
9303_p3_v1_cons_en
Machine Readable Travel Documents (Passports)
ICAO Doc 9303, Part 3 Volume 1
MRtds with Machine Readable Data
Stored in Optical Character Recognition Format
- 2014-09-23 23:20:58下载
- 积分:1