1 want to use this algorithm for optimal wavelet selection in vibration signal denoising
It is really straightforward to write MATLAB codes according to the MDL equation.
Please look at these
https://www.mathworks.com/matlabcentral/fileexchange/15210-minimum-description-length
https://www.mathworks.com/matlabcentral/fileexchange/56300-mdl-m-
assume El Centro earthquake Transfer function X(w)/F(w) = (1/k)* (wn^2/(wn^2-w^2+2*j*zeta*w*wn) where w : frequency wn: natural frequency please I need matlab code using Fourier transform
03 April 2018 3,714 0 View
Hi Do you have "Introduction to NEURAL NETWORKS using MATLAB 6.0. S N SIVANANDAM S SUMATHI S N DEEPA" please send me at [email protected] i am searching book +solution Thanks in advanced if i...
11 December 2017 7,503 0 View
function z = condEntropy (x, y) % Compute conditional entropy z=H(x|y) of two discrete variables x and y. % Input: % x, y: two integer vector of the same length % Output: % z: conditional...
09 October 2017 4,316 0 View
09 October 2017 6,908 0 View
I am currently decomposing a signal using the discrete wavelet transformation and the 'wavedec' function. Say that I wish to get the detail coefficients for 7 levels. I expect that for each...
09 October 2017 618 9 View
X = {1.3560 1.3930 1.4201 1.4449 1.4642 1.4670 1.4523 1.4426 1.4329 1.4226 1.4179 1.4267 1.4414} Y { 3.9084 3.9157 3.9096 3.9050 3.9091 3.9070...
09 October 2017 5,795 0 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
Hello all, In SPSS I am going to code 2 open-ended questions. I have already read all the answers and I made a list of the most important categories to which I can code the answers. This question...
02 March 2021 1,757 4 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I am working on modeling and simulation of biomecanical material behaviour, I have succeded on simulating skin using anisotropic hyperelastic material, on APDL and in our lab's finite element...
28 February 2021 552 3 View
Hello, As part of simulation of gases mixture and water, I need to calculate viscosity of the fluid components and I am using relationships proposed by Chung et al. (1988). The irony is while I...
25 February 2021 8,053 5 View
Hello, I am a master's student studying in Yonsei Univeristy, Korea. I am trying to estimate the state of satellite, using Neural Network. Below is a simple flow of my study. 1. Train (t0 ~ t1)...
23 February 2021 6,383 3 View
I am working on single trial motor imagery data i.e. EEG data. I am following a paper which has a dataset from BCI challenge IV (dataset 2b). After removing noise and extracting all the data from...
23 February 2021 5,503 1 View
I am looking for hsp90 mRNA sequence in Hela and U2OS cell lines, I have tried through ncbi but always the output is hsp90 in homo sapiens not in the specific cell line. Kindly, could any one...
22 February 2021 1,853 3 View
My real system (buck converter) can only take an input of 0 to 1 (duty ratio) and I need to constrain the system so the controller action keeps within this bounds. How can I do this? The code for...
22 February 2021 2,125 3 View
I am trying with a Unet code ontained from net ...in tensorflow. When trying to predict the segmentation result with the trained and saved model with metric " iou" using "CustomObjectScope"...
22 February 2021 5,254 1 View