Freeware Listing: Stationary
- Stationary Bikes
- License: Freeware

Stationary exercise bikes provide all the benefits of riding a bicycle. They provide good cardio workouts, have much less impact on knees, hips and other joints than walking or running. Most stationary bikes have manual or computerized controls to allow you to adjust resistance and speed. Most of them come with heart monitors and cardio workouts already programmed in. There is a huge selection of price and style and stationary bikes tend to be the most affordable cardio exercise machine.. Body Composition Basics - Fitness Attitudes. Body composition describes the percentages of fat, bone and muscle in your body.
- Publisher: Fitness Attitudes
- Date: 09-08-2009
- Platform: Win2000, WinOther
- Printable Stationary- Free Stationary
- License: Freeware

Printable Stationary. Free Printable Stationary, Personalized Stationary, Free Email Stationary Stationery Letterhead template for your personal or company use.. Return Address Labels-Free Return Address Labels,Personalized Address Label,Family..
- Publisher: 8gr.org
- Date: 14-07-2009
- Size: 7 KB
- Platform: Win2000, Windows Server, WinOther
- Decomposition Signal Tool
- License: Freeware

Application for modeling and analysis of stationary noise signals. The method of automatic allocation of non-harmonic periodic components, based on the Fourier expansion, used in this application. GUI in Russian!.
- Publisher: Andrey V
- Date: 20-03-2013
- Size: 2632 KB
- Platform: Matlab, Scripts
- stationary mpd frontend
- License: Freeware

This project aims to create an music player daemon frontend for a stationary mp3 player.
stationary mpd frontend License - GNU General Public License (GPL).
- Publisher: Smpdfe
- Date:
- Platform: WinOther
- BumpyMouse
- License: Shareware

BumpyMouse is designed to protect your taskbar against accidentally being brought to the foreground and enforce tooltips not to appear below your taskbar
Furthermore, it allows you to hide the stationary mouse cursor after a user-defined period of time.
.
- Publisher: Dr. Axel Walthelm
- Date:
- Platform: Win2000, Win7 x64, Windows 7, WinOther
- Twin Paradox Program
- License: Freeware

The Twin Paradox program displays the effect of time dilation on a moving twin as seen from a stationary twin. In the default scenario the light signals sent from the moving twin are depicted using a spacetime diagram and are shown as seen in the stationary twin's reference frame (the Home Frame). The sliders can be used to change the twin's trip distance and her trip speed relative to the stationary twin.
Twin Paradox is an Open Source Physics program written for the teaching of special relativity. It is distributed as a ready-to-run (compiled) Java archive. Double clicking the sr_twin.
- Publisher: Kiril Simov & Wolfgang Christian
- Date:
- Size: 531 KB
- Platform: WinOther
- AutoSegment (OpenCV based)
- License: Freeware

Fully automated segmentation of moving objects from a stationary scene using pre-stored scene images. Needs no external parameters or settings; all parameters are derived internally from the pre-stored images. Implemented using OpenCV framework..
- Publisher: autosegment.sourceforge.net
- Date: 05-08-2012
- Size: 2073 KB
- Platform: WinOther
- rPem3d
- License: Freeware

Various utilities useful for handling PET data esp. of stationary planar PEM, including fully 3D ML-EM based image reconstruction, real time viewing of scanning image and the KDE based GUI for scanning, viewing and image reconstruction..
- Publisher: code.google.com
- Date: 20-06-2012
- Size: 105 KB
- Platform: Unix
- Wx Spotter Track
- License: Freeware

This is a program to track amateur radio weather spotters for SkyWarn by displaying a map of the watch area on which the user can place virtual pushpins and info where the location of the storm spotters are, whether they be stationary or mobile..
- Publisher: wxspottertrack.sourceforge.net
- Date: 22-07-2012
- Size: 12421 KB
- Platform: Linux, Mac OS X, WinOther
- evaluating SHORT TIME FOURIER TRANSFORM of a stationary signal
- License: Freeware

the stationary signal f(t)=cos(2*pi*5*t)+ cos(2*pi*10*t)+ cos(2*pi*20*t)+ cos(2*pi*50*t) having frequencies of 5,10, 20and 50 Hz at any given time instant. MATLAB program can be implemented to plot the stationary signal mentioned above: Clear all; Clf; n=1:200; y=cos(2*pi*5*n/200)+cos(2*pi*10*n/200)+cos(2*pi*20*n/200)+cos(2*pi*50*n/200); plot(y); /*sampling frequency (fs)=200hz x[t]=x[n*Ts] Sampling period(Ts)=(1/fs)*/ /*The same signal if is non-stationary in nature,i.e its frequency changes with time, from 5,10,20 to 50 hz.one frequency exists at a time.The non-stationary signal can be produced using the following MATLAB program:*/ N1=50; m=1; z=N1; f=5; for i=1:4 n=m:z; x1(m:z)=cos(2*pi*(f/200)*n); m=z+1; z=m+N1-1; if(i~=3) f=f*2; else f=50; end end The similarity between is that both of them show four spectral components at...
- Publisher: payel mukherjee
- Date: 19-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Rader Autocorrelation
- License: Freeware

