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

Fortran Correlation freeware
Filter: All | Freeware | Demo
 

Fortran Correlation

1 2 3 4 5 > 
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

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 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: 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

Added: June 02, 2013 | Visits: 454

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


Added: April 02, 2013 | Visits: 506

From Fortran, call MATLAB Compiler C shared library The MATLAB Compiler (v4, R14 onwards) can package MATLAB code into an executable or C/C++ shared library. Calling a C shared library from Fortran, however, can be difficult. The mixed-language issue is C vs. Fortran calling conventions. This is an example of how to call a MATLAB...


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): From Fortran, call MATLAB Compiler C shared library Download

Added: June 25, 2013 | Visits: 458

fulltosparse (Fortran version) SYNTAX: B = fulltosparse(A)A = full 2-dimensional double matrixB = sparse 2-dimensional double matrix version of AThis example demonstrates how to populate a sparse matrix. For the purpose of this example, you must pass in a non-sparse 2-dimensional argument of type double. fulltosparse.for is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): fulltosparse (Fortran version) Download

Added: August 25, 2013 | Visits: 493

mex -setup with Intel Fortran and MS VS.Net Here are some configuration files to allow the mex -setup being withi) Intel Fortran 8.1 with MS Visual Studio 2003ii) Intel Fortran 10.1 with MS Visual Studio 2005


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): mex -setup with Intel Fortran and MS VS.Net Download

Added: June 08, 2013 | Visits: 466

Intel91 fortran with MEX There is not yet any official support for use of the latest Intel 9.1 fortran compiler with MEX. The official support is for 9.0 and requires Visual Studio/C++ 2003 for the linker.This MEX options file works for the latest 9.1 fortran compiler and Visual Studio 2005.The path for the compiler and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Intel91 fortran with MEX Download

Added: July 13, 2013 | Visits: 357

Finding a similar valid correlation matrix Implementation of Nicholas J. Higham's algorithm "Computing the Nearest Correlation Matrix - A Problem from Finance", 2002.http://eprints.ma.man.ac.uk/232/01/covered...S_ep2006_70.pdf


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Finding a similar valid correlation matrix Download

Added: April 07, 2013 | Visits: 375

ami and correlation AMI computes and plots average mutual information (ami) and correlation of univariate or bivariate time series for different values of time lag.USAGE: [amis corrs] = ami(xy,nBins,nLags)INPUT: xy: either univariate (x) or bivariate ([x y]) time series data. If bivariate time series are given then...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (43): ami and correlation Download

Added: October 27, 2013 | Visits: 2.882

WikSpeak WikSpeak is a tool that allows non-native English speakers to analyze the correlation between the pronunciation and spelling of English words. This program is a simple and fast graphic interface which can retrieve the phonetic transcription ( IPA ) and the pronunciation of any English word, while...


Platforms: *nix

License: Freeware Size: 4.05 MB Download (501): WikSpeak Download

1 2 3 4 5 >