afef
Followers: 0 Following: 0
Statistics
59 Questions
0 Answers
RANK
18,451
of 295,448
REPUTATION
2
CONTRIBUTIONS
59 Questions
0 Answers
ANSWER ACCEPTANCE
47.46%
VOTES RECEIVED
2
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Are the filters used for wavelet decomposition the same for each level ?
i'm using the wavelet transform decomposition (daubechies 4) and i want to know are the filters used for the decomposition the s...
7 years ago | 1 answer | 0
1
answerQuestion
What's the unit of the normalized frequency in Matlab.
I have used fdatool to design a filter and i used the normalized frequency. I know that it should be in the interval [0,1] but i...
7 years ago | 2 answers | 0
2
answersQuestion
How to plot the error between two signals?
I did the filtering of an EEG signal using fir filter then i implement this fiter in c langage. Now i need to plot the error be...
7 years ago | 1 answer | 0
1
answerQuestion
Implementation of the matlab function filtfilt in C language
I used in Matlab the function filtfilt for my Low pass fir filter : d1=designfilt('lowpassfir','PassbandFrequency',0.45,'Stop...
7 years ago | 2 answers | 0
2
answersQuestion
How to generate c code for filtfilt for low pass fir filter
Hi, i used a low pass fir filter using the following function d1=designfilt('lowpassfir','PassbandFrequency',0.45,'Stop...
7 years ago | 0 answers | 0
0
answersQuestion
How to calculate the wavelet coefficients of DWT when using sliding window?
Hi ,i used a c code for DWt(Db4 )to get the wavelet coefficients but my input signal is to large [2560] and i implement this cod...
7 years ago | 0 answers | 1
0
answersQuestion
Generate C code from a filter created by designfilt ??
HI, i have created a low pass FIR filter using designfilt : d1=designfilt('lowpassfir','PassbandFrequency',0.45,'Stopband...
7 years ago | 0 answers | 1
0
answersQuestion
What's the difference between decimated Discrete Wavelet Transform and Multilevel 1-D wavelet Transform ???
Hi, i have a little confusion between decimated Discrete Wavelet Transform and Multilevel 1-D wavelet Transform and i want to kn...
7 years ago | 0 answers | 0
0
answersQuestion
How to calculate the percentage of energy corresponding to the coefficients of one-dimensional wavelet decomposition ?
Hi, i read the matlab documentation about how to calculate the energy for 1-D wavelet decomposition and i found that it returns ...
7 years ago | 0 answers | 0
0
answersQuestion
What's the actual formula behind the MATLAB code for wenergy() ?
Hi, i need to know the formula behind wenergy() '[Ea,Ed] = wenergy(C,L) ' because i need to convert this to C code
7 years ago | 0 answers | 0
0
answersQuestion
How to use the syntax of Multilevel 1-D wavelet decomposition in for loop ??
I have to use the syntax of Multilevel 1-D wavelet decomposition which is [c,l]=wavedec(x,4,'db4'); [cd1,cd2,cd3,cd4]=detc...
7 years ago | 0 answers | 0
0
answersQuestion
how does Wenergy for 1-D wavelet decomposition works???
Hi , i read the matlab documentation about the energy for 1-D wavelet decomposition and i want to know how the calculation work...
7 years ago | 1 answer | 0
1
answerQuestion
How to calculate the energy of details and approxmiations coefficients of discret wavelet transform ?
Hi everyone, i calculate the energy of details and approxmiations coefficients of discret wavelet transform .i used DWT(Daub4) H...
7 years ago | 2 answers | 0
2
answersQuestion
How to calculate the energy of details and approxmiations coefficients of discret wavelet transform ?
Hi everyone, i calculate the energy of details and approxmiations coefficients of discret wavelet transform .i used DWT(Daub4) ...
7 years ago | 0 answers | 0
0
answersQuestion
How to convert matlab code to C code?
Hi, i used Matlab for preprocessing EEG signal and i extracted some features fromm it by calculating maximum and minimum amplitu...
7 years ago | 1 answer | 0
1
answerQuestion
How to write condition written in matlab with vhdl ?
i wrote a condition with matlab and i wanted to converted to vhdl i tried but i still got error message. Can anone help me pleas...
7 years ago | 0 answers | 0
0
answersQuestion
How to calculate the filter order of given specification ??
Hi, i designed a filter using : d1=designfilt('lowpassfir','PassbandFrequency',0.45,'StopbandFrequency',0.5,'PassbandRip...
7 years ago | 1 answer | 0
1
answerQuestion
Which version of system generator supported by MATLAB 2016a ?
Hi, i'm using MATLAB 2016a and when i tried to run the Xilinx System Generator 2014.2 i got this so can anyone tell e how to f...
7 years ago | 1 answer | 0
1
answerQuestion
How to interpret the outputs of patternnet?
I created a neural network for classification and when i wanted to test it with new inputs the outputs was not like the target v...
7 years ago | 1 answer | 0
1
answerQuestion
How to read result of sim using Patternnet ?
I created neural network for binary classification , i have 2 classes and 9 features using an input matrix with a size of [9 98...
7 years ago | 1 answer | 0
1
answerQuestion
How to improve the performance of my neural network
Hi,i'm trying to create neural network for binary classification of epileptic seizure so i have 2 classes either normal or abnor...
7 years ago | 2 answers | 0
2
answersQuestion
Why do i have NAN values in the confusion matrix only in the validation test?
I wanted to create neural network for binary classification for dataset with input matrix with size [9 981] and output matrix [1...
7 years ago | 1 answer | 0
1
answerQuestion
Binary Classification _ problem with data structure
Hi, i want to create neural network for binary classification so when i read in matlab doc for patternet that Classification pro...
7 years ago | 1 answer | 0
1
answerQuestion
bad results of my neural network _ newsgroup
Hi Dr Greg i tried to reply to your message in the NEWSGROUP in this link several times <https://www.mathworks.com/matlabcen...
7 years ago | 1 answer | 0
1
answerQuestion
How to interpret this results after creating neural network ?
hi everyone i'm trying to create neural network for classification.I begin with the simple script that i got after using nprtool...
7 years ago | 1 answer | 0
1
answerQuestion
How to do when the inputs ranges for neural network are not so uniform in magnitude ?
Hi,i'm trying to create neural network for classification of EEG signal in which i extacted 9 features that i will use it as inp...
7 years ago | 1 answer | 0
1
answerQuestion
How to analyse the results of training of neural network
Hi, i tried to create neural network for classification using nprtool and i tried to modify the code but i couldn't analyse the ...
7 years ago | 1 answer | 0
1
answerQuestion
2-Class Problem with patternnet
Hi, I have a problem using the NN toolbox a neural network shall be trained to recognize a two class problem. I used the default...
7 years ago | 1 answer | 0
1
answerQuestion
Normalize Inputs and Targets of neural network
Hi, i'm trying to create neural network using nprtool , i have input matrix with 9*1012 and output matrix with 2*1012 so i norma...
7 years ago | 1 answer | 0
1
answerQuestion
Bad accuracy in the confusion matrix of neural network
Hi,i tried to create neural network for classification using nprtool i used the advanced script so i could normalize my data but...
7 years ago | 1 answer | 0