photo

Bharathi Surisetti


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
116,683
of 301,813

평판
0

참여
9 질문
0 답변

답변 채택
11.11%

획득한 표
0

순위
 of 21,420

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,705

참여
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

답변