photo

Nike


University of Wisconsin Madison

Last seen: 10 Monate vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Professional Interests: Signal processing, Audio Processing, Auditory Evoked Potentials, Psychoacoustics

Statistik

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Speech in noise mixing, signal to noise ratio
a simple function to mix a speech signal with a desired noise desired signal to noise ratios

mehr als 7 Jahre vor | 5 Downloads |

Gesendet


Simple statistics for multi-channel EEG data
This is a compilation of easy to run statistical Tools of Event Related Potential Data

mehr als 7 Jahre vor | 3 Downloads |

Gesendet


Interrupted speech generator
Automatically processes speech to produce interrupted speech for psychoa-acoustical experiments

mehr als 7 Jahre vor | 3 Downloads |

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

fast 8 Jahre vor

Gesendet


Temporal Modulation Transfer Function Regression Fit
This program is designed to extract peak sensitivity and bandwidth from TMTF data

fast 8 Jahre vor | 1 Download |

Gesendet


Rhythm analysis based on Modulation Spectrum
This can be used to study rhythm of short speech segments like phrases and sentences.

etwa 8 Jahre vor | 1 Download |

Frage


Hom many computers (personal) can the matlab 2016 student version be installed on?
Hi, I am interested in purchasing the matlab 2016 student license. I had two questions regarding the same. I have contacted ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I generated Speech Shaped Noise(SSN)
Hi, You can find a better version of code for generating the speech shaped noise in the attached link <http://in.mathwor...

mehr als 8 Jahre vor | 0

Gesendet


Speech Spectrum Shaped Noise
This is a program to developed speech spectrum shaped noise for audiological applications

mehr als 8 Jahre vor | 5 Downloads |

Gesendet


Matrix Sentence Test - Stimuli shuffler
prepare the numerous sentences involved in creation of matrix sentence tests within seconds

etwa 9 Jahre vor | 1 Download |

Gesendet


consonant confusion matrix
Generates a confusion matrix for consonant identification task

etwa 10 Jahre vor | 2 Downloads |

Frage


Generating a complex tone with continuously changing fundamental frequency
Hi, can someone help me with the following I want to generate a 200 millisecond signal with 6th-15th harmonics of a fund...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Gesendet


signal to noise ratio estimation for VEMP waveforms
signal to noise ratio estimation for VEMP waveforms

mehr als 10 Jahre vor | 1 Download |

Thumbnail

Gesendet


Program to analyze F0 of speech ABR in Matlab
This code can be used to spectrally analyze a an ABR ASCII waveform by windowing and zero padding.

etwa 11 Jahre vor | 3 Downloads |

Beantwortet
Remove rows or cols whose elements are all NaN
Simplest is A(isnan(A))= [];

mehr als 11 Jahre vor | 0

Beantwortet
ifft returns a complex signal from a real fft spectrum; i desire a real signal
Hi , why havent you tried adding multiple sine waves as below. fs = 44100; %sampling frequency dur = 1; %duration in se...

mehr als 11 Jahre vor | 0

Beantwortet
Vertically stacked subplots with x-axis labels only at the bottom
Hi Douglas, Why dont you try turning the XTicks off for all the wavforms except the bottom one or ty using this use th...

mehr als 11 Jahre vor | 2

Beantwortet
Read certain files from a directory in matlab?
Load the file within the 'for' loop and use the plot command followed by 'hold on' (use the hold on and plot within the loop) ...

mehr als 11 Jahre vor | 0

Beantwortet
How can I generated Speech Shaped Noise(SSN)
Reading each file will take a rather long time, why dont you just normalize all the speech files, concatenate them and find the ...

mehr als 11 Jahre vor | 0

Beantwortet
How can I generated Speech Shaped Noise(SSN)
This should beable to solve your problem... cheers.. file = uigetfile('*.wav', 'Select the wave file'); [data,fs] =...

mehr als 11 Jahre vor | 1

| akzeptiert

Gesendet


Generate stimuli for Auditory Gap detection test
This Code is to generate Stimuli to be used for Auditory gap Detection Test

fast 12 Jahre vor | 5 Downloads |

Gesendet


Generate lists of pseudorandom numbers to arrange for your stimuli lists
An simple code to generate pseudorandom lists

fast 12 Jahre vor | 1 Download |

Gesendet


Second Order Amplitude Modulated Noise
Generation Second order amplitude modulated noise as described by Lorenzi(2001)

fast 12 Jahre vor | 1 Download |

Thumbnail