HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for Transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. It is a fast, robust and well tested package.
The tca package is a Matlab program that implements the tree-dependent
component analysis (TCA) algorithms that extends the independent
component analysis (ICA), where instead of looking for a linear transform
that makes the data components independent, we are looking for components
that can be best fitted in a tree structured graphical model. The TCA model
can be applied in any situation where the data can be assumed to have been
transformed by an unknown linear Transformation.
The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data and data that is consistent with the model. There are three main classes of functions in the toolbox: Transformation functions, misfit computation functions, and approximation functions. The approximation functions derive an approximate model from data, the misfit computation functions are used for validation and comparison of models, and the Transformation functions are used for deriving one model representation from another.
KEYWORDS: Total least squares, generalized total least squares, software implementation.
This paper provides a rigorous comprehensive approach to the design of the principal software
algorithmsutilized inmodern-day strapdown inertial navigationsystems: integration of angular rate into attitude,
acceleration Transformation/integration into velocity, and integration of velocity into position.
Matlab 畫三維立體圖形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.
Some features of the library are:
- creation of various shapes (3D points, 3D lines, planes, polyhedra...)
through an intuitive syntax.
Ex: createPlane(p1, p2, p3) to create a plane through 3 points.
- derivation of new shapes: intersection between 2 planes, intersection between
a plane and a line, between a sphere and a line...
- functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces
arrays (face array contain indices of vertices), and support faces with any
number of vertices. Some basic models are provided (createOctaedron,
createCubeoctaedron...), as well as some computation (like faceNormal or
centroid)
- manipulation of planar Transformation. Ex.:
ROT = createRotationOx(THETA);
P2 = transformPoint3d(P1, ROT);
- direct drawing of shapes with specialized functions. Clipping is performed
automatically for infinite shapes such as lines or rays. Ex:
drawPoint3d([50 50 25; 20 70 10], 'ro'); % draw some points
drawLine3d([X0 Y0 Z0 DX DY DZ]); % clip and draw straight line
Some functions require the geom2d package.
Additional help is provided in geom3d/Contents.m file, as well as summary files
like 'points3d.m' or 'lines3d.m'.
Many good textbooks exist on probability and random processes written at the under-
graduate level to the research level. However, there is no one handy and ready book
that explains most of the essential topics, such as random variables and most of their
frequently used discrete and continuous probability distribution functions; moments,
Transformation, and convergences of random variables; characteristic and generating
functions; estimation theory and the associated orthogonality principle; vector random
variables; random processes and their autocovariance and cross-covariance functions; sta-
tionarity concepts; and random processes through linear systems and the associated
Wiener and Kalman filters.
Wireless networking is undergoing a Transformation from what has
been primarily a medium for supporting voice traffic between telephones,
into what is increasingly becoming a medium for supporting traffic among
a variety of digital devices transmitting media of many types (voice,
data, images, video. etc.) Wireline networking underwent a similar
Transformation in the 1990s, which led to an enormous build-up in the
capacity of such networks, primarily through the addition of new optical
fiber, switches and other infrastructure.