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.286.135 Times

Fortran Correlation software
Filter: All | Freeware | Demo
 

Fortran Correlation

1 2 3 4 5 > 
Added: May 16, 2010 | Visits: 1.983

Intel Fortran Compiler For Linux Intel Fortran Compiler For Linux offers the best support for creating multi-threaded applications. Only the Professional Edition offers the breadth of advanced optimization, multi-threading, and processor support that includes automatic processor dispatch, vectorization, auto-parallelization,...



Platforms: *nix

License: Shareware Cost: $0.00 USD Download (151): Intel Fortran Compiler For Linux Download

Added: July 15, 2010 | Visits: 1.186

CallGraph::Lang::Fortran CallGraph::Lang::Fortran is a Perl module with a Fortran 77 parser for creating call graphs. SYNOPSIS use CallGraph::Lang::Fortran; my $graph = CallGraph::Lang::Fortran->new(files => [glob(*.f)]); print $graph->dump; This module is a subclass of CallGraph which implements parsing Fortran...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (152): CallGraph::Lang::Fortran Download

Added: August 27, 2010 | Visits: 1.175

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: January 13, 2010 | Visits: 997

Fortran::Namelist Fortran::Namelist is a Perl extension for Fortran namelists. SYNOPSIS use Fortran::Namelist; my $nml_file = /home/user/my_namelist.nml; my $nml=Fortran::Namelist->new( file => $nml_file ); my %new_group = ( group_name => { grp_var1 => some_string, grp_var2 => [ 1 , 2 , 3 ], } );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Fortran::Namelist Download

Released: February 18, 2014  |  Added: March 24, 2014 | Visits: 791

Simply Fortran Simply Fortran is a complete Fortran solution for Microsoft Windows and compatible operating systems. Designed from the beginning for interoperability with GNU Fortran, Simply Fortran delivers a reliable Fortran compiler on Windows platforms with all the necessary productivity tools that...


Platforms: Windows, Windows 7, Other

License: Demo Cost: $65.00 USD Size: 72.3 MB Download (68): Simply Fortran Download

Added: September 03, 2013 | Visits: 501

Joint Frequency and Delay Correlation [FDOUT, FREQ_AXIS] = FDCORR(A,B,FRANGE)FDCORR Joint frequency and delay correlation Performs an efficient circular cross correlation between two vectors over all possible frequency offsets (Dopplers) between -pi and pi where 2pi is the sampling rate.A: vector representing received signal sampled...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (40): Joint Frequency and Delay Correlation Download

Added: May 13, 2013 | Visits: 486

Fast Circular (Periodic) Cross Correlation Uses fft to calculate the circular cross correlation of two periodic signal vectors.This is equivalent to xc(k)=sum(u1.*circshift(u2,k)), but much faster (on the order of 500 times faster for a 1024 point signal).The package also includes two examples. One checks the calculation against the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Fast Circular (Periodic) Cross Correlation Download

Added: April 24, 2013 | Visits: 596

Spatial correlation in high resolution climate data A package of Matlab functions for exploring spatial patterns of correlation in high resolution climate data. Cross-similarity parameters (dominant lag, max-similarity, window cross-similarity) are calculated for each pair of records and presented on maps as well as plots with an intersite...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Spatial correlation in high resolution climate data Download

Added: September 11, 2013 | Visits: 358

Intraclass correlation coefficients Calculates 6 different intraclass correlation coefficients based on the schema described by Shrout & Fleiss (Psychol Bull. 1979;86:420-428). See comments in code.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Intraclass correlation coefficients Download

Added: September 06, 2013 | Visits: 318

Point biserial correlation Calculates point biserial correlation and tests for significance with either ttest or ranksum test.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Point biserial correlation Download

Added: July 20, 2013 | Visits: 339

FORTRAN Namelist Suite This is a set of codes which allows the user to read and write FORTRAN namelist files. The readme.m file explains how to use these files.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): FORTRAN Namelist Suite Download

Added: September 08, 2013 | Visits: 516

Call .m from Fortran This heavily commented Fortran program serves as a simple example on how a MATLAB .m file can be called from Fortran. Suitable if this is your first time trying this.The basic mechanism is to pack the C-compiled .m into a .dll and link to it from Fortran. Argument and result xfer mechanism is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Call .m from Fortran Download

Added: August 31, 2013 | Visits: 504

Salvaging a Linear Correlation Matrix The solution of the nearest correlation matrix applies the hypershpere or spectral decomposition methods as outlined in Monte Carlo methods in Finance by Peter Jackel, Chapter 6.Use CorrelationExample.m that applies a simple example for the two cases.


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Salvaging a Linear Correlation Matrix Download

Added: June 12, 2013 | Visits: 377

Windowed Cross Correlation (corrgram) Calculate windowed cross correlation between two signals A and B up to a pre-defined lag. Usage is similar to the Matlab function SPECGRAM.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Windowed Cross Correlation (corrgram) Download

Added: August 02, 2008 | Visits: 2.533

StatsEasy Correlation StatsEasy Correlation is an online Java applet that allows you to compute the Coefficient of Correlation, it displays the results along with a scatter diagram and line graph. Some knowledge of statistics is required.


Platforms: Any Browser+Java

License: Freeware Download (785): StatsEasy Correlation Download

Released: December 16, 2012  |  Added: December 16, 2012 | Visits: 524

FORTRAN Unit Test Framework (FRUIT) FORTRAN Unit Test Framework, written in FORTRAN 95. So that all FORTRAN features can be tested. FRUIT has assertion, fixture, setup, teardown, report, spec, driver generation. Rake used as build tool. Tutorials at http://fortranxunit.wiki.sourceforge.net The core testing part is in FORTRAN, this...


Platforms: Windows, Mac, Linux

License: Freeware Size: 33.48 KB Download (58): FORTRAN Unit Test Framework (FRUIT) Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 554

Open Fortran Project The Open Fortran Project (OFP) provides a Fortran 2008 compliant parser and associated tools. These tools provide a Java and C API for actions called when parser rules are completed. It also provides Fortran interfaces to the OpenCL runtime (new).


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.05 MB Download (53): Open Fortran Project Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 409

NAG Fortran Library .0 The NAG Fortran 77 Library provides over 1,280 of NAG s callable routines for a broad range of mathematical and statistical areas.? The NAG Fortran Library is aimed at software and application developers seeking to create computationally intensive applications, or products and solutions for...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 18 MB Download (67): NAG Fortran Library .0 Download

Added: June 02, 2013 | Visits: 455

Time Window Based Cross-correlation This code calculates the cross-correlation for specified time windows over the duration of two input signals. The time windows can be shifted by increments smaller than the time window length. The code is based upon the 'xcorr' function.


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Time Window Based Cross-correlation Download

Circular Cross Correlation of the Columns of an Array - circ xcorr The program takes the columns of an input matrix and calculates the auto and cross correlation of these columns using an fft method. The result is very similar to the xcorr function. This method could be used to evaluate the cross correlation of repeating code sequences, and other similar...


Platforms: Matlab


1 2 3 4 5 >