photo

Sharmin Kibria

MathWorks

Last seen: 12 jours il y a Actif depuis 2021

Followers: 0   Following: 0

I am working as a Signal Processing Engineer at MathWorks. My areas of interest are signal processing and wavelets.

Statistiques

MATLAB Answers

0 Questions
7 Réponses

RANG
5 904
of 300 352

RÉPUTATION
8

CONTRIBUTIONS
0 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to decompose more than one signal simultaneously in Signal Multiresolution Analyzer app and Wavelet Signal Analyzer app?
Hi, Wavelet Signal Analyzer only supports importing one signal at a time. Currently, we do not support multi-channel input for ...

plus de 2 ans il y a | 0

Réponse apportée
Liftscheme Integer 2 Integer Method
Hi Dylan, Thanks for reaching out. You can create the lifiting scheme using the following command: liftscheme = liftingScheme...

plus de 2 ans il y a | 0

Réponse apportée
Why does the variance not coincide with the autocorrelation function in 0?
var(x) = sum((x-mean(x)).^2)/1000 while y(lags==0) is just calculating sum(x.^2). Because of the normalization var does your res...

plus de 2 ans il y a | 0

Réponse apportée
How to calculate energy of each audio signal(dataset) decomposed using emprical wavelet transform and use the signal with most highest energy for further feature extraction
You can use ewt function in wavelet toolbox to calculate the signal projection at different frequency band. https://www.mathwor...

plus de 2 ans il y a | 0

Réponse apportée
Undefined function 'symsum' for input arguments of type 'double'. for terahert band system model
Hi, If you are calling symsum with two inputs, the first input has to be a symbolic expression. As you are entering signal_bw a...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
Reduce computational time for nested for loops
Hi, You can definitely speed up the process by vectorization. https://www.mathworks.com/help/matlab/matlab_prog/vectorization...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
Compute the Fourier Transform for: x(n)=u(n)-u(n-6); x(n)=[(2^n)*u]*(-n); x(n)=[-2,-1,0,1,2]
Hello, I believe you are trying to calculate the Fourier Transform of the three signals. x[n] = u[n]-u[n-6] = 1, n = 0,1,...5,...

plus de 4 ans il y a | 0