Updated package.json and examples
Esse commit está contido em:
@@ -1,4 +1,5 @@
|
||||
var wbci = require('webbci');
|
||||
var ws = wbci.signal;
|
||||
|
||||
// Generate 1 second of sample data
|
||||
var sampleRate = 512;
|
||||
@@ -11,8 +12,6 @@ var frequencies = [
|
||||
17 // 17 Hz, beta range
|
||||
];
|
||||
|
||||
var ws = wbci.signal;
|
||||
|
||||
var signal = ws.generate(amplitudes, frequencies, sampleRate, duration);
|
||||
|
||||
// Get frequency powers in signal
|
||||
|
||||
+3
-3
@@ -19,14 +19,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pwstegman/webbci.git"
|
||||
"url": "git+https://github.com/pwstegman/WebBCI.git"
|
||||
},
|
||||
"keywords": [
|
||||
"eeg",
|
||||
"bci"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/pwstegman/webbci/issues"
|
||||
"url": "https://github.com/pwstegman/WebBCI/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pwstegman/webbci#readme"
|
||||
"homepage": "https://github.com/pwstegman/WebBCI#readme"
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário