Main Content

8,706 results in File Exchange

rude: a pedestrian run-length decoder-encoder

Version 1.0.0.0 by us

Run-length- decodes or encodes any ML datatype.

This exciting tool with a small footprint run-length- decodes and encodes any MATLAB data type including- numbers- strings- cells with any contentsin almost no timelook at the accompanying published

  • 8.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Dec 2004

RLE Run Length Encoding

Version 1.2 by Said BOUREZG

RLE Run Length Encoding and Irle Inverse Run Length Encoding

rle:Run Length Encoding, use it to compress a vector of values.irle:Inverse Run Length Encoding, use it to reconstruct a vector of values.Readme:Help, how you can use this code.

- Function of RLE (Run Length Encoding) was used on program of gray level image compression .
  • 3.2K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Feb 2015

Run Length Encoding

Version 1.0.0.0 by Suraj Kamya

Run Length Encoding - Loss less Coding Technique

% rleenc - Run Length Encoding Algorithm% rleenc - function performs run length encoding for binary input sequence.% ins - input sequence% enc - encoded output%% For example, x=randint(1,10,[0

- rleenc - Run Length Encoding Algorithm
- rledec - Run Length Decoding Algorithm
  • 1.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Jun 2014

Run length Encoding

Version 1.0.0.0 by Pankaj Joshi

This file encode input matrix using RLE

This file is use for data compression on run time for this purpose it use run length encoding and here operation is perform bit by bit

- Pankaj Joshi India
  • 1.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Mar 2013

Run Length Encoding and Decoding

Version 1.0.0.0 by Abdulrahman Siddiq

These two m files are for RLE encoding and decoding.

Simple m files, one for Run Length Encoding and the other for Run Length Drcoding.

- This function performs Run Length Encoding to a strem of data x.
- This function performs Run Length Dencoding to the elements of the strem
  • 1.9K (All time)
  • 2 (Last 30 days)
  • 4.4 / 5
  • Community
  • 7 Oct 2011

MATLAB/Simulink for Digital Signal Processing

Version 1.0.0.0 by Won Y. Yang

Many MATLAB codes for Digital Signal Processing

- Run Length Encoder (RLE)
- Run Length Decoder
  • 8K (All time)
  • 15 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Jul 2012

Run Length Encoding of SPIHT

Version 1.0.0.0 by Ravi Lakkundi

SPIHT Run length encoded

This zip contains a simple paper of SPIHT generated streams run length encoded ... later i'll be posting the MATLAB source code also and also SPIHT with Arithmetic codingRavi Lakkundi

  • 6.5K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 18 Apr 2006

Run length Decoding

Version 1.0.0.0 by Pankaj Joshi

It will decode run length encoded data

This file is use for decoding of run length encoded data by function i give previously that is run_length

- Run length decoding
  • 751 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Mar 2013

runindex

Version 3.1.2 by Jos (10584)

linear indices for each run in a vector (run length encoding, and decoding)

] = rundindex(V) also returns a run length encoding of V in the N-by-3 array RLE. Each row is a run, with the value in the first column, the start index in the second column, and the run length

- - linear indices for each run in a vector (run length encoding)
  • 314 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Feb 2019

sequence length encoder (seqle, similar to rle)

Version 1.0.0.0 by Carl Witthoft

Encodes data run lengths for specified sequence in manner similar to RLE

RLE encodes the runlengths of constant values in a vector. SEQLE takes an increment value as a second argument and encodes sequences which increment by that value.Decoder included.Design based on

  • 308 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Jun 2012

Compression Techniques

Version 1.0.0.0 by Vinay Kumar Tadepalli

Huffman, Extended Huffman, Arithmetic, LZ78, Run Length Encoding, Run Length Decoding, DCT

  • 1.5K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 7 Feb 2012

RunLength

Version 1.2.0.0 by Jan

RunLength coding as fast MEX and M-code

RUNLENGTH - Run-length codingRun-length encoding splits a vector into one vector, which contains theelements without neighboring repetitions, and a second vector, whichcontains the number of

- RUNLENGTH - Run-length en- and decoding
- Automatic test: RunLength
- RUNLENGTH_M - RLE coding as M-function for education
  • 6.8K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Apr 2017

Osprey: sound visualization, measurement, localization

Version 2023.11.27 by David Mellinger

View and measure spectrograms of sound files, and localize sounds in them

- Run-length encode consecutive integers as (start,end) runs.
- Convert numbers from one base to another.
- File length in bytes.
  • 24 (All time)
  • 3 (Last 30 days)
  • -- / 5
  • Community
  • 20 May 2024

2D RLE Image

Version 1.0.1 by hilal nuha

This is a code for my paper Lossless Text Image Compression using Two Dimensional Run Length Encoding

Lossless Text Image Compression using Two Dimensional Run Length EncodingPlease cite the followingNuha, Hilal H. "Lossless Text Image Compression using Two Dimensional Run Length Encoding." Jurnal

  • 77 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 28 Mar 2020

Compression of MoCap Data using DWT (GUI based)

Version 1.0.0.0 by Dr. Murtaza Ali Khan

Compression of Motion Capture Data (ASF/AMC format) using Discrete Wavelet Transform

This GUI based code performs the lossy coding of motion capture data stored as ASF/AMC file format. 1) Read the file "0-Readme-Help How to Use the System.pdf"2) Run the script

- % Run-length encoding as done in im2jpeg2k of DIPUM with following
- % runcode function find a zero run in the run-length table.
- % Run-length Dencoding as done in jpeg2k2im of DIPUM
- --- Executes on press Encode button
- BVHPLAYDATA Play bvh motion capture data.
- SKELPLAYDATA Play skel motion capture data.
- BVHWRITEFILE Write a bvh file from a given structure and channels.
- ACCLAIMPLAYFILE Play motion capture data from a asf and amc file.
  • 206 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Feb 2017

image compression using run length ecoding

Version 1.0.0.0 by Shoeb Temrikar

rle application to image compression

- %Progam to calculate RUN LENGTH ENCODING
  • 6.8K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 14 Apr 2008

RLE de/encoding

Version 1.0.0.0 by Stefan Eireiner

A simple m-file which (de)compresses your data using RLE.

A simple (de)compression program using Run Length Encoding.Compression is done that easy:compressedData = rle(originalData);Decompression:originalData = rle(compressedData);

  • 15.5K (All time)
  • 1 (Last 30 days)
  • 4.6 / 5
  • Community
  • 24 May 2004

Simulink Support Package for Arduino Hardware

Run models on Arduino boards

releases - R2019b and OnwardsPlatform Compatability:Windows : R2016b onwardsLinux : R2016b onwardsmacOS (Intel) : R2016b onwardsmacOS (Apple Silicon): R2024a onwardsVideosRun Models Interactively on Arduino

  • 279.3K (All time)
  • 1.9K (Last 30 days)
  • 2.8 / 5
  • MathWorks
  • 26 Jan 2026

MATLAB Support Package for Quantum Computing

Build, Simulate, and Run Quantum Algorithms

MATLAB Support Package for Quantum Computing lets you build, simulate, and run quantum algorithms. The support package enables you to prototype algorithms to accelerate solving problems such as

  • 9.9K (All time)
  • 344 (Last 30 days)
  • 4.8 / 5
  • MathWorks
  • 26 Jan 2026

Bit plane Encoding of an Image

Version 1.0.2 by Sandhanakrishnan R

Bit plane encoding of an image uses run length coding algorithm to get the number of runs of zeros and ones in each plane.

