photo

Sharmin Kibria

MathWorks

Last seen: 1 month 前 自 2021 起处于活动状态

Followers: 0   Following: 0

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

统计学

MATLAB Answers

0 个提问
7 个回答

排名
5,903
of 299,759

声誉
8

贡献数
0 个提问
7 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 ...

2 years 前 | 0

已回答
Liftscheme Integer 2 Integer Method
Hi Dylan, Thanks for reaching out. You can create the lifiting scheme using the following command: liftscheme = liftingScheme...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 0

| 已接受

已回答
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,...

4 years 前 | 0