photo

Mark O'Sullivan


Last seen: 4年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

5 質問
2 回答

Cody

0 問題
5 解答

ランク
160,955
of 300,756

評判
0

コントリビューション
5 質問
2 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
58,511
of 170,890

コントリビューション
0 問題
5 解答

スコア
60

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Revival Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

質問


Computing signal to noise ratio (SNR) of two highly correlated time domain signals
I'm working in the space of EEG acquisition. I made a experiment as detailed below, and am now trying to obtain some results fro...

約8年 前 | 0 件の回答 | 0

0

回答

質問


Quantitatively compare FFTs in Matlab
I have multiple FFTs as seen in the pic. The blue trace is my control trace (my gold standard). I want to quantitatively compare...

8年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Error using interpolation line 64
If you have a look at the interp .m file the first paragraph states this: function [odata,b] = interp(idata,r,l,cutoff) ...

約9年 前 | 0

回答済み
How to connect to the bluetooth Serial Port?
This may be because you're not closing the serial connection after using it. After you open a serial connection and read from i...

約9年 前 | 0

質問


Convert 24-bit ADC serial read data from 3-byte format to signed integer (int32)
I am receiving EEG data from a 24 bit ADC over serial. The ADC data is transmitting in 3 bytes from MSB to LSB. The full packet...

約9年 前 | 2 件の回答 | 0

2

回答

質問


Real-time read and buffer serial data while playing previous buffer using dsp.audioplayer /soundsc
I am working on a real-time EEG Audification project. I have all the reading/parsing/plotting, etc. completed. My task now is...

約9年 前 | 0 件の回答 | 0

0

回答

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

10年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

10年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10年弱 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

10年弱 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10年弱 前

質問


Latency issue when using DSP System Toolbox for Real-Time audio processing
Trying to make a real-time audio processor which performs pitch detection and pitch shifting, but setting up the basic audio in ...

10年弱 前 | 0 件の回答 | 0

0

回答