I've attempted to use the "butter" function to experiment with removing certain frequencies in an effort to reduce the noise as much as possible. You will need to have the audio fi…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
I've attempted to use the "butter" function to experiment with removing certain frequencies in an effort to reduce the noise as much as possible. You will need to have the audio fi…
I'm trying to write a code which allows me to determine the phase of a sine wave from its vector. given: the sinusoidal signal vector, its frequency unknown: its phase I have tri…
I´m trying to implement a x4 oversampling process but I´m having difficulties on how let the SampleRateConverter sytem object knows about sample rate used. When compiling the exa…
I have created a system using the fuzzy logic designer. How can I generate code from this system?…
if (j==i) , or (flag(j)==1)…
In the example Fuzzy PID Control with Type-2 FIS, there is nothing that explain how to save the converted fuzzy type 1 system (the fis2). I tried to do the example but I could not …
The data is: # Trace: no # Gravitation: no # Seed: 1539094448 # Param: alpha=0.15 # type: array_2d(700, 700) # Source: _05.instr # component: 2D_monitor3 # position: 0 0 0.9 # t…
Hi, I have a 50x1 cell array (A = cell(50,1)), each cell has a 4x960 matrix(all elements are 0 or 1) in it, I want to this for each cell: use 'find' to extract the indices of eleme…
I found that the custom deep learning layer is very tasteless and can only be used for simple image classification or regression. It is difficult to customize the input and outpu…