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
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...
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...
約13年 前 | 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...
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...
約13年 前 | 1
| 採用済み
回答済み
x.abs()?
Although your variable |x| is technically a MATLAB "class" ( |double| ), it does not have any methods associated with it. While...
x.abs()?
Although your variable |x| is technically a MATLAB "class" ( |double| ), it does not have any methods associated with it. While...
約13年 前 | 0
回答済み
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...
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...
約13年 前 | 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'))/...
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'))/...
13年以上 前 | 0