Statistics
3 Questions
0 Answers
RANK
264,307
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Question
Hi I need some help with creating a function that takes a signal vector as input and computes the five-sample weighted moving average of the signal.
Here is a small example: Your signal file consists of a vector y = [0.8, 0.9, 0.7, 0.6, 0.3, 0.4]. We can solve the smoot...
8 years ago | 0 answers | 0
0
answersQuestion
Hi! I need some help with the following problem, which asks me to create a function that takes a signal vector as input and computes the five-sample weighted moving average of the signal.
Here is an example: If your signal file consists of a vector y = [0.8, 0.9, 0.7, 0.6, 0.3, 0.4] We can solve the smoothing p...
8 years ago | 0 answers | 0
0
answersQuestion
How to count the number of each character from a text file (and the frequency of it)?
Create a function that takes a text file as input and returns a vector of size 26 with the frequency in percent of each charact...
8 years ago | 4 answers | 0