Main Content

4,766 results in File Exchange

MATLAB/Simulink for Digital Signal Processing

Version 1.0.0.0 by Won Y. Yang

Many MATLAB codes for Digital Signal Processing

, FREQUENCY RESPONSE, AND COHERENCE893.4 COMPUTATION OF CORRELATION USING DFT 94Chapter 4: Digital Filter Structure994.1 INTRODUCTION994.2 DIRECT STRUCTURE 1014.3 LATTICE STRUCTURE 1044.4 LINEAR-PHASE FIR

- test_median_filter.m
- CIC_filter.m
- test_filtering.m
- Recursive Frequency Sampling (FRS) filtering
- test_Wiener_filter.m
- Nonrecursive lattice filtering of input x to yield the output y
- Recursive lattice filtering of input x to yield the output y
- Quantized Block Filtering routine
- Cosine-Modulated filter bank (Fig. 10.20)
- Quantized recursive lattice filtering the input x
- Nonrecursive FRequency Sampling Filter with linear-phase characteristic
- Recursive FRequency Sampling Filter with linear-phase characteristic
- Quantized filtering routine in Direct Form II transposed form
- ds05e06.m to design standard band FIR filters
- Space-variant Wiener_filtering with local window of size (Nm x Nn)
- ds05e05.m for digital filter design and frequency response plot
- ds05e01.m for analog filter design and frequency response plot
- ds08e01.m: Kalman Filter application for the case of uncorrelated noise
- Convert a transfer function B[z]/A[z] into lattice filter (Appendix F.15)
  • 8K (All time)
  • 15 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Jul 2012

weighted median filter.pdf

Version 1.0.0.0 by MANISH KUMAR SHARMA

Weighted Median Filter

This is the Weighted Median Filter, I am thankful to Sajid Khan for correction in the previous version of code..

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

EMF1(elastic median filter 1) and EMF2(elastic median filter 2); Salt and Pepper noise removal)

Version 1.0.0.0 by ugur erkan

elastic median filter 1 and elastic median filter 2(EMF1 and EMF2)

of salt-and-pepper noise. The results are compared with other well-known noise remover methods in the literature such as, standard median filter (SMF) and adaptive median filter (AMF), and much better

  • 260 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Nov 2016

Progressive Switching Median Filter

Version 1.0.0.0 by Kannan Keizer

Implementation of Progressive Switching Median Filter

Implementation of Progressive Switching Median Filter

- Implementation of Progressive Switching Median Filter
  • 4.1K (All time)
  • 1 (Last 30 days)
  • 3.0 / 5
  • Community
  • 17 Oct 2008

Hybrid median filtering

Version 1.1.0.0 by Damien Garcia

HMF performs hybrid median filtering of a 2-D array or an RGB image

B = HMF(A,N) performs hybrid median filtering of the matrix A using a NxN box. Hybrid median filtering preserves edges better than a NxN square kernel-based median filter because data from different

- HMF Hybrid median filtering.
  • 3.6K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 25 Feb 2010

Discrete implementation for a mean and Median Filters

Version 1.0.0 by Mahmoud Elmokadem

The project aims to explain how the mean and median filters work and design discrete implementation of the mean and median filters on MATLA

Design-in-Matlab-a-discrete-implementation-for-a-mean-smoothing--and-respectively-median-filterThe project aims to explain how the mean and median filters work and design discrete implementation of

  • 76 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Jul 2022

median filter

Version 1.0.0.0 by MANISH KUMAR SHARMA

median filter

Median Filter: Which is also called Non- linear filter or order-static filter because there response is based on the ordering or ranking of the pixels contained within the mask?The steps to perform

- MANISH KUMAR SHARMA,cdac-noida,2010
  • 2.1K (All time)
  • 5 (Last 30 days)
  • 4.5 / 5
  • Community
  • 13 Nov 2010

Median filtering of webcam image

Version 1.0.2 by Andrey Kiselnikov

A simple example of how to capture image from webcam and apply to it median filers with different window sizes.

* Require webcam support package https://www.mathworks.com/matlabcentral/fileexchange/45182-matlab-support-package-for-usb-webcamsThis script capturing a webcam image and applies to its median

  • 154 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Jan 2019

kyamagu/mexopencv

Version 1.0.0.0 by Kota Yamaguchi

Collection and a development kit of Matlab mex functions for OpenCV library

  • 4.3K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Oct 2020

WEIGHTED_MEDIAN_FILT(IMAGE)

Version 1.0 by Selva Karna

SHEL WEIGHTED MEDIAN FILTER

