photo

Joschua Kraus


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
20,547
of 297,503

REPUTATION
2

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

View by

Question


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 =...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 4 answers | 2

4

answers

Question


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...

7 years ago | 1 answer | 0

1

answer