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

Incredible String Band Discography software
Filter: All | Freeware | Demo
 

Incredible String Band Discography

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 646

Changing the indentation of a multi line string When working with text, it may be necessary to change the indentation level of a block. This code will take a multiline string and add or remove leading spaces to each line so that the indentation level of the block matches some absolute number of spaces.



Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 15, 2013 | Visits: 663

Single Side Band Modulation This is a simple program to simulate Single Side Band Modulated Signals. Many of the students have a very big misconception on Single Side Band Modulation. This is the correct algorithm for SSBAM. This is a simple technique for a very simple, but misunderstood problem.





Platforms: Matlab

License: Freeware Size: 102.4 KB Download (42): Single Side Band Modulation Download

Added: July 04, 2013 | Visits: 536

Broad Band Antenna THIS IS BROAD BAND LOG PERIODIC ANTENNA DESIGNING PROG. WHICH IS DESIGNED FOR RECEIVING DD1 & DD-NEWS CHANNEL.


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Broad Band Antenna Download

Added: May 12, 2013 | Visits: 507

Band Pass Decimation A figure for band pass decimation with desired signal bandwidth B, where Fi_B is anolog frequence point corresponding to B, Fs_B is sample rate corresponding to B.The color parts are forbidden areas.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Band Pass Decimation Download

Added: April 28, 2013 | Visits: 415

chart or txt or string 2 decimal num -Comma to point in this file there is an algoritm, it s not a function.if you have a file with data number with the decimal part indicated by a comma, and you need to import this datas as number, you need before transform comma with point.in this file a varialble is loaded, and it going to be stranformed in a...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): chart or txt or string 2 decimal num -Comma to point Download

Added: June 23, 2013 | Visits: 580

Twinny Filter (HLB_ Pass filter) at ISM_ Frequency Band In wireless topology we using filters as main part of system, we proposed a flexible filter for multi-purposes working at ISM band frequency. Obviously the filter idea works by splitting the Band Pass Filter into two types H.P.F & L.P.F controlled by logic circuit to select the desired filter....


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Twinny Filter (HLB_ Pass filter) at ISM_ Frequency Band Download

Added: April 05, 2013 | Visits: 291

convert objects to string This little helper function allows to obtain a string representation for Matlab class instances.Main feature is that properties which are also objects are converted recursively.The recursion level is represented by tab intendation.The maximum depth is definable, but infinite loops are taken care...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): convert objects to string Download

Added: April 23, 2013 | Visits: 439

Sub-band Vocoder Script This script using the Sub-band filtering technique for voice coding and synthetizing the voice with a sine sum multiplied by the sub-band spectral power of the pass-band filters.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (39): Sub-band Vocoder Script Download

Added: April 27, 2013 | Visits: 372

Numeric To Binary Prefixed String Convert a single positive numeric scalar value into a string giving that value as the multiple of an IEC/ISO binary prefix. The binary prefix may be selected to be either the full name or the symbol, the symbol is default.The function automatically uses the lowest suitable binary prefix.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (45): Numeric To Binary Prefixed String Download

Added: July 09, 2013 | Visits: 315

Wrapped String OUTSTRING=WRAPSTRING(INSTRING, DELTA) returns a wrapped string of INSTRING, that fits inside the Command Window Size, with right leading edge of DELTA Example:alpha = ' ABC';InString = alpha(randi(4,1,500))OutString=wrapstring(InString)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Wrapped String Download

Added: March 28, 2013 | Visits: 353

ISO 8601 Extended Format Date String from Date Vector This Mfile offers a fast conversion of a date vector to a string, where the date/time given in the string is controlled by a token.1. ISO 8601 date/time/timestamp extended format:- Returns one of two date formats: --T:: -W-T::- The token can be used to return a shortened version of the full...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): ISO 8601 Extended Format Date String from Date Vector Download

Added: May 02, 2013 | Visits: 510

Simulating 2*2 MIMO-LDPC Base-Band Systems Simulating 2*2 MIMO-LDPC Base-Band SystemsCopyright (C2010-2015) Yang XIAO, Beijing Jiaotong University, Aug.10, 2010, E-Mail: yxiao@bjtu.edu.cn.This program can simulate 2*2 MIMO-LDPC base-band systems.The MIMO system's design can refer my following book.[1] Yang Xiao, MIMO Multiple Antenna...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (49): Simulating 2*2 MIMO-LDPC Base-Band Systems Download

Added: July 30, 2013 | Visits: 280

Read numbers from a string The function PARSE_NUMBERS applies SSCANF to read numbers from delimited string.A = PARSE_NUMBERS(S) separates the string, S, into a cell array of substrings which are individually scanned to determine numeric values; results are returned in matrix A.The behavior of PARSE_NUMBERS can be modified...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Read numbers from a string Download

Added: May 26, 2013 | Visits: 317

Real Number to N-digit String Floors a real number and converts it to an N-digit string, e.g. for N=3 input 1 becomes 001, 34 becomes 034 and 876 remains the same.Can be used for various purposes. I wrote it for writing images in a folder such that they have names image001.jpg, image002.jpg, etc. I also used it to display the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Real Number to N-digit String Download

Added: April 28, 2013 | Visits: 429

Band matrix generation Generate a band matrix by giving the number of diagonals upper and below the main diagonal


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Band matrix generation Download

Added: June 22, 2013 | Visits: 322

Generate a subdirectory listing from a path string PATH_PARTS returns a listing of strings representing subdirectories parsed from a path string.A simple function that examines a string and returns a naive directory listing; no validity checks are made on subdirectory strings.A = PATH_PARTS(S) returns a cell array of strings containing the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Generate a subdirectory listing from a path string Download

Added: September 08, 2013 | Visits: 490

Rubber Band Box Use the mouse button to drag out a rubber band box to select an area from an image. The rubber band box is temporarely drawn over the image, and the box's corner coordinates are returned.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Rubber Band Box Download

Added: July 17, 2013 | Visits: 191

Fix string for graph title This function fixes a string before it is used as a title for a graph.It is known that an underscore '_' is used in the title string to set the next character to lowercase. But, in many cases we don't need this feature, we just want to print the underscore. The correct way is to insert the '_'...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Fix string for graph title Download

Added: September 02, 2013 | Visits: 596

Dynamic Band Manager Dynamic Band Manager, a PHP and MySQL based band managment system and CMS to assist bands in organising gigs, releasing albums, and producing websites with current news and forums.


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 194.56 KB Download (40): Dynamic Band Manager Download

Added: October 11, 2013 | Visits: 326

Rubber Band Library Rubber Band Library is a high quality software library for audio time-stretching and pitch-shifting. It permits you to change the tempo and pitch of an audio stream or recording dynamically and independently of one another. Rubber Band Library is intended for use by developers creating their own...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 129.02 KB Download (39): Rubber Band Library Download

< 1 2 3 4 5