photo

Nike


Last seen: 5 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

All
MATLAB Answers

2 个提问
7 个回答

File Exchange

13 文件

Cody

0 个问题
1 个答案

排名
5,102
of 299,911

声誉
10

贡献数
2 个提问
7 个回答

回答接受率
0.0%

收到投票数
3

排名
2,635 of 20,835

声誉
645

平均
4.80

贡献数
13 文件

下载次数
16

ALL TIME 下载次数
5232

排名
113,014
of 166,527

贡献数
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

排序方式:

提问


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 years 前 | 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 years 前 | 0

提问


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 years 前 | 0 个回答 | 0

0

个回答

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

12 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 ...

13 years 前 | 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] =...

13 years 前 | 1

| 已接受