format is stored in a structure for all eight plane with first column representing the number of ones or zeros and the second column representing the bit one / zero. Also run length coding can be done

  • 50 (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 9 Oct 2019

RUN LENGTH ENCODING

Version 1.0.0.0 by Shoeb Temrikar

rle is performed on a binay stream of data

  • 2.6K (All time)
  • 1 (Last 30 days)
  • 1.0 / 5
  • Community
  • 14 Apr 2008

Encoding text into image gray levels

Version 1.0.0.0 by Image Analyst

Lets the user hide a text string into the lowest bits of image pixels so that it is unnoticeable.

This demo lets the user type in a text message, choose an image to hide the message in (from the list of demo images shipped with MATLAB), and choose the bit plane to encode the message in. It

  • 2.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Dec 2015

Simulink Support Package for Raspberry Pi Hardware

Run models on Raspberry Pi.

Simulink® Support Package for Raspberry Pi™ Hardware enables you to create and run Simulink models on Raspberry Pi hardware.The support package includes: ● Library of Simulink blocks for configuring

  • 72.9K (All time)
  • 205 (Last 30 days)
  • 3.5 / 5
  • MathWorks
  • 13 Jan 2026

Run Length coding v4

Version 1.0.0.0 by Saket Dandawate

Implements runLength coding for image processing

This version supports encoding and decoding binary images and also large binary signals. ----------------------------------------------- Change log v4----------------------------------------------- o

- Run Length Coding
  • 815 (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 15 May 2012

Gray Level Run Length Matrix Toolbox

Version 1.0.0.0 by Xunkai Wei

The toolbox provide useful functions for extract high order run length features

This toolbox provides several state of the art high order run length matrix statistics for image analysis. Currently supported features are:1. 0,45,90,135 direction run-length matrix2. Fully

- GRAYCOPROPS Properties of gray-level run-length matrix.
- RLE image gray level Run Length matrix for 0degree
- RLE image gray level Run Length matrix for 45 and 135
  • 7K (All time)
  • 2 (Last 30 days)
  • 3.5 / 5
  • Community
  • 18 Feb 2008

GRAY LEVEL RUN LENGTH MATRIX

Version 1.0.0.0 by Karunanithi Rajamanickam

THIS PROGRAM SELECT A ROI, QUNATIZE TO LOWER BIT LEVEL AND COMPUTES GRAY LEVEL RUN LENGTH MATRIX

NON-UNIFORMITY (GLN) 4. RUN PERCENTAGE (RP) 5. RUN LENGTH NON-UNIFORMITY (RLN) 6. LOW GRAY LEVEL RUN EMPHASIS (LGRE) 7. HIGH GRAY LEVEL RUN EMPHASIS (HGRE)

  • 2.5K (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 15 Feb 2010

JSONLab: portable, robust JSON/binary-JSON encoder/decoder

Version 2.9.8 by Qianqian Fang

A toolbox to encode/decode JSON/UBJSON/MessagePack files in MATLAB/Octave

jsonencode/jsondecode using the BuiltinJSON optionautomatically switch from struct to containers.Map when encoded key-length exceeds 63provide fall-back zlib/gzip compression/decompression function (octavezmat) on Octave

  • 55K (All time)
  • 32 (Last 30 days)
  • 4.4 / 5
  • Community
  • 28 Mar 2024

Formant Estimation

Version 1.4.0.0 by Speech Processing

Illustrates an algorithm for estimating the locations of the formants of voiced speech intervals

- % function to find runs (of at least length 5 frames) of stable formants
- % function to extend regions of formant runs based on adjacent frames
  • 2.4K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Jun 2015

Byte encoding utilities

Version 1.1.0.0 by Kota Yamaguchi

Matlab utilities to encode/decode Base64 string and GZIP bytes.

Matlab encoding utilities=========================Matlab utilities to encode/decode a byte sequence. The package supports thefollowing features. * Base64 encode * ZLIB compression * GZIP compression

- BASE64ENCODE Encode a byte array using Base64 codec.
- IMENCODE Encode input image using image compression algorithms.
- ZLIBENCODE Compress input bytes with ZLIB.
- ZLIBDECODE Decompress input bytes using ZLIB.
- GZIPENCODE Compress input bytes with GZIP.
- IMDECODE Decompress image data in the specified format
- GZIPDECODE Decompress input bytes using GZIP.
- BASE64DECODE Decode Base64 string to a byte array.
  • 2.9K (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Jan 2013

CONTIGUOUS -- Start and stop indices for contiguous runs

Version 1.0.0.0 by David Fass

RUNS = CONTIGUOUS(A,NUM) returns the start and stop indices for contiguous runs of the elements NUM

vector NUM. These matrices have the following form: [startRun1 stopRun1] [startRun2 stopRun2] [ ... ... ] [startRunN stopRunN]Example: Find the runs of '0' and '2' in vector A

  • 1.6K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Aug 2004

PADCAT

Version 1.4.0.0 by Jos (10584)

concatenate vectors with different lengths by padding with NaN

PADCAT - concatenate vectors with different lengths by padding with NaN M = PADCAT(V1, V2, V3, ..., VN) concatenates the vectors V1 through VN into one large matrix. All vectors should have

- - concatenate vectors with different lengths by padding with NaN
  • 15.4K (All time)
  • 7 (Last 30 days)
  • 4.9 / 5
  • Community
  • 5 Dec 2018

RUN LENGTH DECODING

Version 1.0.0.0 by Shoeb Temrikar

returns binary data from run length encoded array

returns binary data from run length encoded arrayworks with run length encoding.

- % RUN LENGTH DECODING
  • 1.9K (All time)
  • 1 (Last 30 days)
  • 1.0 / 5
  • Community
  • 14 Apr 2008

Shannon-fano encoder

Version 1.0.0.0 by Jamil Kasan

a shannonfano encoder with a row matrix input of occurrences/probab and outputs codewords&avelength

its credibility, play sf encoder (need to change the location of ff7.txt)sfencoderkasan is a function file for shannon-fano encoderits input is a row matrix of occurrences or probabilitiesits outputs

  • 2.6K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 15 May 2013

JPEG Encoder Decoder

Version 1.0.0.0 by Muhammad Anwarul Azim

image encode/decode using DCT, quantization, zigzag reordering & run-level coding of JPEG standard

This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen's Flowgraph methods

- This is a JPEG encoding & decoding program of still image.
  • 15.3K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 18 Jun 2007

FINDSEQ

Version 1.7.0.0 by Oleg Komarov

Find sequences of repeated (adjacent/consecutive) numeric values. NaNs and Infs are supported.

last value of the sequence- 4th col.: the length of the sequence[VALUES, INPOS, FIPOS, LEN] = findseq(...)Get OUT as separate outputs. For details see helpFor examples see the attached

  • 2.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Nov 2013

Substitution Cipher encoder and decoder

Version 1.0.0.0 by Dafydd Stephenson

A simple pair of functions to encode messages and decode them by means of frequency analysis.

time but,depending of the length of the text, highly likely to get the letters "T"and "E" correct. From here the user may spot an error in the decoding,such as "TQE" which is obviously "THE", and the

  • 1.7K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 May 2011

run_exiftool

Version 1.1.0.0 by Peter Burns

Read and write full Exif metadata from image files. A Matlab front end for ExifTool, by Phil Harvey.

- run_exiftool_demo
- [status] = putexif(dat,fname, refname) save and image with Exif data from
- [status] = getexif(fname) read Exif data from an image file
  • 3.1K (All time)
  • 3 (Last 30 days)
  • 4.4 / 5
  • Community
  • 22 Jul 2013

JPEG-baseline-matlab-code

Version 1.0 by Suah Kim

Produces JFIF compliant baseline JPEG images (grayscaled & color & Huffman optimized version)

This is the release of the first JFIF / JPEG baseline compliant JPEG encoder using MATLAB code.- Supports grayscaled or color encoding- Chroma subsampling- Huffman table optimizationWe will also

  • 175 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Jun 2021

Base64 Image Encoder

Version 1.0.0.1 by Michael Katz

Encode a MATLAB (R) figure or file on disk as a string in Base64

Base64img takes a MATLAB figure and encodes it as a JPEG in a base64 string. This string can be used directly in a web page to display an image without an image file (in a subset of browsers only- 32

- Demo file for base64 image encoding
- BASE64FILE encode a file in base64
- BASE64IMG encodes a MATLAB figure as jpeg in base64
  • 2.4K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Sep 2016

DTMF Encoder/Decoder

Version 1.0.0.0 by Mike Schwarz

Little and simple Tool for DTMF Encoding/Decoding

This little and simple dtmf tool was created at university. It encode and decode an array of dtmf characters.MFV ist ein Programm, welches während einer Hochschulvorlesung entworfen wurde. Das

- % This program gives a dtmf key vector to function "encode.m", and generate
  • 6.2K (All time)
  • 3 (Last 30 days)
  • 4.9 / 5
  • Community
  • 20 Mar 2006

Conventional Encoder

Version 1.0.0.0 by paritosh

Matlab code that encodes given input using convolution encoding

Use this to convolutionally encode bit sequences of any length. It takes the bit sequence and constraint length as input. It returns the encoded sequence and the generator polynomial used to encode

  • 349 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Nov 2012

cline.m

Version 1.0.0.0 by Daniel Ennis

Plots a 3D line with color encoding along the length.

This function plots a 3D line (x,y,z) encoded with scalar color data (c) using the specified colormap (default=jet). Thus, lines with variable color can be plotted (eg. temperature along a 3D line

- This function plots a 3D line (x,y,z) encoded with scalar color data (c)
  • 5.9K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Jul 2003

Convolutional encoder simulation

Version 1.0.0.0 by Abhijith Sreenivasan

M-file that takes input bit sequence of any length and constraint length and gives the convolutional

Use this to convolutionally encode bit sequences of any length. It takes the bit sequence and constraint length as input. It returns the encoded sequence and the generator polynomial used to encode

  • 7K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 13 Sep 2006

Simulink Support Package for LEGO MINDSTORMS EV3 Hardware

Run models on LEGO MINDSTORMS EV3.

Overview:Simulink® Support Package for LEGO® MINDSTORMS® EV3 Hardware enables you to create and run Simulink models on LEGO MINDSTORMS EV3 hardware. The support package includes a library of Simulink

  • 23.3K (All time)
  • 48 (Last 30 days)
  • 3.2 / 5
  • MathWorks
  • 26 Jan 2026

QR Code encode and decode

Version 1.0.0.0 by Lior Shapira

Functions to encode and decode a QR bar-code in images

A wrapper to the zxing library (http://code.google.com/p/zxing/). This submission includes files to encode a QR code from a string message, and decode a string message from an image containing an

- Test QR encoding and decoding
  • 12.9K (All time)
  • 15 (Last 30 days)
  • 4.3 / 5
  • Community
  • 2 Nov 2010

Shannon's Binary Encoding

Version 1.0.0.0 by Roshan P Shajan

Shannon's Binary Encoding Using MATLAB

A MATLAB code that encodes the given set of probabilities into Shannon's Binary Code and finds the entropy, efficiency, redundancy of the Encoding process.

  • 691 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Jul 2014

Gray Level Run Length Image Statistics

Version 1.0.0.0 by Wout Oude Elferink

Compute image statistics from the gray level run length matrix.

This matlab program computes several image statistics from a gray scale image using the gray level run length matrix, these are:1. SHORT RUN EMPHASIS (SRE)2. LONG RUN EMPHASIS(LRE)3. GRAY LEVEL

  • 1.1K (All time)
  • 1 (Last 30 days)
  • 3.2 / 5
  • Community
  • 24 Aug 2015

Quiver Color and Length management

Version 1.0.1 by De Spiegeleer Alexandre

Functions to change aspects of Quiver plots in Matlab. Color, length of vector, length of head and angle of the head can easily be changed.

I provide two functions.SetQuiverColor and SetQuiverLength.The function SetQuiverColor is heavily based on the answer by Suever found on Stackoverflow forum

  • 324 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2019

Matgraph

Version 1.0.0.0 by Ed Scheinerman

Toolbox for working with simple, undirected graphs

  • 9.7K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Mar 2008

Tail biting convolutional encoder

Version 1.0.0.0 by Alexey Smirnov

Convolutionally encode binary data considering initial value of shift registers

value of the shift register of the encoder shall be set to the values corresponding to the last 6 information bits in the input stream.It defines tail biting convolutional code with constraint length 7

  • 197 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Apr 2017

Day Length

Version 1.3.0.0 by Travis Wiens

Calculates the length of daylight for any day and latitude

Calculates the length of daylight for any day of the year and latitude. This uses Herbert Glarner's formulae which do not take into account refraction, twilight, size of the sun, etc

- hours=day_length(Day,Latitude)
  • 2.3K (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 15 Jul 2015

Quadtree decomposition (Encoding) and Decoding of RGB Image

Version 2.0 by Dr. Murtaza Ali Khan

Quadtree decomposition (Encoding) and Decoding of RGB Image of size M-by-N-by-3.

components.For any R, G, or B block, if the difference between the maximum and minimum values of the block exceeds its respective threshold, the RGB block is split into four smaller blocks.In lossy encoding, the

  • 7.6K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 3 Apr 2025

Raspberry Pi Quadrature Encoder SFunction

Version 1.1.0.0 by Joshua Hurst

Quadrature encoder route implemented with interrupts with WiringPi

This code is port of Giampy's encoder SFunction from Arduino using the WiringPi library.It has support for multiple encoders.Other device driver block, and the hardware it was run on is available at

  • 3.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Aug 2014

Convolutional Encoder

Version 1.0.0.0 by J C

M-file for simulating a convolutional encoder

This m-file allows the user to input a source code to be encoded and also input the values of the generator polynomials. It outputs the encoded data bits, where 1/n is the code rate.

- JC 9/20/07 Convolutional encoder-To run hit F5
  • 5.2K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 26 Apr 2016

DGM's Legacy STL Tools

Version 1.1.2 by DGM

An efficient and fully-featured legacy-compatible STL encoder and decoder, along with other assorted tools.

demo files:stltool_demos.m: Demos for the encoder and decoderassortedemos.m: Demos for everything elseExample STL files are included.With a few exceptions, everything should run in any MATLAB version

  • 26 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Jan 2026

QR Code encoder

Version 1.1.0.0 by ejs

The QR Code encoder, based on Lior Shapira's work

This is the next incarnation of Lior Shapira's QR encoder, based on ZXing library.It supports error correction levels, character sets other than ISO-8859-1 and the parameters are passed on more

  • 2.8K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Jun 2013

4B/5B Encoder line - Codificador de Linea 4B/5B

Version 1.0.0.0 by Roberto Herrera-Lara

4B/5B Encoder line written in Matlab / Codificador de linea 4B/5B escrito en Matlab.

, unrestricted length encoding and presents the spectrum of the signal.No tiene restricciones en la longitud de la senal, y presenta el espectro.En telecomunicación, 4B5B es una forma de código de línea de

  • 1.4K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 May 2010

MP3WRITE and MP3READ

Version 1.0.0.0 by Alfredo Fernandez

mp3 audio encoding/decoding

  • 37.8K (All time)
  • 5 (Last 30 days)
  • 4.4 / 5
  • Community
  • 16 Feb 2006

Toolbox signal

Version 1.2.0.0 by Gabriel Peyre

Signal processing related functions.

- test for run length coding
- test for fixed length arithmetic coding
  • 11.7K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 27 Jun 2009

encoder.m decoder.m

Version 1.0.0.0 by Tristan Ursell

Simple and instructive implementation of symmetric-key encryption and decryption.

Tristan Ursell Encoder - dual level Jan 2017 Includes two functions -- an encoder and decoder which together form a private symmetric key encryption system, with message-length masking

  • 423 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Feb 2017

Load more