Sharmin Kibria
MathWorks
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 回答
ランク
of 154,606
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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 ...
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 ...
1年以上 前 | 0
回答済み
Liftscheme Integer 2 Integer Method
Hi Dylan, Thanks for reaching out. You can create the lifiting scheme using the following command: liftscheme = liftingScheme...
Liftscheme Integer 2 Integer Method
Hi Dylan, Thanks for reaching out. You can create the lifiting scheme using the following command: liftscheme = liftingScheme...
1年以上 前 | 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...
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...
1年以上 前 | 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...
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...
1年以上 前 | 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...
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...
3年以上 前 | 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...
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...
3年以上 前 | 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,...
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,...
3年以上 前 | 0