Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 4 个回答 | 0