Software Listing: I039m

I'm actually having trouble with the equalization of the channel, because the doppler effect introduces phase rotation, which I don't know how to correct. If anyone could help me, I' d be really thankful..

  • Platform: Matlab, Scripts

After the run of the "MyEqualizer.m" file a graphical user interface appear. By pressing the "Load" we can load audio signal (type .wmv). After we can model the frequency behavior of the FIR filter that is used to filter that signal. After we can listen the filtred audio signal by pressing the "Play " button. In the GUI M-file I'm using three importanat function: [ ]=coeff() that generate cell contain the coefficient of the equalizer, equalizer_plot() who plot the frequency behavior of equalizer and the equalizer_play who filter and play the filtered audio signal..

  • Platform: Matlab, Scripts

to run it: you will need first to run the file that name "charGUI4.fig" and on the right side there is a load training set where you have to train the system first, run any data that is should be from 1 to 9 and 0 like ( 1 2 3 4 5 5 6 7 8 9 0) as many line as you want so if you have a traning data that is 10 columns by 5 lines then you have to assign that to the small boxes that name column and line. right now keep the #words as is because I plan to use it but I change my mind so that it is automatically count the word for you. after you train the system then load any image test, from the "Load Image" once you upload the image then choose the "select" and then go to the uploaded image and select whatever you want to recognize, after that select "crop" to crop the exact part that you want to recognize after that selcet "Features...

  • Platform: Matlab, Scripts

Uses technique described on the Parabolic SAR wikipedia page. Candlestick Graph package used to create picture. NOTE: I have implemented this to the best of my knowledge, but I'm noticing discrepancies between various calculations of Parabolic SAR. Use at your own risk!.

  • Platform: Matlab, Scripts
  • CMorph
  • License: Freeware
  • Price: 0.00
  • Rating

This is a basic cell tracker for use on uncompressed AVI files, ideal for use with videos where the image of the cell overlap much frame-to-frame. If you use it to generate data for publication please cite the conference paper in the readme file, which you might want to read anyway if you want to use. Sample video to track and paper available at lab website: bme.virginia.edu/lawrence. I'm working on a multiparticle version of the algorithm which also better tracks low-temporal resolution data and compressed input formats. I will post it when I work more of the bugs out. Please contact me if you are interested in the alpha version.

  • Platform: Matlab, Scripts

The MATLAB 'profreport' function used by the profiler generates a table of function calls sorted by execution time. However, often it is necessary to sort by number of calls, time in self, etc. 'SProfReport' duplicates all the functionality of the original, but permits the function call to be sorted. This is accomplished by use of a simple javascript function. I'm not a javascript expert, and the script I'm using is freeware from the web. Currently sorting will only be in descending order (which is usually what one cares about when profiling). I'd appreciate any improvements to the sorting algorithm.

  • Platform: Matlab, Scripts

I installed Microsoft Visual Studio(MVS) 2008 and Matlab R2007b and tried "mex -setup" command from Matlab. However my MVS 2008 was not recognized by Matlab. I debugged mex.m and found a way to show MVS 2008 to Matlab. Necessary files are located at 2 different directories in zip file (VS2008MATLABMexCompilerFilesX64 and VS2008MATLABMexCompilerFilesX86), one is for win32 Operating System(OS) and the other one is for win64 OS. There is also "directory.txt" file in the zip which shows the directory that you should copy necessary files to. I'm using VISTA ultimate edition, but this may work for other OS(not tested).

  • Platform: Matlab, Scripts

Allows connection to MBTrading for either simulated trading (delayed quotes and fake money) or real trading (real-time quotes and actual funds). Various files for account connection, quotes and orders. So far not very well documented... work in progress. Also requires the free MBTrading SDK www.mbtrading.com I am not affiliated with MBTrading. I chose their brokerage based on the flexibility of their SDK. Please contact me if you add anything on. I'm constantly expanding the MATLAB code based on the MBTrading connection and would love additions from other developers. Contact me at rissacher@hotmail.

  • Platform: Matlab, Scripts

