代码搜索结果

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

code_uncode.m

clear close all clc pe_1(1,41)=0; pe_2(1,41)=0; eb=1;%one bit energy a=[1 1 0 0 1 0 0 1 0 1];%编码前的数据 %---------------- c=2*a-1; %未编码的bpsk映射 %---------------- %NRZI编码 re(1)=a(1); for i

00000045.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: energy (长白山), 信区: Linux        

00000003.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: energy (长白山), 信区: Linux        

00000004.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: energy (长白山), 信区: Linux        

00000247.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: energy (长白山), 信区: Linux        

segy.h

struct segy { int tr_seg_num; int reel_tr_seg_num; int orig_fld_num; int tr_num_orig_rec; int energy_src_pnt; int CDP_num; int tr_num_CDP; short tr_id; short num_vert_tr; short num_hor_tr;

input_variables.mod

MODULE INPUT_VARIABLES,0 FILE 0,D:\下载的计算程序\klmc\old klmc\klmcfacet.f90 VAR DIMER_ENERGY_BARRIER,1,0,,: 2,0,0,0,268435713,2097152,1 VAR BIG_BEN,1,0,,: 3,0,10,94,16777481,2097152,1 (1,1,3: 1,3,1,1)

mp2r12.qci

test_basis: cc-pVDZ cc-pVDZ test_auxbasis: cc-pVDZ aug-cc-pVDZ test_method: mp2-r12/a mp2-r12/a' test_symmetry: c2v test_calc: energy test_fzc: 0 1 restart: no checkpoint: no label: water mp2-r12 t

mampeng.m

function mamp_eng = Mampeng(x,P,rcfltN2,N1,N2,Energy_window_size) [M,N]=size(x); for na=1:M c(na,:)=Corr(x(na,:),P,N1); c_N2(na,:)=InterPS(c(na,:),rcfltN2); end ma_eng=sum(abs(c_N2

program_12_10.m

% 当前的延拓模式是补零 % 产生原始信号 x = randn(1,200); % 计算x的shannon熵 e1 = wentropy(x,'shannon') % 计算x的对数能量熵 e2 = wentropy(x,'log energy') % 计算x的阈值熵,阈值取为0.2 e3 = wentropy(x,'threshold',0.2) % 计算x的“sure”熵,阈值