You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
function W=define_pcbc_feedforward_weights(V)
|
|
%for PCBC also need to define a set of feedforward (descriminative) weights
|
|
W=norm_dictionary(V,1);%feedforward weights equal to feedback weights normalized by sum
|