代码搜索:Coding

找到约 9,366 项符合「Coding」的源代码

代码结果 9,366
www.eeworm.com/read/161485/10404066

m perform_wavelet_arithmetic_coding.m

function [y,nbr_bits] = perform_wavelet_arithmetic_coding(x, Jmin, dir, T, options) % perform_wavelet_arithmetic_coding - arithmetic code a wavelet transformed image. % % [y,nbr_bits] = perform_w
www.eeworm.com/read/466875/7022473

txt output_best_coding_space.txt

1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000
www.eeworm.com/read/465705/7052256

m alamouti_space_time_coding.m

clc; clear all; close all; N=1000; s00=randsrc(1,N/2); %% BPSK modulation %% s11=randsrc(1,N/2); %% BPSK modulation %% i=1; for k=1:length(s00) s0(i)=s00(k); s0(i+1)=-conj(s11(k))