Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.038 Times

Itu R Bs 1770 1 freeware
Filter: All | Freeware | Demo
 

Itu R Bs 1770 1

1 2 3 4 5 > 
Released: December 16, 2012  |  Added: December 16, 2012 | Visits: 417

Perceptual Evaluation of Audio Quality This project is a Free Software implementation of reccomandation ITU-R.BS.1387 that provide to describe the algorithm of - Perceptual Evaluation of Audio Quality - (PEAQ). Platforms: Mac, BSD, Linux

License: Freeware Size: 524.93 KB Download (52): Perceptual Evaluation of Audio Quality Download

Added: October 07, 2010 | Visits: 986

RateIt RateIt is a GUI tool for performing subjective testing of audio samples based on the MUltiple Stimuli with Hidden Reference and Anchor (MUSHRA) methodology as specified in ITU-R recommendation BS.1534-1. This project is dual-licensed under the General Public License (GPL) and the Mozilla Public... Platforms: *nix

License: Freeware Size: 27.65 KB Download (96): RateIt Download

Added: August 10, 2013 | Visits: 516

Universal Color to Gray Conversion The implemented methods are:1) 'normal', 'standard': rgb2gray of Matlab; ITU-R Recommendation BT.601.2) 'avg', 'average': the output is the average of all three channels.3) 'minavg', 'min_avg', 'min_average', 'minimum_average': The minimum-average method introduced in [1] for document image... Platforms: Matlab

License: Freeware Size: 2.85 MB Download (43): Universal Color to Gray Conversion Download

Added: July 04, 2010 | Visits: 1.577

R R is a language and environment for statistical computing and graphics. R is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different... Platforms: *nix

License: Freeware Size: 10.4 MB Download (105): R Download

Added: March 14, 2010 | Visits: 1.067

Freeciv 2.1.0 Beta Freeciv is a free turn-based multiplayer strategy game, in which each player becomes the leader of a civilization, fighting to obtain the ultimate goal: To become the greatest civilization. Players of the Civilization® series by Microprose® should feel at home, since one aim of Freeciv is to... Platforms: *nix

License: Freeware Size: 10.8 MB Download (94): Freeciv 2.1.0 Beta Download

Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 400

AudioLeak for Mac OS Quickly (over 200x realtime) previews perceived playback levels of audio files without having to listen to the audio. AudioLeak measures unweighted / A-weighted Leq, Peak levels, and more. File analysis and real-time analysis of audio input are multithreaded and can be performed seamlessly and... Platforms: Mac

License: Freeware Size: 3.7 MB Download (578): AudioLeak for Mac OS Download

Added: June 02, 2010 | Visits: 862

PermComb PermComb is pure perl module for performing permutations and combinations of an arbitrary list. Algorithm::Permute permutes only n out of n and requires compilation. This mod is pure perl and supports permutations and combinations taken R at a time, iteratively and both in the same object at... Platforms: *nix

License: Freeware Size: 9.22 KB Download (159): PermComb Download

Added: April 11, 2010 | Visits: 1.020

Fear Stats Fear Stats project generates player stats from F.E.A.R. server log files, and stores them in a MySQL database. Whats New in This Release: - Improved Scoring Calculations for all game modes - Created new Sub to handle checking for existing records. - Transactoins now fully supported for... Platforms: *nix

License: Freeware Size: 87.04 KB Download (98): Fear Stats Download

Added: March 09, 2010 | Visits: 1.830

Parallel Network Scanner Parallel Network Scanner provides a fast network services scanner. pnscan is a scanner for TCP network services. It uses multithreading to increase its speed. pnscan tries to be smart as to how many threads to start - it will dynamically start only as many as is needed to make progress in the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): Parallel Network Scanner Download

Added: August 07, 2010 | Visits: 895

Math::Zap::Rectangle Math::Zap::Rectangle is a Perl module that generates rectangles in 3d space. Synopsis Example t/rectangle.t #_ Rectangle __________________________________________________________ # Test 3d rectangles # philiprbrenan@yahoo.com, 2004, Perl License... Platforms: *nix

License: Freeware Size: 63.49 KB Download (98): Math::Zap::Rectangle Download

