Software Listing: Array Xkyen

This function is based on Yen's k-Shortest Path algorithm (1971) It retuns: 1) [shortestPaths]: the list of K shortest paths (in cell array 1xK) 2) [totalCosts] : costs of the K shortest paths (in array 1xK) Yen's algorithm prevents loops. This function calls a slightly modified/simplified function dijkstra() (submitted by Xiaodong Wang, 2004) The Network/Graph of N nodes is fed in the form of a NXN netCostMatrix which must have positive weights/costs. This file was first submitted on December 9, 2009 This update of April 2, 2010 includes the following slight changes: 1- Handles exception cases for when no path exists, and now returns an empty matrix (added lines 20 and 29) 2- Includes the changes proposed by Darren Rowland.

  • Platform: Matlab, Scripts

3D Array Factor of a 4x4 planar array antenna calculated using general formulas and then plotted in 3D format. "AB" shows the excitation amplitude of the elements and "AB_phase" shows their phases. Elements are placed on the x and y axis and element factor is ignored. The code can easily be extended to larger general arrays..

  • Platform: Matlab, Scripts

This is an old program (1.999) that I have written for understanding radiation patterns of antennas. Basically I was looking for the relationship between interference diagram (Fourier transform of ilumination, usually called Array Factor) and 3D radiation pattern of the Array. For that reason, it represents XY, XZ and YZ planes instead of H and E. On this version the visible space is not update. On final version (I don't find it), the visible space where delimitated between lines over the interference pattern, and you can see how it varies with distance between antennas and ilumination phase law.

  • Platform: Matlab, Scripts

UTC time (universal time convention) is used in ANSI-C standard for defining time. This is measured in seconds since 1970, at the Prime Meridian. The UTC2Datenum_array function takes a M x 1 array of UTC time values and converts it to a M x 1 array of Matlab serial Time values. This code is derived from the UTC2datenum function written by Abraham Cohn of Philips Medical Systems. This code does not convert UTC to local time.

  • Publisher: Mark Evans
  • Date: 13-01-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Given the coefficients of the characteristic polynomial the Routh-Hurwitz array is created and printed. Additionally, this method shows some results from the array relating to the stability of the system..

  • Platform: Matlab, Scripts

No error checking a very basic function easy to understand Given an array X of size [m,n] output is an array of size [m,n] the rows of the output array sum to 1.

  • Platform: Matlab, Scripts

Accepts a 1-dimensional struct array (in the format 1xn) and converts it into a cell array. The first row of the cell array has the struct's field names in each column; the data from each of those fields for each entry in the struct array appears in subsequent rows. The idea is to make it easy to prep data for writing to an Excel spreadsheet using xlswrite. Example: weather = 1x3 struct array with fields: temp rainfall >> wxcell = structToCellArrayWithHeaders ( weather ) wxcell = 'temp' 'rainfall' [ 68] [ 0.2000] [ 80] [ 0.4000] [ 72] [ 0].

  • Platform: Matlab, Scripts

An array of antenna elements is a spatially extended collection of N similar radiators or elements,.

  • Platform: Matlab, Scripts

Inverse every 2D matrix slice (the first two dimensions) for multi-dimensional array M: M(:,:,p,q,...) * X(:,:,p,q,...) = repmat(eye(m),[1,1,p,q,...]), where input M is a N-D array (m x m x [p x q x ...]), for all possible m=1,2,3,... and optional higher dimensions. Output X array has the same size as M..

  • Publisher: Xiaodong
  • Date: 12-05-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

This function writes a cell array into a CSV-file. It works with empty cells, numeric, char, string and logical cells. One array can contain all of them, but only one value per cell. CSV-files can then be read by Excel, so you don't need DDE or ActiveX..

  • Platform: Matlab, Scripts

This code converts a Galois Field array created using GF(2^m) for a given primitive polynomial into the 'exponential' notation, which you can use with gfrepcov() to binary if you wish. Uses the gf2dec() function internally. Example usage: >> genpoly = rsgenpoly(15,11) genpoly = GF(2^4) array. Primitive polynomial = D^4+D+1 (19 decimal) Array elements = 1 13 12 8 7 >> gf2exp(genpoly, 4, primpoly(4)) ans = 0 13 6 3 10 Showing this RS Polynomial is of form: X^4 + A^13*X^3 + A^6*X^2 + A^3*X + A^10, which is how you see it displayed in text books etc..

  • Publisher: Colin
  • Date: 01-03-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Given an array, it is possible to imagine a virtual array formed by padding the original array out in all directions. Valid subscripts for this virtual array range through all the negative and positive integers, without regard to the size of the original. This function implements this idea. The padding out can be done in many ways. The following are implemented: using a constant value; replicating the border elements of the original; tiling the virtual array with copies of the original; tiling the virtual array with copies that have been flipped so that there is mirror symmetry along the borders of every copy.

  • Platform: Matlab, Scripts

PD100 Array Calculator was created as a handy and sophisticated engineering software that can help designers find out which PD100 cabinet is right for their application.

PD100 Array Calculator is a software that can also be used to determine how many PD100 cabinets are needed, how to configure them, what DSP setting to set for each driver, and what the resulting coverage will be at any frequency.


.

  • Platform: Windows 7, WinOther, WinVista

Array Visualizer is a handy and reliable application designed to display arrays in 2D, 3D and 4D views.

The utility allows users to select the size of the arrays. These can also be imported from a txt file. You can also configure the cell dimensions.

.

  • Platform: WinOther

Array Painter is the easiest and fastest way to make 2D arrays ready for copy pasting into your own program..

  • Platform: Win2000, Windows 7, WinOther, WinServer, WinVista

Recover data from a broken RAID Level 5 or 0 Array.Runtime's RAID Reconstructor will help you to recover data from a broken RAID Level 5 Array consisting of 3 to 14 drives, RAID Level 0 Array (Striping) consisting of 2 drives.Even if you do not know the RAID parameters, such as drive order, block size and direction of rotation, RAID Reconstructor will analyze your drives and determine the correct values. You will then be able to create a copy of the reconstructed RAID in an image file or on a physical drive. Once you created an image you can use it for further data recovery processing with Runtime's GetDataBack.

  • Platform: Win2000, WinOther

Generate random alpha, numeric, or both, CD keys for software distribution and registration. A maximum key length of 24 characters may be generated. Key can then be copied or saved into a text file for later use. Keys can be exported to an encrypted file in addition to an Array, ArrayList, or SortedList in both VB .Net or C#. Encryption can also be performed in your application by including our Encryption DLL into your project. Generate up to 2,000,000 unique key combinations and 5,000,000 non-unique key combinations. Version 6.3 is fully compatible with Windows Vista operating systems. This version also offers an increase in length of keys from 16 to 24 characters.

  • Platform: Win7 x32, Win7 x64, WinVista, WinVista x64

It simply shows how to bind a DataGrid to an array using C# code..

  • Platform: Asp, Scripts

This example shows you how to remove an element from the array at runtime.

  • Platform: Misc Scripts

Explanation and listing of the Array object in JavaScript and its methods and properties..

  • Platform: JavaScript, Scripts

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


CCleaner

If you’ve used any computer for fairly long time, you might have noticed it gets slower and slower over the time. This process is slow and generally goes unnoticed until your computer gets too sluggish to go unnoticed. This is due to unused ...


Wise Disk Cleaner

Everybody computer is full of temporary and unnecessary files! Even if you don’t know they are there, they are! Wise Disk Cleaner helps to rid your system of these useless files that are just sitting around taking up your disk space. ...


Cloud System Booster

Cloud System Booster is a very up to date and modern looking application. To me, it almost looks like it’d fit better into Mac desktop environment rather than a Windows one. Cloud System Booster exists and aims to clean the unnecessary junk ...


Ad-Aware Free Antivirus+

You might have experienced that with some programs, other smaller programs are attached and they get installed silently. Also, many times, these programs, also known as adware or spyware, are downloaded silently or by mistake through internet. ...


Intergalactic War

Inter galactic war is another free ware two dimensional shooter game, falling into the ever prevalent genre of top down shooters. As the title suggests, in inter galactic war you play as a space ship fighting enemy space ships as you fight your way ...


Mozilla Thunderbird

Mozilla is well known name in the internet industry. In fact, good amount of people are connecting to internet with Mozilla Firefox and this number is growing with time but I’ll be sharing my views on one of the lesser known product of ...


FinalFortress

Final fortress is a free downloadable demo for the full game final fortress. Final fortress is  fixed location shooter mixed with RPG elements, which isn't a completely unique concept, but is done in a fairly unique way, with your large ...


Avant Browser

There are many browsers available to download on World Wide Web, but more than 90% people use either of Chrome, Firefox or Internet Explorer. Due to this, many people either don’t know about other non-popular browsers or don’t care to ...


Bubble Shooter Deluxe

Bubble shooter deluxe (referred to in game as bubble shooter premium edition) is a freeware puzzle game. At first look, bubble shooter deluxe appears to be a clone of many other games similar to it, in which you must fire balls from a stationary ...



New Downloads

WidsMob Retoucher

WidsMob Retoucher is the
excellent photo editor to
discover the magic of artistic
photo effects, which includes
photo ...

Efficient Diary Pro

Efficient Diary Pro is a
cross-platform, easy-to-use
and powerful electronic diary
software package. The product
has a ...

Syncios Data Recovery

Syncios data recovery helps to
retrieve lost data including
photos, messages, contacts,
text messages, as well as App
...

Excel Add-in for Zoho CRM

Devart Excel Add-in for Zoho
CRM allows you to use powerful
Excel capabilities for
processing and analysis of
data from ...

DataNumen Backup

DataNumen Backup (DBKUP) is a
powerful tool to back up and
recover your important files.
It supports full, incremental
...

Bank2OFX

Finally, the solution to
import your transactions.
Convert QFX/OFX/QBO/QIF to OFX
and import into MS Money, Sage
One, ...

CoffeeCup Shopping Cart
Designer Professional

With Shopping Cart Designer
Pro, it\'s easy to edit or
create a theme that
complements your Shopping Cart
Creator store. ...

T-shirt Design Software

Brush Your ideas, T-shirt
design tool is very powerful
HTML5 T shirt designer
extension integrated with
Magento eCommerce ...

Serial Port Monitor

Serial Port Monitor is a
professional application for
RS232/422/485 COM ports
monitoring. It monitors,
displays, logs ...



Related Searches

Array C Declare
Array J Declare
Array Asp
Basic Vis Array
Array Detecting
Bmp C Array
Video Graphics Array Compressor
Video Graphics Array
One Dimensional Array
Led Array
Led Array Source Code
Bit Array