Feeds
已回答
Inserting a function in a matrix.
for i=1:length(OM) %OM is the wk samples vector(grid size 5000 in my case) COS=cos( [0:N]' * OM(i) ); Q=Q+(W(...
Inserting a function in a matrix.
for i=1:length(OM) %OM is the wk samples vector(grid size 5000 in my case) COS=cos( [0:N]' * OM(i) ); Q=Q+(W(...
5 years 前 | 0
| 已接受
提问
Finding the mins and the maxes of an array with altering signs.
I am creating a remez algorithm for class.I am at the point that i calculated my weighted error and I have a collumn vector with...
5 years 前 | 1 个回答 | 0
1
个回答提问
Inserting a function in a matrix.
I am trying to solve the system above.I think I got right the first part of the quation with a for loop(code bellow) L = 5...
5 years 前 | 1 个回答 | 0
1
个回答提问
Expressing changing array.
I am trying to solve this system in order to optimize a remez algorithm I am working on.The problem is I can not figure ...
5 years 前 | 0 个回答 | 0
0
个回答提问
I would like to create an array of cos*n*x with n=0,1,2,3...N...
I would like to create an array of cos*n*x with n=0,1,2,3...N. My code looks like this but it does not run. L=51 N=(L-1)/2; ...
5 years 前 | 1 个回答 | 0
