Skip to content

Commit bbca372

Browse files
committed
fixed help for decode_beamformer.m
1 parent 5c32d8d commit bbca372

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

decode_beamformer.m

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function Xhat = decode_beamformer(cfg0, decoder, Y)
2-
% To be updated
3-
42
% [Xhat] = decode_beamformer(cfg, decoder, Y)
53
% Estimate the activity of latent components using a linear decoder, obtained from an
64
% appropriate training function. Several components may be estimated independently.

development/decode_beamformer.m

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function Xhat = decode_beamformer(cfg0, decoder, Y)
2-
% To be updated
3-
42
% [Xhat] = decode_beamformer(cfg, decoder, Y)
53
% Estimate the activity of latent components using a linear decoder, obtained from an
64
% appropriate training function. Several components may be estimated independently.

0 commit comments

Comments
 (0)