代码搜索结果

找到约 2,916 项符合 Energy 的代码

cm_dpske.m

function [enc_comp] = cm_dpske(E,M,mapping,sequence); % [enc_comp] = cm_dpske(E,M,mapping,sequence) % CM_DPSKE differentially encodes a sequence. % E is the average energy, M is the number of c

lpcrr2ar.m

function [ar,e]=lpcrr2ar(rr); %LPCRR2AR convert autocorrelation coefs to ar coefs [AR,E]=(RR) %E is the residual energy % could test e each time and remove rows when it gets small % Cop

cm_dpske.m

function [enc_comp] = cm_dpske(E,M,mapping,sequence); % [enc_comp] = cm_dpske(E,M,mapping,sequence) % CM_DPSKE differentially encodes a sequence. % E is the average energy, M is the number of cons

lpcrr2ar.m

function [ar,e]=lpcrr2ar(rr); %LPCRR2AR convert autocorrelation coefs to ar coefs [AR,E]=(RR) %E is the residual energy % could test e each time and remove rows when it gets small % Cop

cm_bpske.m

function[p]=cm_bpske(snr_in_db) % [p]=cm_bpske(snr_in_db) % cm_bpske finds the probability of error for the given value of snr_in_db N=5000; E=1; %energy per symbol s

cm_bpske.m

function[p]=cm_bpske(snr_in_db) % [p]=cm_bpske(snr_in_db) % cm_bpske finds the probability of error for the given value of snr_in_db N=5000; E=1; %energy per symbol s

lpcrr2ar.m

function [ar,e]=lpcrr2ar(rr); %LPCRR2AR convert autocorrelation coefs to ar coefs [AR,E]=(RR) %E is the residual energy % could test e each time and remove rows when it gets small % Cop

cm_dpske.m

function [enc_comp] = cm_dpske(E,M,mapping,sequence); % [enc_comp] = cm_dpske(E,M,mapping,sequence) % CM_DPSKE differentially encodes a sequence. % E is the average energy, M is the number of c

uec.m

%UEC Minimum mean-squared error time domain equalizer design % using the unit-energy constraint. % [B, W, D, MSE, Dv] = UEC(X, Y, N, Nb, Nw, Dmin, Dmax) returns % the optimal target impulse respon

cm_bpske.m

function[p]=cm_bpske(snr_in_db) % [p]=cm_bpske(snr_in_db) % cm_bpske finds the probability of error for the given value of snr_in_db N=5000; E=1; %energy per symbol s