代码搜索:bin_data

找到约 39 项符合「bin_data」的源代码

代码结果 39
www.eeworm.com/read/411674/11233760

m oaosvm.m

function model = oaosvm(data,options) % OAOSVM Multi-class SVM using One-Against-One decomposition. % % Synopsis: % model = oaosvm( data ) % model = oaosvm( data, options ) % % Description: % mode
www.eeworm.com/read/355874/10242101

bas fbplclib.bas

Attribute VB_Name = "Module1" Public SXD As String Public RXD As String Public resp_length% Public plc_station_no$ Public Function bin16_to_dec&(bin_data$) hex4$ = bin16_to_hex4(bin_data$)
www.eeworm.com/read/416320/11033340

m awgn_binrs753.m

% Name: AWGN_binRS753.m % Date: December 12, 2005 % Description: % Simulation of an RS (7,5,3) code over an AWGN channel. % % Copyright (c) 2006. Robert Morelos-Zaragoza. All rights reserved.
www.eeworm.com/read/143947/12828918

bas fbplclib.bas

Attribute VB_Name = "Module1" Public SXD As String Public RXD As String Public resp_length% Public plc_station_no$ Public Function bin16_to_dec&(bin_data$) hex4$ = bin16_to_hex4(bin_data$)
www.eeworm.com/read/449736/7497620

m mod_8psk.m

function mod_data=mod_8psk(bin_data) if rem(length(bin_data),3)~=0 error('the length of the data is wrong'); else matr_bin=reshape(bin_data,3,length(bin_data)/3)'; matr_dec=bi2de(mat
www.eeworm.com/read/449730/7497804

m mod_8psk.m

function mod_data=mod_8psk(bin_data) if rem(length(bin_data),3)~=0 error('the length of the data is wrong'); else matr_bin=reshape(bin_data,3,length(bin_data)/3)'; matr_dec=bi2de(mat
www.eeworm.com/read/405714/11458939

m mod_8psk.m

function mod_data=mod_8psk(bin_data) if rem(length(bin_data),3)~=0 error('the length of the data is wrong'); else matr_bin=reshape(bin_data,3,length(bin_data)/3)'; matr_dec=bi2de(mat
www.eeworm.com/read/370421/9601044

m mod_8psk.m

function mod_data=mod_8psk(bin_data) if rem(length(bin_data),3)~=0 error('the length of the data is wrong'); else matr_bin=reshape(bin_data,3,length(bin_data)/3)'; matr_dec=bi2de(mat
www.eeworm.com/read/369398/9650706

m mod_8psk.m

function mod_data=mod_8psk(bin_data) if rem(length(bin_data),3)~=0 error('the length of the data is wrong'); else matr_bin=reshape(bin_data,3,length(bin_data)/3)'; matr_dec=bi2de(mat
www.eeworm.com/read/355874/10242051

bas omronlib.bas

Attribute VB_Name = "Module1" Public SXD$ Public RXD$ Public plc_station_head$ Public Function bin16_to_dec&(bin_data$) hex4$ = bin16_to_hex4(bin_data$) dec_value& = hex4_to_dec(hex4$) bi