konoha
Followers: 0 Following: 0
Statistik
RANG
264.742
of 295.527
REPUTATION
0
BEITRÄGE
13 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
15.38%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
how does stride work in denosing neural network
the first cnn layer has kernel [9 8]. This has scanned through the input matrix and output is a vector. a [1 100] works as desig...
mehr als 2 Jahre vor | 0
Frage
how does stride work in denosing neural network
I am studying the convolutional network in this article, https://www.mathworks.com/help/deeplearning/ug/denoise-speech-using-dee...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why does wavelet approximation need to multiply sqrt(2)
I am learning wavelet transform, the image below is one of my examples. Notices that when down sampling the sample signal, the a...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
correct way visualize short time fourier transform on each window
I am trying to visulize the short time fourier transform by windows the code from below is what i have currently, but i am not ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
Antwortconstruct wavelet function and its scaling function
cons_c = [1+sqrt(3), 3+sqrt(3), 3-sqrt(3), 1-sqrt(3)]/4; cons_w = [-(sqrt(3)-1), 3-sqrt(3), -(3+sqrt(3)), 1+sqrt(3)]/4; iters ...
mehr als 3 Jahre vor | 0
| akzeptiert
Frage
construct wavelet function and its scaling function
i am using the dilation equation to construct wavelet function and its scaling function. The process is simple, use Haar scaling...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
denosing signal using wavedec and waverec
I am trying to use wavedec and waverec to denosing signals. suppose i have a signal x with some gaussian noise and then apply wa...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Denoise MNIST image with wavelet
I am learning wavelet and using it to denoise MNIST image with white noise, so far, the results i got are not pleasant. what can...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
implementation of mini-batch stochastic gradient descent
I implemented a mini-batch stochastic gradien descent but counldn't find the bug in my code. I used this implement to do a clas...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
question on elapsed time
I am working a problem that require to understand why each operation takes different time. So, I have a A = randn(100,100)...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
use sound for a function
I have a function f(t) = sin(t) + sin(3t/2) + sin(5t/4) and I am trying to use sound for f. Fs=8000; Ts=1/Fs; t=[0:Ts:0...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
compute Fast Fourier Transform matrix
I am trying to make a matrix like F = [1 1 1; 1 e^(1*2pi) e^(2*2pi); 1 e^(2*2pi) e^4*2pi], what I hav...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Use lsqnonlin to find the best angle of a linear transformation
I have a object=[1 0 0; 0 0 2], then it transforms to [0.9557 0.0965 0.9648; -0.3381 0.0158 1.8977] by a certain angle. I wan...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Using ode45 to solve second order differential system
I am trying to solve a system m_1x'' + k_1x = 0; m_2x'' + k_2x = 0, with m_1,m_2,k_1,k_2 are some constants. I read this po...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
surface plot with a matrix
I am trying to graph a surface with a diagonal matrix, the equation I am trying graph is f = x^TDx, x is a 2 by 1 vector and D i...
mehr als 8 Jahre vor | 1 Antwort | 0