photo

Lim Sky


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
151,657
of 300,781

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How to convert this arduino code to MATLAB for measure Galvanic Skin Response
void setup(){ Serial.begin(9600); } void loop(){ int a=analogRead(0); if (Serial.available() > 0) { byte in...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Convert voltage value from pulse sensor to bpm
I have a problem on obtaining BPM value from pulse sensor arduino using MATLAB. I can use the readVoltage command to get the vol...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Does someone has any Matlab code for Pulse Amped Sensor for arduino ?
I have problem interfacing with pulse amped sensor. It only can work by using arduino IDE. I don't know how to write the code fo...

9 years 前 | 0 个回答 | 0

0

个回答

提问


can someone help me convert arduino code to matlab code
const int sensorPin = A0; int sensorVal = 0; unsigned long pulseCounter = 0; unsigned long firstPulseStartTime = 0; unsigned...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to design a FIR filter to eliminate the hissing noise by using MatLab
My audio file, sampling rate is 44100Hz, I don't know where to start by using MatLab. Please do help me....

10 years 前 | 0 个回答 | 0

0

个回答

提问


How to segment an wav file off to 2 second interval and FFT every 2 second.
I have facing problem on how to segment an wav file off to 2 second interval and FFT every 2 second. My wav file is 65 second lo...

10 years 前 | 1 个回答 | 0

1

个回答