Lim Sky
Followers: 0 Following: 0
Statistica
6 Domande
0 Risposte
RANK
250.591
of 295.486
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
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....
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 9 anni fa | 1 risposta | 0