Statistica
0 Domande
7 Risposte
RANK
6.091
of 300.829
REPUTAZIONE
8
CONTRIBUTI
0 Domande
7 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 171.210
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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 ...
oltre 2 anni fa | 0
Liftscheme Integer 2 Integer Method
Hi Dylan, Thanks for reaching out. You can create the lifiting scheme using the following command: liftscheme = liftingScheme...
oltre 2 anni fa | 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...
oltre 2 anni fa | 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...
oltre 2 anni fa | 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...
oltre 4 anni fa | 0
| accettato
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...
oltre 4 anni fa | 0
| accettato
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,...
oltre 4 anni fa | 0