SHEL WEIGHTED MEDIAN FILTER

- WEIGHT MEDIAN FILTER
  • 202 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Apr 2016

gptoolbox

Version 1.1.0.0 by Alec Jacobson

Useful functions for geometry processing, constrainted optimization and image processing.

- simpler wrapper for calling medfilt2 on each channel
- Apply a VHS filter to an image
  • 9.6K (All time)
  • 17 (Last 30 days)
  • 4.3 / 5
  • Community
  • 22 Jul 2024

Median filter

Version 1.0.0.0 by jjvraja

signal to noise ratio is calculated

median filter is designed and the value of signal to noise ratio is calculated

  • 523 (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 21 Sep 2011

A Numerical Tour of Signal Processing

Version 1.4.0.0 by Gabriel Peyre

A set of Matlab experiments that illustrates advanced computational signal and image processing.

- MAD Mean/median absolute deviation.
- peform_wiener_filtering - perform Wiener filtering
- compute_wavelet_filter - Generate Orthonormal QMF Filter for Wavelet Transform
- perform_convolution - compute convolution with centered filter.
  • 29.3K (All time)
  • 5 (Last 30 days)
  • 4.4 / 5
  • Community
  • 19 Jul 2009

Toolbox Non-Local Means

Version 1.2.0.0 by Gabriel Peyre

A toolbox for the non-local means algorithm

- perform_median_filtering - perform moving average median
- MEDFILT2 Perform 2-D median filtering.
- test for inpainting using NL filtering
- ORDFILT2 Perform 2-D order-statistic filtering.
  • 18.6K (All time)
  • 2 (Last 30 days)
  • 4.1 / 5
  • Community
  • 27 Jun 2009

lpc frame

Version 1.4.0.0 by Speech Processing

This exercise shows how the method of linear predictive coding (LPC) models a speech frame.

- median filtering of sequence x1, of length N samples, with medians of
- % function to utilize a pre-designed highpass filter to eliminate DC
- % design bandpass filter from user specifications
- % design highpass filter from user specifications
- % function to convert from prediction error filter to line spectral pair
  • 1.4K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Jun 2015

VUS-Voiced/Unvoiced/Silence_Training

Version 1.0.0.0 by Lawrence Rabiner

This exercise utilizes four programs to train a Bayesian classifier and classify frames of signals.

- median filtering of sequence x1, of length N samples, with medians of
- % function to utilize a pre-designed highpass filter to eliminate DC
- % design highpass filter from user specifications
- % design bandpass filter from user specifications
- % function to convert from prediction error filter to line spectral pair
  • 1.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Jul 2015

Adaptive Median filter using embedded MATLAB blocks

Version 1.0.0.1 by Kiran Kintali

This demo shows how to implement an adaptive median filter in hardware;

The adaptive median filter is discussed in recent designline article about embedded MATLAB block Also attached is a power point presentation that explains the concept of serialization which is an

  • 3.6K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 1 Sep 2016

FPGA Implementation of 5x5 Median filter using HDL coder

Version 1.1.0.0 by SUMEET

5x5 Median Filter has been implemented on gray scale image using HDL coder

In this submission 5x5 Median filter has been implemented using HDL coder.

- This function gets the input from the Median_1d function and finds out the median value from the input
  • 666 (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 26 Feb 2014

Denoising using Median Filtering

Version 1.0.0.0 by Cavin Dsouza

Eliminates salt and pepper noise from an image except at the boundary pixels.

A median filter is used which is a square matrix of odd order.It eliminates salt and pepper noise from the image resulting in a smooth output.The noise appears at the boundary pixel values only.The

  • 1.7K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 19 Feb 2013

nanmedfilt2

Version 1.0.0.0 by Roman Voronov

This MATLAB function performs median filtering of the matrix A in two dimensions while ignoring NaNs

This MATLAB function performs median filtering of the matrix A in two dimensionswhile *ignoring* NaNs (based on discussions herehttp://www.mathworks.com/matlabcentral/newsreader/view_thread/251787)

- This MATLAB function performs median filtering of the matrix A in two dimensions
  • 1.6K (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Apr 2013

Performance Analysis of Weighted Median Filters in Prediction of Images

Version 1.0.0.0 by Pranam Janney

Analysis on Weighted Median Filters in Prediction of Images

  • 4.8K (All time)
  • 1 (Last 30 days)
  • 3.8 / 5
  • Community
  • 20 Sep 2004

The Waveform Suite for MATLAB

Version 1.13.0.0 by Celso Reyes

The Waveform Suite is now developed as part of the geoscience community codes, linked below.

- Median filter for RSAM objects
- middlemost value of waveform's sorted data.
- Simple butterworth filtering for Traces
- constructor for a filter object
- create and apply a butterworth filter to the traces
  • 11K (All time)
  • 3 (Last 30 days)
  • 4.0 / 5
  • Community
  • 13 Apr 2023

DAMF for Salt and Pepper noise removal

Version 1.0.0.2 by ugur erkan

The code of paper "Different applied median filter in salt and pepper noise"

proposed a new method, Different Applied Median Filter (DAMF), to remove salt and pepper (SAP) noise at all densities. We then explained some basic notions of it. Afterwards, we compared the results of DAMF

  • 396 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Feb 2020

Adaptive Median Filter (MATLAB Code)

Version 1.0.0.1 by Kiran Kintali

Converting MATLAB Algorithms into Serialized Designs for HDL Code Generation

characteristics like streaming and resource sharing. This submission usesa typical software implementation of an adaptive median filter to illustratethe process of converting MATLAB algorithms for HDL code

  • 6.8K (All time)
  • 1 (Last 30 days)
  • 2.5 / 5
  • Community
  • 1 Sep 2016

Noise adaptive fuzzy switching median filter for salt-and-pepper noise reduction

Version 1.0.0.0 by xu jinsheng

a NAFSM filter for effective removal of salt-and-pepper noise is presented.

Abstract—This letter presents a novel two-stage noise adaptivefuzzy switching median (NAFSM) filter for salt-and-pepper noisedetection and removal. Initially, the detection stage will utilizethe

- Noise adaptive fuzzy switching median filter for salt-and-pepper noise
  • 1.7K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 8 Apr 2013

AFMF for Salt and Pepper noise removal

Version 1.0.0 by ugur erkan

The code of paper "Adaptive frequency median filter for the salt and pepper denoising problem".

Adaptive frequency median filter for the salt and pepper denoising problemCitation:Erkan, U., Enginoğlu, S., Thanh, D.N.H., Hieu, L.M., 2020. Adaptive Frequency Median Filter for the Salt-and-Pepper

  • 150 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Jun 2020

MDBUTMF

Version 1.1.0.0 by Suraj Kamya

Modified decision based unsymmetric trimmed median filter

% Modified decision based unsymmetric trimmed median filter for gray image % im = input image% K = length to compute window win=(2*l)+1% n = Noise density of Salt & Pepper Noise% out

- Trimmmed median filter for Salt & pepper Noise
- Modified decision based unsymmetric trimmed median filter for gray image
  • 987 (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 8 Nov 2014

Median Filtering

Version 1.0.0.0 by Vallabha Hampiholi

Median Filter, Removing noise with Laplacian distribution, Laplace Filter

The median filter is a nonlinear digital filtering technique, often used to remove noise with Laplacian distrinution. The main idea of the median filter is to run through the signal entry by entry

- The median filter is a nonlinear digital filtering technique, often used to
  • 1.1K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 2 Apr 2012

median filter(img)

Version 1.0.0.0 by Pratim Mishra

Median Filter

Function for median filter

  • 150 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 15 Mar 2015

Median filter

Version 1.0.0.0 by pel sophanna

this program is about median filter and it coded by myself

  • 476 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 15 May 2013

Switching Median Filter

Version 1.0.0 by ferzan katircioglu

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise

One of the cited works is the Noisy Adaptive Fuzzy Switching Median Filter (NAFSM) by which the noisy pixels are detected through utilization of image histogram. Noiseless pixels are left unprocessed

  • 48 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 4 Jun 2022

untrimmed median filter

Version 1.0.0.0 by jjvraja

Untrimmed decision based median filter for high density impulse noise

Untrimmed decision based median filter for high density impulse noise

  • 256 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 4 Jan 2012

ImageClass

Version 1.1.2 by David Legland

An Image class for that encapsulates a multidimensional data array together with meta-data and facilitate image processing and visualization

  • 159 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 31 Mar 2021

Adaptive median filter using Embedded MATLAB

Version 1.0.0.1 by Kiran Kintali

This demo shows how to implement an adapative median filter in hardware

The attached model implements an adaptive median filter using embedded MATLAB. There are lots of software implementations of median filter available on MATLAB central. However this implementation

  • 8.4K (All time)
  • 1 (Last 30 days)
  • 3.0 / 5
  • Community
  • 1 Sep 2016

Dense disparity map with kmeans and median filter

Version 1.0.0 by Victor Gonzalez

median filter and k-means clustering for dense disparity map estimation

median filter and k-means for dense disparity map estimation MATLAB functions to fill a sparse disparity map, in consequence, creating a dense disparity map. DEMO.m contains three examples with

  • 110 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 25 May 2020

Relaxed Median

Version 1.0.0.0 by Jeny Rajan

Relaxed median filter for noisy images.

Better filter for impulse noise than normal median filter.Ref:Abdessamad Ben Hamza, Pedro L Luque-Escamilla, Jose Martinez Aroza and Ramon Roman Roldan, Removing Noise and Preserving Details with

- Relaxed memdian filter
  • 5.6K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 22 Apr 2016

An implementation of a weighted median filter using a bilateral weight

Version 3.0.0.0 by Francisco Calderon

This filter used the bilateral weight to filter an image using a weighted median window.

This filter used the bilateral weight to filter an image using a weighted median window.

- Implements bilateral and weighted median filtering for grayscale images.
  • 255 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 14 Oct 2015

FPGA Implementation of the Gray Scake based Median Filter using HDL Coder

Version 1.1.0.0 by SUMEET

Here i have implemented median filter which gives better result compared to the existing Matlab mode

Here the median filter has been implemented with the help of hdlcoder.The implementation provides better result compared to the already implemented median filte provided in the matlab Hdl coder

- This function gets the input from the Median_1d function and finds out the median value from the input
  • 394 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 26 Feb 2014

MINMAX: Generalized median-style filter

Version 1.1.0.0 by François Beauducel

Generalization of MIN, MAX, MEDIAN and extreme values filtering.

A little function that I imagined many years ago: a "median-style" generalized filter. Let's sorting all values of a vector X in ascending order then consider the normalized rank position N of

  • 776 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 18 Mar 2013

adaptwindsp

Version 1.0.0.0 by Murugan

Adaptive Median Denoise an Image corrupted by salt & pepper noise

Matlab programming code implements adaptive median filter for denoising an image corrupted by impulsive or salt and pepper noise

- adaptive median filter salt pepper denoise
  • 114 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 8 Aug 2017

Circle Median Filter

Version 1.0.0.1 by Martin Storath

Fast median filter for circle-valued signals and images, e.g. phase data or orientation data

This toolbox contains fast algorithms for median filtering of signals and images with values on the unit circle, for example phase or orientation data.

- Computes a set of bisecting medians of y
- A simple implementation of the Weiszfeld algorithm
- A wrapper for calculating the normalized L_1 median
- Computes the separable median;
- Computes the normalized L_1 median filter for circle valued data.
- Separable median filter for circle valued data based on
  • 393 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 May 2026

weighted median filter

Version 1.0.0.0 by MANISH KUMAR SHARMA

weighted median filter

Weighted Median Filter:It is same as median filter, only difference is the mask is not empty. It will having some weight (or values) and averaged.The steps to perform weighted median filtering are as

- MANISH KUMAR SHARMA, cdac-noida, 2010
  • 2.6K (All time)
  • 1 (Last 30 days)
  • 2.4 / 5
  • Community
  • 13 Nov 2010

BasicImageProcessing_MATLABGUIapplication

Version 1.0 by DUY Nguyen

MATLAB GUI implements several basic image processing and segmentation functions without using MATLAB high-level image processing function

(magnitude).c. Median filtering (3 by 3).d. Gray scale transformation algorithm based on parameters specified by the user. The application displays an image histogram to help the user select the input and output

  • 98 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Mar 2023

Model of Car Fuel level Sensor Fault detection

Version 1.0.0 by Farah

This model takes the readings of the fuel level sensor, filters it, and detects fault in sensor.

The model takes fuel sensor level readings and uses median filter to filter it. then it calculates the rate of change of the fuel level to detect if its the normal rate of change considering the car

  • 31 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 9 Apr 2024

A New Impulse Detector for Switching Median Filters(5 X 5 W)

Version 2.0.0 by Sudhakar R

Matlab code for the paper appeared in IEEE SIGNAL PROCESSING LETTERS, VOL. 9, NO. 11, NOVEMBER 2002

A Matlab code for "A New Impulse Detector for Switching Median Filters" by Shuqun Zhang, Member, IEEE, and Mohammad A. Karim, Senior Member, IEEE ,IEEE SIGNAL PROCESSING LETTERS, VOL. 9, NO. 11

  • 19 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 20 Dec 2021

SpectralAnalysis

Version 1.4.0 by Alan Race

Software for the analysis and interactive exploration of spectral imaging data such as mass spectrometry imaging and Raman spectroscopy

  • 379 (All time)
  • 3 (Last 30 days)
  • -- / 5
  • Community
  • 17 Jul 2023

Spectrogram

Version 1.4.0.0 by Speech Processing

This exercise plots wideband and narrowband speech spectrograms for a user-designated speech file.

- median filtering of sequence x1, of length N samples, with medians of
- % function to utilize a pre-designed highpass filter to eliminate DC
- % design bandpass filter from user specifications
- % design highpass filter from user specifications
- % function to convert from prediction error filter to line spectral pair
  • 3.1K (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 25 Jun 2015

Bayesian VUS Classifier

Version 1.4.0.0 by Speech Processing

This exercise utilizes four programs to train a Bayesian classifier and classify frames of signals.

- median filtering of sequence x1, of length N samples, with medians of
- % function to utilize a pre-designed highpass filter to eliminate DC
- % design bandpass filter from user specifications
- % design highpass filter from user specifications
- % function to convert from prediction error filter to line spectral pair
  • 1.8K (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 16 Jun 2015

Cepstral_Pitch_Detector

Version 1.0.0.0 by Lawrence Rabiner

Pitch period detector based on short-time cepstral frames.

- median filtering of sequence x1, of length N samples, with medians of
  • 332 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 11 Sep 2015

Play_Pitch_Period_Contour

Version 1.0.0.0 by Lawrence Rabiner

Modulate vowel sound by pitch contour from a selected speech utterance.

- median filtering of sequence x1, of length N samples, with medians of
- high pass filter recorded speeech to eliminate dc and hum
  • 544 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 11 Sep 2015

Cepstrum Computation FIR

Version 1.4.0.0 by Speech Processing

This exercise compares three algorithms for computing the complex cepstrum of two finite sequences.

- median filtering of sequence x1, of length N samples, with medians of
- % design bandpass filter from user specifications
- % function to utilize a pre-designed highpass filter to eliminate DC
- % design highpass filter from user specifications
- % function to convert from prediction error filter to line spectral pair
  • 1K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 16 Jun 2015

hmf1(A,n)

Version 1.0.0.0 by SARATH JV

This is modified median filter consisting of more than 2median value calculation.

it performs hybrid median filtering of the matrix A using a NxN box. Hybrid median filtering preserves edges better than a NxN square kernel-based median filter because data from different spatial

- HMF Arathametic Hybrid median filtering.
  • 33 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 7 Feb 2018

weighted median filter

Version 1.0.0.0 by MANISH KUMAR SHARMA

weighted median filtering

weighted median filtering in salt & papper noise

- MANISH KUMAR SHARMA, cdac-noida, 2010
  • 679 (All time)
  • 1 (Last 30 days)
  • 2.0 / 5
  • Community
  • 11 Nov 2010

weighted median filter

Version 1.0.0.0 by MANISH KUMAR SHARMA

weighted median filter using weighted mask.

Weighted Median Filter: It is same as median filter, only difference is the mask is not empty. It will having some weight (or values) and averaged. The steps to perform weighted median filtering are

- MANISH KUMAR SHARMA, cdac-noida, 2011
  • 1.1K (All time)
  • 1 (Last 30 days)
  • 2.0 / 5
  • Community
  • 10 Apr 2011

An Efficient Median Filter

Version 1.1.0.0 by Arun Kumar

The median filter is used to reduce noise in an image

Median filtering is a nonlinear process useful in reducing impulsive, or salt-and-pepper noise. It is also useful in preserving edges in an image.This Filter gives better result compared to other

- An efficient median filter
  • 792 (All time)
  • 1 (Last 30 days)
  • 2.0 / 5
  • Community
  • 23 Jul 2014

p Tube Vocal Tract

Version 1.4.0.0 by Speech Processing

This exercise computes the frequency response of a p-tube model of a human vocal tract.

- median filtering of sequence x1, of length N samples, with medians of
- % design bandpass filter from user specifications
- % function to convert from prediction error filter to line spectral pair
- % function to utilize a pre-designed highpass filter to eliminate DC
- % design highpass filter from user specifications
  • 977 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Jun 2015

Autocorrelation_Pitch_Detector

Version 1.0.0.0 by Lawrence Rabiner

Estimate the pitch period of a speech file using a short-time autocorrelation analysis methods.

- median filtering of sequence x1, of length N samples, with medians of
- % design highpass filter from user specifications
  • 579 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Sep 2015

LPC_Vocoder

Version 1.0.0.0 by Lawrence Rabiner

Implementation of LPC Vocoder

- median filtering of sequence x1, of length N samples, with medians of
- high pass filter recorded speeech to eliminate dc and hum
  • 1.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Sep 2015

Load more