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

Noise Cancelling Headphones Reviews software
Filter: All | Freeware | Demo
 

Noise Cancelling Headphones Reviews

< 1 2 3 4 5 > 
Added: April 10, 2013 | Visits: 613

Wiener filter for Noise Reduction and speech enhancement The two-step noise reduction (TSNR) technique removes the annoying reverberation effect while maintaining the benefits of the decision-directed approach. However, classic short-time noise reduction techniques, including TSNR, introduce harmonic distortion in the enhanced speech. To overcome this...



Platforms: Matlab

License: Freeware Size: 10 KB Download (56): Wiener filter for Noise Reduction and speech enhancement Download

Added: April 10, 2013 | Visits: 471

DTMF Filtering and Noise Simulator Unlike all other posted DTMF programs, my application is specifically designed to simulate the working of a real DSP processor especially for beginners.That would mean that digital oscillator was used to create sine and cosine functions and signal is passed through 8 filters. The signal is...





Platforms: Matlab

License: Freeware Size: 40.96 KB Download (44): DTMF Filtering and Noise Simulator Download

Added: May 19, 2013 | Visits: 857

Calculation of LLR values with variable noise variance LLR_DEMOD LLR Demodulator H = LLR_DEMOD_MEX(CONSTELLATION, MAPPING, METHOD) constructs a LLR demodulator object H for a given constellation, mapping and noise variance. The vectors CONSTELLATION and MAPPING are usually generated by using MATLAB Modem Modulation Modem. and contain the complex or...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Calculation of LLR values with variable noise variance Download

Added: April 22, 2013 | Visits: 494

Impulse Noise Addition This function can be used for adding different kind of impulse noises (i.e. Salt & Pepper noise and Random-value impulse noise) to image.Salt & Pepper Noise values are 0 or 255 but random-value impulse noise values vary from 0 to 255.website : http://kannan.keizer.googlepages.com


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Impulse Noise Addition Download

Added: June 14, 2013 | Visits: 430

Generate FM noise sidebands on a carrier using randn fn The file calculates and plots FM noise sidebands for a carrier. It also does sinusoidal modulation. This simple way of adding noise to a carrier is useful for simulation of PLLs. It turns out, though, that the mean of the randn function is not as close to zero as it could be, and this causes the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Generate FM noise sidebands on a carrier using randn fn Download

Added: August 20, 2013 | Visits: 749

Phase Noise to Jitter Usage:Jitter = Pn2Jitter(f, Lf, fc)Inputs:f: Frequency vector (phase noise break points), in Hz, row or column.Lf: Phase noise vector, in dBc/Hz, same dimensions, size(), as f.fc: Carrier frequency, in Hz, a scalar.Output:Jitter: RMS jitter, in seconds.Phase noise data can be derived from...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Phase Noise to Jitter Download

Added: July 28, 2013 | Visits: 625

Audio Noise Gate for Texas Instruments C5510 / C6713 Used on cellular phones to filter outbackground noise. Measure the signal to noise ratio of an audio input in realtime. Pass speech but give silence where the input is noise (hiss, snap crackle and pop).Includes a tutorial on how to use statistics (correlation coefficient) to calculate the signal...


Platforms: Matlab

License: Freeware Size: 1.03 MB Download (45): Audio Noise Gate for Texas Instruments C5510 / C6713 Download

Added: April 10, 2013 | Visits: 599

Active noise control system using FxLMS algorithm This simple simulation shows the implementation of FxLMS algorithm for a single channel feed-forward active noise control system. Here, the controller generates an "anti-noise" signal to result a destructive interference at the sensor position. The objective is to minimize the noise residue.The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Active noise control system using FxLMS algorithm Download

Added: September 03, 2013 | Visits: 344

Noise variance estimation Suppose that you have a signal Y (Y can be a time series, a parametric surface or a volumetric data series) corrupted by a Gaussian noise with unknown variance. It is often of interest to know more about this variance. EVAR(Y) thus returns an estimated variance of the additive noise.EVAR provides...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Noise variance estimation Download

Added: August 10, 2013 | Visits: 773

Feedback active noise control system using FbLMS algorithm This simple simulation shows the implementation of FbLMS algorithm for a single channel feedback active noise control system. Here, the controller generates an "anti-noise" signal to result a destructive interference at the sensor position. The objective is to minimize the noise residue.FbLMS...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Feedback active noise control system using FbLMS algorithm Download