Added: November 08, 2010 | Visits: 874

Statistics::PointEstimation Statistics::PointEstimation is a Perl module for computing confidence intervals in parameter estimation with Students T distribution. Statistics::PointEstimation::Sufficient - Perl module for computing the confidence intervals using sufficient statistics SYNOPSIS # example for... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Statistics::PointEstimation Download

Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 440

trisale TRisale, Risale-i Nur Külliyatı'nın daha rahat okunamasına adanmış bir çeşit erisale programıdır. Html ve javascript tabanlıdır. Offline çalışır. Flash bellekte taşınabilir. Maalesef bütün özellikleri sadece firefox'ta eksiksiz çalışır. Epub ve mobi dosyalarını files... Platforms: Windows, Mac, Linux

License: Freeware Size: 33.98 MB Download (55): trisale Download

Altitude in Km above sea level for a given pair of coordinates (lat,long) function alt_km=ITU_P1511(lat,long)computes altitude of a site at given lat,long coordinatesby means of bicubic interpolation using itu topo 0.5 degrees resolutionmatrix.refer to ITU-R Recommendation P 1511.INPUTSlat: latitude + = North, -=southlong: longitude, positive degrees East.Required... Platforms: Matlab


Added: January 18, 2010 | Visits: 1.215

Number::Bytes::Human Number::Bytes::Human is a Perl module that can convert byte count to human readable format. SYNOPSIS use Number::Bytes::Human qw(format_bytes); $size = format_bytes(0); # 0 $size = format_bytes(2*1024); # 2.0K $size = format_bytes(1_234_890, bs => 1000); # 1.3M $size = format_bytes(1E9,... Platforms: *nix

License: Freeware Size: 9.22 KB Download (98): Number::Bytes::Human Download

Added: August 24, 2010 | Visits: 1.606

JavaScript::Minifier JavaScript::Minifier is a Perl translation of jsmin.c. SYNOPSIS use JavaScript::Minifier; my $obj = new JavaScript::Minifier; $obj->minify(*STDIN, *STDOUT); use JavaScript::Minifier qw(jsmin); jsmin(*STDIN, *STDOUT); This work is a translation from C to Perl of jsmin.c published by... Platforms: *nix

License: Freeware Size: 4.1 KB Download (144): JavaScript::Minifier Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 540

GEOPoint GEOPoint is an easy to use satellite antenna pointing calculator, for geostationary communications satellites. It calculates the azimuth and elevation pointing angles from a given location on the earth towards a specified geostationary satellite. The program also calculates polarisation tilt... Platforms: Windows

License: Freeware Size: 2.1 MB Download (406): GEOPoint Download

Added: May 06, 2013 | Visits: 555

Savitzky-Golay Smoothing and Differentiation Filter Function: Savitzky-Golay Smoothing and Differentiation Filter The Savitzky-Golay smoothing/differentiation filter (i.e., the polynomial smoothing/differentiation filter, or the least-squares smoothing/differentiation filters) optimally fit a set of data points to polynomials of different degrees.... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Savitzky-Golay Smoothing and Differentiation Filter Download

Added: June 13, 2013 | Visits: 475

HistConnect This Function HistConnect will make a smooth histogram for a signal or image consisting of a few samples. The function assumes correlation between the samples, and implicitly generates new linear-interpolated samples between the originate samples. Thus makes the assumption of continuity between... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): HistConnect Download

Added: June 18, 2013 | Visits: 452

satang -function angles=satang4(strSys1,latA,longA,longsat,strSys2,latB,longB)-calculation of satellite angles: elevation, azimuth, and also relative azimuth and baseline orientation if input data-belongs to two sites-Sources:-Digital satellite communications, 2nd Ed. Author Tri Ha, for satellite... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): satang Download

Added: April 27, 2013 | Visits: 506

Reaction Object A reaction object contains parameters that describe a chemical reaction scheme in terms of reagents, reaction steps, rate constants and equilibrium constants. The reaction can be evaluated to provide concentrations of species as a function of time and starting concentration. The reaction can also... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): Reaction Object Download

1 2 3 4 5 >