Home > By category > Scripts > Multimedia
Sort by : Name|Date|Downloads|Rating|

Listing of Multimedia in Scripts

In order to extract macromodels parameters, Cadence will be used as a schematic entry. The netlist will be used by the tool and simulations can be launched using the Ocean tool from cadence. By making DC, Parametric, and AC simulations, it is possible to extract a linear macromodel of the function (input and output impedance, transfer function) and even model the non linearities.

  • Platform: Scripts, Matlab

This function creates smooth line data that goes through the points given and does not go beyond them unlike spline. This function uses the points supplied as the absolute maximum and minimum values allowed..

  • Platform: Scripts, Matlab

Bitrate Calculator script allows you to find out the Video bitrate value for your VCD, CD, DVD and more..

  • Publisher: videohelp
  • Date: 21-02-2013
  • Size: 51 KB
  • Platform: Scripts, Java

A fast and simple voxel traversal algorithm through a 3D space partition (grid) proposed by J. Amanatides and A. Woo (1987). Author: JesdoDos P. Mena-Chalco. References: [1] "A fast voxel traversal algorithm for ray tracing" J. Amanatides and A. Woo.

  • Platform: Scripts, Matlab

This macro has been replaced by 'waitbar alternative': http://www.mathworks.com/matlabcentral/fil...objectType=FILE Usage: handle= waitwaitbar('title', delay, ) Creates a waitbar that only shows after a delay -- or never if the waitbar is closed before the delay is up.

  • Platform: Scripts, Matlab

This function takes an audio vector and a constant as inputs. The output is the input audio vector but with a distortion effect added to it. The effect is much like that of an overdriven guitar amplifier. GDIST.m also works well with many other instruments and sound.

  • Platform: Scripts, Matlab

JPEG compression using Discrete Cosine Transform Technique In this code, Run Length Encoding is used to compress the Normalized DCT Coefficients, and corresponding Decoding techniques are used to decompress the image..

  • Platform: Scripts, Matlab

[X,Y,Z]=polyrevolve(x,z,n) This function revolves a 2D polygon around the Z-axis. It copies the 2D data points evenly around the axis and produces a 3D data set suitable for input to MESHGRID and GRIDDATA to create a 3D surface. Useful to convert 2D axisymmetric data to 3D surfaces for presentation and or analysis.

  • Platform: Scripts, Matlab

This is a program which utilizes the included functions in order to calculate 8 image indices (Bias, Correlation coefficient, DIV, Entropy, ERGAS, Q, RASE and RMSE). The purpose of the program is to produce the results fast, easily and in a convenient way for the user (see Outputs).

  • Platform: Scripts, Matlab
  • PicRead
  • License: Shareware
  • Price: .price.
  • Rating

This script, written for Matlab 5, reads and displays an image which conforms to the PIC-format. This format, not to be confused with PICT-formats, is used by the palmtop computer PSION Series 3c.

  • Platform: Scripts, Matlab

Joint subplots without any space between them. jointfig(hfig,no_row,no_col) hfig : figure handle, if none, keyin gcf instead no_row : No. of row subplots no_col : No. of column subplots.

  • Platform: Scripts, Matlab

This function plots a 3D line (x,y,z) encoded with scalar color data (c). This function is an improvement over the CLINE function previously made available on TMW File Exchange. Rather than using the LINE function a PATCH surface is generated. This provides a way to change the colormapping because the surface patches use indexed colors rather than true colors.

  • Platform: Scripts, Matlab

This is an update of Bruce Spottiswoode's 2D phase unwrapping algorithms. This version runs much faster. This was partly done by cleaning up the decision logic. Also, it matches +/- residues by having the search box size by the outer loop and the residue index being the inner loop.

  • Platform: Scripts, Matlab

This mdf-import function is a modification of Stuarts MDF import tool. A resampling functionality to a unique time signal has been added to allow easy access to all signals and simplify plotting and other analysis with a comon time vector. The help file also shows a possibility to shorten all signals to the shortest vector to avoid the different length error message whilst plotting.

  • Platform: Scripts, Matlab