initializePhysicalConstants.m loads important physical constants into the structure CONSTS. The CONSTS structure will contain both values (accessible by CONSTS.var_name), and descriptive information (CONSTS.desc.var_name.[Name, Units, Value]). EXAMPLE USAGE: % What are the units of the unversal gas constant? CONSTS.desc.R ans = Name: 'Gas Constant' Units: 'J K^-1 mol^-1' Value: 8.3140 % Atoms in 10 grams of oxygen: V = 1; %L P = 1; % atm T = CONSTS.T_o + 20; % K nMols = P*V / (CONSTS.R*T) nMols = 4.1030e-004 % How may atoms? nAtoms = nMols * CONSTS.N_a nAtoms = 2.4708e+020 This program can be vastly improved; I'm happy to do so if people actually use it.

  • Platform: Matlab, Scripts

This program timesteps the Shallow Water Equations in a curved basin of variable depth. The central timestep finite difference method is used to linearly approximate the differentials. *I'm a student, so ideas for improvement and criticisms would be awesome..

  • Platform: Matlab, Scripts

Slow and dirty way to save a simple structure to an Excel file with xlswrite. I did it to solve a urgent problem for a friend. Lots of improvements possible, I'm sure. STRUC2XLS (FILE,S) writes the contents of structure S to a excel file named FILE. The name of the worksheet and the starting row and column can be specified as optional arguments. Example: s=struct('one',[1,2],'two',[10,20,30],'three',[100,200,300,400]); struct2xls('s2xls',s,'Row',4,'Col','D').

  • Platform: Matlab, Scripts

This is a tidied up version of Adam Wilmer's Fourier-Mellin transform for simple image rotation, scale and translation. No GUI is included and some code is cribbed directly from his implementation. I'm totally new to Matlab, so please excuse any coding faux-pas I have committed here..

  • Platform: Matlab, Scripts

The help is not updated, but there is comments at the code. The function can be used with at least 4 inputs: with 1 plotmatrix(x) with 2 plotmatrix(x,y) plotmatrix(x,linespec) plotmatrix(x,varnames) with 3 plotmatrix(x,linespec,varnames) plotmatrix(x,y,linespec) plotmatrix(x,y,varnames) with 4 plotmatrix(x,y,varnames,linespec) I'm using a lot the code and by now there isn't any problem.

  • Platform: Matlab, Scripts

This function is based on MyBlob toolbox, and it's used to create test environments starting from existing databases, copying a fixed number of elements from eache table of the source database to test one. I'm not related to the author of MyBlob Toolbox: if you don't like this function it's my fault, not his one. myblob_testdb(conn,sourcedb,testdb,limit) - conn is the object to connect to sourcedb obtained by myblob_open; - sourcedb is the name of the source database; - testdb is the name of the destination database; - limit is the number of elements you want to copy from each table; you can set it to 'all' if you want to create an exact copy of the source database.

  • Platform: Matlab, Scripts

Just catch the Forbidden Donut (nothing to gain...). Quote of an anonymous player: "I'll catch it ......wooh Marge, I'm in the FEX !!!" Type "help fdonut" for more details. Please report bugs by e-mail. Zip-file contains : fdonut.m, fdonut.wav and doh.wav.

  • Platform: Matlab, Scripts

The function takes in n money line odds. For example a soccer match, +100 for an underdog win, -125 for the favored team to win, and +220 for a draw. The function calculates the percentage of your bet that should go to each outcome in order to minimize your loss no matter what event actually occurs. I'm mainly curious if I coded it correctly, so I would really like some input. I am convinced that for n=2 it works, but I'm not sure about highr n's..

  • Publisher: a k
  • Date: 10-04-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Again I'm uploading my homework... This is a GUI which enables to load images and train a Hopfield network according to the image. You can run the network on other images (or add noise to the same image) and see how well it recognize the patterns. Hopfield neural networks simulate how a neural network can have memories..

  • Platform: Matlab, Scripts

UITHUMB creates thumbnails from images listed in a specified directory. It's not nearly as fast as programs like photoshop, but for those who don't mind or don't have the means, this gets the job done. I wrote it specifically to create thumbnails for my MOSAIC software. As of now, the largest thumbnail it will allow you to produce is 133 x 100, and the output is only jpeg, but this could be modified in the code. The code is not well documented and I don't plan on making any changes to it, but feel free to modify it to your heart's content. As far as help goes with this, I didn't include any, so I'm sorry about that.

  • Platform: Matlab, Scripts