Added: April 23, 2013 | Visits: 351

Simulation of Color Noise The function essentially simulates the colored noise which essentially is a correlated process and unlike the white noise does not have flat PSD. Although white noise is a realistic process color noise seems more practical and hence it requires correct modeling and simulation. The simulation here...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Simulation of Color Noise Download

Added: June 14, 2013 | Visits: 376

Adding noise and Image restoration This archive contains the function which helps in adding the noise to the image given. The noise function can b given various parameters to create various types of noises like gaussian,uniform,Rayleigh etc..........This archive also contains a function which helps in restoring a distorted image....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Adding noise and Image restoration Download

Added: July 12, 2013 | Visits: 348

Binaural Coherence of Noise Fields A Matlab reference implementation of a novel semi-analytical signal processing model for the binaural coherence of homogeneous isotropic noise fields is presented.The model is derived from a simplified geometrical model of the human head, where the shadowing between the left and right ear is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Binaural Coherence of Noise Fields Download

Added: April 05, 2013 | Visits: 481

Melody obtained from white noise The white noise is a combination of all frecuencies.The program generate white noise using randn and create a group of filters for the musical notes.The melody is introduced in a matrix


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Melody obtained from white noise Download

Added: March 26, 2013 | Visits: 245

fftnoise - generate noise with a specified power spectrum USAGE: noise=fftnoise(f[,Nseries]) INPUTS: f: the fft of a time series (must be a column vector) Nseries: number of noise series to generate. (default=1) OUTPUT: noise: surrogate series with same power spectrum as f. (each column is a surrogate). ------ Example: ------ %calculate if the trend is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): fftnoise - generate noise with a specified power spectrum Download

Added: September 04, 2013 | Visits: 303

Noise tracking algorithm for single-microphone speech signals Contains m-files to train and implement the MMSE noise tracking algorithm described in:J.S. Erkelens and R. Heusdens, "Tracking of nonstationary noise based on data-driven recursive noise power estimation", IEEE Trans. Audio, Speech & Lang. Proc., Vol. 16, No. 6, pp. 1112-1123, August 2008.See...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 583.68 KB Download (47): Noise tracking algorithm for single-microphone speech signals Download

Added: August 04, 2013 | Visits: 348

MMSE based noise PSD tracking algorithm Matlab implementation of an MMSE based noise PSD tracking algorithm for speech enhancement. This package is an implementation of the algorithm described in "MMSE BASED NOISE PSD TRACKING WITH LOW COMPLEXITY", by Richard C. Hendriks, Richard Heusdens and Jesper Jensen, IEEE International...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 337.92 KB Download (39): MMSE based noise PSD tracking algorithm Download

Added: July 29, 2013 | Visits: 513

Image Noise Reduction by Local Statistics Reduce image noise by measuring local pixel statistics and remapping intensities.Tristan Ursell (c)Relative Noise TransformMarch 2012Iout=relnoise(Iin,sz,sigma);Iout=relnoise(Iin,sz,sigma,'field');[Iout,Ivar]=relnoise(Iin,sz,sigma,...);[Iout,Ivar,Imean]=relnoise(Iin,sz,sigma,...);Iin = the input...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 153.6 KB Download (43): Image Noise Reduction by Local Statistics Download

Added: July 13, 2013 | Visits: 653

Super Mario Brothers Theme - Huggins Illusion Huggins binaural pitch is a faint tone which can be detected by slightly altering a noise sample played to one of the two ears. The pitch you hear does not actually exist in the signal, but is generated in your head by neural interactions. This illusion is still not fully understood. Please see...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (48): Super Mario Brothers Theme - Huggins Illusion Download

Added: July 13, 2013 | Visits: 589

WP Customer Reviews-WordPress Plugin This is a reviews and testimonial manager for WordPress. WP Customer Reviews allows your customers and visitors to leave reviews or testimonials about the website's presented services. Reviews are Microformat enabled (hReview)Features of WP Customer Reviews:- All submissions are moderated, which...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 337.92 KB Download (40): WP Customer Reviews-WordPress Plugin Download

< 1 2 3 4 5 >