photo

Drew Weymouth


Cornell University

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

I am a senior undergraduate studying Electrical and Computer Engineering at Cornell University with a music minor. I am an undergraduate TA for the course Intro to Computing Using MATLAB. My academic interests within my major lie primarily in signal processing.

My biggest MATLAB project has been developing a programmable audio synthesizer and music visualizer, with fellow Cornell undergraduate Andy Wang. Check out our YouTube channel here:
http://www.youtube.com/user/ScrollingMusic

统计学

All
MATLAB Answers

0 个提问
6 个回答

File Exchange

3 文件

Cody

2 个问题
42 个答案

排名
3,504
of 299,784

声誉
16

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
4

排名
3,992 of 20,803

声誉
367

平均
3.70

贡献数
3 文件

下载次数
4

ALL TIME 下载次数
3528

排名
11,734
of 165,909

贡献数
2 个问题
42 个答案

评分
490

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Quiz Master
  • Commenter
  • Creator
  • Solver

查看徽章

Feeds

排序方式:

已回答
how to run .exe file in matlab
The built in function |system(command)| will execute the given command (a string) in a windows command prompt. So you might hav...

14 years 前 | 2

已回答
MATLAB code for Butterworth filter having sound as a input signal
MATLAB has a built in function |butter| in the Signal Processing Toolbox that will return coefficients for a Butterworth high- o...

14 years 前 | 1

| 已接受

已回答
x.abs()?
Although your variable |x| is technically a MATLAB "class" ( |double| ), it does not have any methods associated with it. While...

14 years 前 | 0

已回答
Plot Title Problem
Escape it with the backslash. |title('Plot\_Dot')|

14 years 前 | 1

已回答
Trouble with For loop within If statement.
|if for| is not valid syntax. If you want to break out of the loop when the errors for all points are <= errmax, then the corr...

14 years 前 | 0

已回答
MATLAB one-liners
Read in an image and convert it to a grayscale, double matrix of data range 0..1 im= rgb2gray(double(imread('filename.jpg'))/...

14 years 前 | 0