Simple user interface with possibility to pick any color and determine MATLAB code for chosen color. It makes possible to copy determined color code en paste it to your color specification within m-file of other program code. This color specification is not RGB value but percentage of RGB. I'm found it useful if you want to assign many colors in your program code and you want to determine a percentage easily..

  • Platform: Matlab, Scripts

I've been a fan of OpenID ever since it first turned up on the web, when they were offering bounties for implementing it in popular web apps. So I'm very happy about the scale of adoption it's achieved, and since I've started seeing places where you can use your OpenID to post comments on blogs etc. I thought it was about time I figured out what I needed to do to use my own URL as an OpenID, instead of the generic Launchpad one I've been using most recently. It didn't take long to discover that all I need is a couple of link tags in the document head element of my homepage, pointing to an OpenID authentication server and the "real" URL it can authenticate.

  • Platform: PHP, Scripts

Page: 1 | 2 | Freeware

New Reviews


IE Internet Security

IE Internet Security isn't the program that I thought it’d be. After a bit of Googling, I discovered that IE Internet Security is in fact embedded into one larger application called 1st Security Agent, which is an all in one tweaking ...


Typing Invaders - Free Typing Game

Typing invaders is a free ware typing game, which (in short) essentially takes the concept from the game space invaders, and applies it to a fun typing improving game. It does this by taking all the core gameplay elements of space invaders, and then ...


Coin World

Coin world is an interesting platforming demo game in which you play as “Colin the coin” as you take on the evil “bank note flash”. The premise alone is an interesting enough reason to play the game, and combined with the ...


Disk Drive Administrator

Disk Drive Administrator is a really simple and easy to use program that lets you deny access to and hide different drives, partitions and network shares on a computer. It also lets you disable AutoRun features.

The main Disk Drive ...


Ultrasurf

There are many cases where you need to access a website which is otherwise blocked by your ISP. You need to use a proxy but a using free proxy that is never easy and convincing. Also, whenever you want to hide your identity online, you need to use ...


Age of Kingdoms

Age of kingdoms is an interesting mix of turn based strategy game with a small amount of war and micro management elements added in to make it more unique, and is a spiritual predecessor to another game from the same developer, castle wars. In Age ...


My Paint

Do you own an android phone? Do you find It annoying how there is no visual note storing app (or indeed, any app for storing notes or writing important things down at all)? My paint is a handy downloadable app for the android operating system that ...


TopDesk

It feels better, when the main screen of the computer looks good. However, in most of the cases, you would find the main screen or desktop of the computer is filled with the ugly looking icons which spoil the beauty of your desktop, and there comes ...


Slash Xonix

Slash xonix is a freeware game which takes the lesser known classic title xonix, and revamps and reworks it into a title for the desktop computer. Xonix (the game on which slash xonix is obviously based) is a game in which you must split the screen ...



New Downloads

BDmate for Mac

An effective Blu-ray tool to
fast backup & convert
Blu-ray to digital formats
like H.264, H.265, MP4, MKV,
MOV, MP3, ...

My Bookmarks using PHP

Easily deliver powerful
bookmarking capabilities to
your site with this JavaScript
based client app. The app
allows your ...

Altova SchemaAgent

Altova SchemaAgent 2018r2 is a
graphical tool for analyzing
and managing XML Schema, XML
instance, XSLT, and WSDL file
...

DearMob iPhone Music
Manager

DearMob iPhone Music Manager
surpasses iTunes in music
management by providing you
fast speed to import/export
music, ...

TimeBillingWindow

No more managing hours by
hand! No more spending half a
day trying to add up billed
hours and pulling your hair
out ...

SQL Server Data Access
Components

SDAC is a VCL/LCL/FMX
component library for fast
direct access to SQL Server
from Delphi and C++Builder. It
supports all ...

DEKSI Network Inventory

DEKSI Network Inventory
provides a complete software
and hardware inventory of all
your network computers.

Professional Renamer

By using Professional Renamer
software for Windows, you can
rename multiple files and
folders easily. Powerful
renaming ...

Magento Advance Product
Designer

Magento HTML5 online product
designer tool allows your
customers to personalize their
products like t-shirts,
trousers, ...