Nike - MATLAB Central
photo

Nike


Last seen: 3개월 전 2012년부터 활동

Followers: 0   Following: 0

메시지

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

통계

All
File ExchangeMATLAB AnswersCodyFrom 10/12 to 03/25Use left and right arrows to move selectionFrom 10/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 질문
7 답변

File Exchange

13 파일

Cody

0 문제
1 답안

순위
5,002
of 297,560

평판
10

참여
2 질문
7 답변

답변 채택
0.0%

획득한 표
3

순위
2,625 of 20,456

평판
641

평균 평점
4.80

참여
13 파일

다운로드 수
25

ALL TIME 다운로드 수
5200

순위
121,122
of 159,148

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 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

배지 보기

Feeds

보기 기준

제출됨


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

대략 8년 전 | 다운로드 수: 3 |

4.6 / 5

제출됨


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

대략 8년 전 | 다운로드 수: 2 |

0.0 / 5

제출됨


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

8년 초과 전 | 다운로드 수: 3 |

0.0 / 5

문제를 풀었습니다


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

8년 초과 전

제출됨


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

8년 초과 전 | 다운로드 수: 1 |

5.0 / 5

제출됨


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

거의 9년 전 | 다운로드 수: 1 |

0.0 / 5

질문


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

대략 9년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

대략 9년 전 | 0

제출됨


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

대략 9년 전 | 다운로드 수: 7 |

4.4 / 5

제출됨


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

거의 10년 전 | 다운로드 수: 1 |

5.0 / 5

제출됨


consonant confusion matrix
Generates a confusion matrix for consonant identification task

거의 11년 전 | 다운로드 수: 1 |

0.0 / 5

질문


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

대략 11년 전 | 답변 수: 0 | 0

0

답변

제출됨


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

대략 11년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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.

11년 초과 전 | 다운로드 수: 1 |

0.0 / 5

답변 있음
Remove rows or cols whose elements are all NaN
Simplest is A(isnan(A))= [];

거의 12년 전 | 0

답변 있음
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...

거의 12년 전 | 0

답변 있음
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...

대략 12년 전 | 2

답변 있음
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) ...

대략 12년 전 | 0

답변 있음
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 ...

12년 초과 전 | 0

답변 있음
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] =...

12년 초과 전 | 1

| 수락됨

제출됨


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

12년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

12년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

12년 초과 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail