代码搜索结果
找到约 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
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
bpsk_over_awgn.m
function [Pe]=bpsk_over_awgn(snr_in_db)
E=1; %Normalize energy
snr=10^(snr_in_db/10);
sgma=E/sqrt(2*snr); %standard deviation of noise
Num=4000; % The number of binary data
%generation of bi
bpsk_over_awgn.asv
function [Pe]=bpsk_over_awgn(snr_in_db)
E=1; %Normalize energy
snr=10^(snr_in_db/10);
sgma=E/sqrt(2*snr); %standard deviation of noise
Num=4000; % The number of binary data
%generation of bi
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
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
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
vectors.h
// ENERGY211/CME211
//
// vectors.h - header file for Project 2
//
#ifndef CLASS_VECTORS // Make sure this isn't included
#define CLASS_VECTORS // more than once
#include "matrix.h"
// This derived
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