Dialdemo aldodA JFreeGraph-Demo The code behind is just a demo of what is possible with JFreeChart using it in Matlab. I played a little with codesnippets I found on the web and the API-Documentation. (http://www.jfree.org/jfreechart/api/javadoc/index.

  • Platform: Scripts, Matlab

When plotting a set of lines, you may want to distinguish them by color. By default, Matlab chooses a small set of colors and cycles among them, and so if you have more than a few lines there will be confusion about which line is which. To fix this problem, one would want to be able to pick a much larger set of distinct colors, where the number of colors equals or exceeds the number of lines you want to plot.

  • Publisher: Tim Holy
  • Date: 19-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Will create a bitmap copy of a figure with distinct colors replaced with hatch patterns. This is useful for b+w bitmap output. Vector output is not supported..

  • Publisher: Ben Hinkle
  • Date: 19-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

SCROLLSUBPLOT Create axes in tiled positions. SCOLLSUBPLOT(m,n,p), breaks the Figure window into an m-by-n matrix of small axes, selects the p-th axes for the current plot, and returns the axis handle. The axes are counted along the top row of the Figure window, then the second row, etc.

  • Platform: Scripts, Matlab

Plots an image and superimposes a binary image as a colored marker..

  • Platform: Scripts, Matlab

This enhanced evalmcw command executes the string of an edit text uicontrol in the base workspace. It fully emulates the command line behaviour by redirecting any output relative to the uicontrol string's command to the editable field..

  • Platform: Scripts, Matlab

Polarplot3d produces surface and mesh plots for three dimensional polar data. A labeled polar axis is drawn at a fixed height or it can follow the surface contour at maximum radius. A polar grid can also be drawn on top of the surface. This function is based on polar3d by J De Freitas, file exchange ID 7656.

  • Platform: Scripts, Matlab

to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution now compare our special 8X8 functions with the internal general functions use this code: A = int32(100*rand(8,8)); tic;for i = 1 : 1000 IDCT_8X8(DCT_8X8(A));end;toc; tic;for i = 1 : 1000 idct2(dct2(A));end;toc; i had built the general functions too, but with low speed.

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

TRACK This is a very simple function which helps read values every point of plot directly from window. You can switch between axis and plot just clicking on them. In ather words TRACK just shows, for 2D plots , coordinates of function point, which is mark on it, by gray color crroslines .

  • Platform: Scripts, Matlab

The cameratoolbar.m file, shipped with matlab, intercepts quite a few key presses: o,l,p,d, z r, w, D and all arrows. This is a relatively minor modification of it, that enables usage of the (very convenient indeed) camera toolbar to control the camera, WITHOUT having to worry about clashes with your own @keypressfcn.

  • Platform: Scripts, Matlab

usage : map = blue2red; colormap(blue2red); Returns a 256x3 array which can be used with colormap. map(1,:) corresponds to blue color, map(64,:) corresponds to cyan color, map(128,:) corresponds to green color, map(192,:) corresponds to yellow color, map(256,:) corresponds to red color, and all indices inbetween are gradient between the 2 extremes colors.

  • Platform: Scripts, Matlab

WINR is a web remote for iTunes (that wasn't redundant). It was developed in an effort to control the music streaming from my laptop. It uses AJAX to emulate the experience of iTunes via the internet. Currently it requires some fancy Apache setup and can only be served from a Mac but a more user friendly version is in the works wich should also play nice with windows.

  • Publisher: Anonymous
  • Date: 17-02-2013
  • Size: 2570 KB
  • Platform: Scripts, PHP

accepts filenames or an image data array (specification of a colormap is possible) as input. Use the function in the following way: fullscreen('filename','dateiname.png','screennumber',ScreenNumber); fullscreen('cdata',ImageDataArray,'screennumber',ScreenNumber); fullscreen('cdata',ImageDataArray,'map',ColorMap,'screennumber',ScreenNumber);.

  • Publisher: Julian
  • Date: 16-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

LEDbar Version 1.0 This LED style progress bar is a simple and nice looking way to do progress bars without patch or figure command. It can be used as an alternative to MATLAB's waitbar. LEDbar is freeware. Launch an included application example to see instructions on screen.

  • Publisher: Tingyue Gu
  • Date: 16-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Floating Images II animates any image (or block of HTML) up and down the browser window, like an elevator, and stays in view even if the user scrolls the page..

  • Platform: Scripts, JavaScript

Calculates point position in 2D polygon: inside, outside, is a vertex and on the edge..

  • Platform: Scripts, Matlab

New Downloads

Kingoroot

Kingo Android Root. It\'s
free, and based on my initial
tests with a Virgin Mobile
Supreme, it works like a
charm.

Anvisoft PC Plus

Repair your PC problems easily
and effectively with One-Click
solution for Free. Retrieve
disappearing desktop icon, fix
...

HLP Free PC Cleaner

HLP Free PC Cleaner finding
and removing common junk files
that accumulate over time. It
comes pre-configured with 20
...

Desktop Snow Wallpaper

Desktop Snow Wallpaper lets
you to see falling snow on
your desktop.

MacX Rip DVD to iPhone for
Mac Free

MacX Rip DVD to iPhone for Mac
Free Edition is an easy-to-use
and totally free DVD to iPhone
ripper for Mac which can ...

BitComet Turbo

BitComet Turbo is a clean and
free peer to peer file sharing
program that offers you the
opportunity to download any
kind ...

Abettor Clipboard

Abettor-Clipboard can copy and
store up to 500 different
clips, text or graphic. It has
a superb encryption system
with ...

BearShare Music

BearShare Music is a free
files sharing software that
helps you download all your
favorite tunes from its
infinite community.

2Printer

2Printer is a command line
tool for printing documents
and image files in batch mode.
With 2printer you are able to
...

A to Z Clipboard Extender

A to Z Clipboard is a free
utility which allows you to
copy up to 25 times before
pasting. (Unlike the Windows
clipboard ...