This M-File calculates the autocorrelation of a random process by the method of Rader (mentioned e. g. in Karl Kammeyer, "DIGITALE SIGNALVERARBEITUNG : Filterung und Spektralanalyse"): Y=akfrader(X,[M]) X: stationary random process (Vektor) Y: autocorrelation (Vector of length M) M: number for subsequence splitting, Length of resulting autocorrelation function [optional, default is 64].
- Publisher: Andreas Geissler
- Date: 10-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Global and Non-smooth optimization toolbox
- License: Freeware

GANSO is a programming library for global and nonsmooth, nonlinear optimization. Unlike local methods (e.g., quasi-Newton), global optimization methods aim at locating the absolute minimum of a function, not the nearest stationary point. GANSO toolbox provides an interface for calling GANSO methods from Matlab. The user manual describes various optimization strategies, complete syntaxis and several examples of Matlab code..
- Publisher: Gleb Beliakov
- Date: 22-02-2013
- Size: 205 KB
- Platform: Matlab, Scripts
- Temperature in a 2D-Plate
- License: Freeware

Simulating the non-stationary progress of the temperature in a Plate. Parameters are Temperature and Heattransfer on each site of the plate and its Dimensions. (Material-parameters of Aluminium were used).
- Publisher: Stefan Blaettler
- Date: 19-01-2013
- Size: 20 KB
- Platform: Matlab, Scripts
- Find optimal FIR Wiener filter for multiple inputs
- License: Freeware

MISO_FIRWIENER(N, X, Y) computes the optimal FIR Wiener filter of order N, given any number of (stationary) random input signals as the columns of matrix X, and one output signal in column vector Y. Requires BLOCK_LEVISON.M, also on the file exchange. By Keenan Pepper; uploaded with permission..
- Publisher: Tobin Fricke
- Date: 01-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- optima
- License: Freeware

This m-file is a canonical analysis for exploring and exploiting a fitted quadratic response surface by its stationary point. Inputs: b - vector of regression coefficients of the fitted quadratic equation: [intercept (1), linear (p), quadratic, (p) and cross-products (p[p-1]/2)]. It must to be enter in that strictly order. They can be coded or actual. p - Number of independent variables (factors). Outputs: A complete summary of the canonical analysis given the critical points (in case you have utilized the coded factor levels, you should decode them to the actual values), predicted response at the stationary point, and the curvature and orientation of the quadratic response surface.
- Publisher: Antonio Trujillo-Ortiz
- Date: 15-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- binary_orbit
- License: Freeware

Simulates the motion of a single planet in a binary star solar system. Uses Simulink to solve the equation of motion for the planet. The stars are assumed to be stationary. Have fun changing the system parameters to generate strange orbits!.
- Publisher: Dan Massie
- Date: 07-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Matlab code of the Kalman filter Script
- License: Freeware

It will compute the Kalman gain and the stationary covariance matrix using a Kalman filter with a linear forward looking model..
- Publisher: Farhat Masood
- Date: 13-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Visual Object Simulator
- License: Freeware

VisSim is a visual simulator for semi-stationary objects written in C++. The viewer can move around in three dimensional space to view the object from different directions and distances. VisSim uses OpenGL/GLUT and it runs in client-server mode.
Visual Object Simulator License - BSD License.
- Publisher: Vissim
- Date:
- Platform: WinOther
- Soundcard Digital Voltmeter
- License: Freeware

With this software and a simple external hardware, the sound card input of a PC can be used to measure stationary or slowly changing analog signals (e.g. voltages). The hardware converts the input signal into a voltage proportional frequency. The software measures the frequency via the sound card and calculates the corresponding input signal level which is displayed numerically and in a a€?scope-likea€? view.
Soundcard Digital Voltmeter License - GNU General Public License version 3.0 (GPLv3).
- Publisher: Socdvm
- Date:
- Size: 95 KB
- Platform: Linux, Mac OS X, WinOther
- tvscrn
- License: Shareware

TVSCRN is for testing the definition of a TV screen, such as might be needed for Amateur TV. In addition to displaying the usual high definition, cross hatch, and circular patterns, it will also display a variety large types, both stationary, and scrolling..
- Publisher: sigord.co.uk
- Date:
- Size: 40 KB
- Platform: WinOther
Stationary: Freeware | All








