photo

Bharathi Surisetti


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
266,904
of 301,783

評判
0

コントリビューション
9 質問
0 回答

回答採用率
11.11%

獲得投票数
0

ランク
 of 21,420

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,544

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Tried to optimize the function but getting output as infinite
Need to minimize below equation: F=1/ 2 x^T  (Ks +)^−1 x − 1/ 2 log( Ks + Kn)   − M/ 2 log(2π). where Ks = s^2 exp...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


Optimization of Gaussian maximization of Likelihood
Hi, I have a equation : -0.5 x'* inv (K) * x - 0.5 log mod (K) Have to find the parameters (s,l) for K that maximizes t...

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

0

回答

質問


how to estimate Hyper parameters
I have equation: θ = arg max θ p(θ|x) = arg max θ p(x|θ)p(θ) eq(8) where θ = {σ, l, λ, τ} x is input signal The para...

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

0

回答

質問


how to improvise the code ? It is taking lot of time for compilation?
clc clear all close all load s03_fc200_fs500.mat %% mecg = output_x3'; mfecg = output_x4'; pcg = output_x...

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

0

回答

質問


how to create gammatone dictionary in matlab?
Gammatone dictionary !

10年以上 前 | 1 件の回答 | 0

1

回答

質問


what this dip in the frequency response of ECG signal represents ?
<</matlabcentral/answers/uploaded_files/41393/Untitled.jpg>>

10年以上 前 | 1 件の回答 | 0

1

回答

質問


p wave detection using discrete wavelet transform
I selected a window from qrs onset and performed dwt on it. But Pwave is not getting higlighted Algorithm is from paper "Adapt...

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

0

回答

質問


I have two different waveforms ( action potential's) .How to interpretate time duration ?
<</matlabcentral/answers/uploaded_files/38619/2.jpg>> Both are extracelluar action potential's because of double dipole model...

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

0

回答

質問


I'm using curve length transform to detect QRS complex.I used below code for that.The output LT is having two peaks instead of one. I'm not getting where it went wrong
clear all close all load 'C:\cygwin\home\kuma\new16265.txt'; % record 16265 s=(new16265(:,2))'; f...

10年以上 前 | 1 件の回答 | 0

1

回答