Lim Sky
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
250,694
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
8 years ago | 0 answers | 0
0
answersQuestion
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...
8 years ago | 0 answers | 0
0
answersQuestion
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...
8 years ago | 0 answers | 0
0
answersQuestion
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...
8 years ago | 0 answers | 0
0
answersQuestion
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....
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 1 answer | 0