In gear driven high accuracy positioners (antennas, teloscope mounts, some robots, etc...) on axis position data is collected from one sensor (synchro, resolver, encoder, etc..) mounted on axis and velocity data is collected from another sensor (tach, resolver RDC, encoder, etc...) mounted on the actuator. The scaling, aka tach gradient, between the measured velocity and the on axis velocity is determined by gear ratio, sensor characteristics...
I got fed up of having to keep writing "set(figureHandle ,'windowStyle','docked')" so I wrote these two functions.
Default behaviour is defined and help is provided.
Enjoy.
As usual feedback and...
This m-file performs the Bowker's test for symmetry. It is an extension of the McNemar test to a KxK situation. There are now K response categories for the two dependent samples.
The null hypothesis is that the probabilities in the...
This plugin adds a "Console" page to the administrator's Tools menu which provides a javascript-based interactive console that loads the WordPress environment. It allows execution of arbitrary PHP code as well as anything defined by...
The physunits toolbox is an attempt to confer dimensional "awareness" to the MATLAB environment. The motivation for this, as well as a suggested way to go about it, are explained in % Petty, G.W., 2001: Automated computation and...
Scripts are programs performing specific tasks. It concentrates on decreasing development time, instead of execution.
Using an interpreter the compile and link cycle is dramatically reduced facilitating rapid development.
defined by : PSNR(x,y) = 10*log10( max(max(x),max(y))^2 / |x-y|^2 ).
Spectrum scope makes it easy to compute and display the fft of a live signal. You feed it your time series data, and it does the rest. It works very nicely with the Timer objects introduced in R13, and with Analoginput objects (from the Data...
DRAG: Move around on a 2-D or 3-D plot.
When plot dragging is on, you can click and drag the axes around while maintaining the current level of zoom. In a figure with multiple subplots, pressing and holding the left mouse button drags...
With this module you can define relations between content types. It automatically creates a relation between all nodes, which have been created from the same user and have the defined content types.
It is a simple node relationship...
The WYSIWYG Filter module provides an input filter that allows site administrators configure which HTML elements, attributes and style properties are allowed. It also may add rel="nofollow" to posted links based on filter options. It can...
SC is a useful function for displaying rich image data, of use to anyone wishing to visualize and save 2D data in ways beyond that which MATLAB built-in functions allow.
This function can be used in place of IMAGE, IMAGESC and IMSHOW,...
(This function was suggested to me as a counterpart to the uigetvar function.)
The putvar tool allows you to assign a variable from a function workspace directly into the base workspace. I can envision this tool having value in one of...
Enables the easy addition of FAQ sections to article content.
Installation/configuration information for Accordion FAQ can be found in the Accordion FAQ documentation section.
Changelog from version 1.0.7:
*...
We here both use the inbuilt command for determining linear conv. as well as user defined method to do the same. Plots are also given for comparison between two methods.
This admin plugin stores snippets of HTML code or reoccurring text that you often use in your posts. You can use predefined variables to replace parts of the snippet on insert. All snippets are available in the post editor with a TinyMCE button....
With this extension for the WordPress plugin PostLists it is possible to add next-/prev- navigation links to a PostLists list.
The following placeholders can be used to create the links in the before- and after- fields of the list...
Description of Game:
Objective: Shortest Distance Path between 2 Points.
Step 1: Define the Map using the GRID Points Only. Step 2: Define the 2 Points to get Shortest Distance Path.
Note 1: For every click a...
Set of tools to perform transformations between projection, ellipsoidal and cartesian coordinates in either direction.
Included are proj2ell - projection to ellipsoidal ell2cart - ellipsoidal to global cartesian d3trafo -...
The script generates spatial data with a scale-invariant power spectrum (1/f noise) and a normal error distribution.
The spectral density of the data is proportional to f^BETA, where f is the frequency and BETA is the spectral exponent... |