photo

Joschua Kraus


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


Implement filter that cannot be normed to a(1) = 1
Hi, I am aware of the following method of implementing a filter: numerator = [2 1 1] ; denominator = [1 2 2 2]; y =...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Lay one vector onto another
Say you had two row vector: filter = [0 0 0 0 0 0 0 0 0 0 ]; values = [1 2 1]; And the goal is to "lay the vector va...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Manually plot spectrogram: "Surf" the output of the spectrogram function
Hello, I try to understand the workings of the spectrogram function by reproducing the same plot that the spectrogram function g...

etwa 6 Jahre vor | 4 Antworten | 2

4

Antworten

Frage


Filling a array/matrix without for-loop
array = zeros(1, 20); for i = 1:20 array(1,i) = %some formula dependent upon i, e.g. (i-1)*value1*value2/value3 e...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten