代码搜索结果

找到约 10,000 项符合 M 的代码

adc_1_differential_m7.m

clc; clear; clf; % Audio lossless differential codding % difficulties: % 1). Audio samples have real values, % in oposition with image samples (integers, in general) % A solution is scalling to

adc_4_decompression_m6.m

clc; clear; clf; % decompression of the differential coding warning off; load data_input.mat % load Hufman table.. load HuffmanTable.mat % S y N = length(S); % search the minimum length

chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa

chap4_8m2.m

function [u]=chap4_8m2(u1,u2,u3,u4) global s persistent w x1 x2 x3 w_1 w_2 w_3 N=300; C=5; if u3==0 w=zeros(N+C,1); w_1=w; w_2=w; d_w=w; end alfa=0.04; if s==1

m2a-f-2m.ld

/* Linker Description file for MC2002 series */ OUTPUT_ARCH(m68k) OUTPUT_FORMAT("coff-m68k") GROUP(-lgcc -lg -lm -lm2002 -lmcard -lconso) /* for MC2002 configuration: */ /* 1M byte FLASH, 2M b

chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa

chap4_8m2.m

function [u]=chap4_8m2(u1,u2,u3,u4) global s persistent w x1 x2 x3 w_1 w_2 w_3 N=300; C=5; if u3==0 w=zeros(N+C,1); w_1=w; w_2=w; d_w=w; end alfa=0.04; if s==1

m_fh_simulatin_err_ratio.m

% YangAnkun %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Frequency Hopping Spread Spectrum %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc close all clear SNR_arry=0:3:18; %1到20dB信

m05l1_1.m

%指令仿真 new_system('S05L1'); %新建一个仿真模型 open_system('S05L1'); %打开仿真模型 set_param('S05L1','location',[50,50,400,200]); %添加模块 add_block('simulink3/Sources/Sine Wave','S05L1/SineWave') set_param(