代码搜索:MODULATION

找到约 4,228 项符合「MODULATION」的源代码

代码结果 4,228
www.eeworm.com/read/493575/6395654

m modulation.m

function output_modu = modulation(input_frame, index) % Input_modu: input bit stream (0,1) % index: modulation index % 1---bpsk % 2---qpsk % 3---8qam % 4---16qam % 5---32qam %
www.eeworm.com/read/492605/6415958

m modulation.m

function output_modu = modulation(input_frame, index) % Input_modu: input bit stream (0,1) % index: modulation index % 1---bpsk % 2---qpsk % 4---16qam % 6---64qam % else is error f_lengt
www.eeworm.com/read/488788/6485508

zip modulation.zip

www.eeworm.com/read/484267/6584191

zip modulation.zip

www.eeworm.com/read/264515/11311140

m modulation.m

function output_modu = modulation(input_frame, index) % Input_modu: input bit stream (0,1) % index: modulation index % 1---bpsk % 2---qpsk % 4---16qam % 6---64qam % else is error f_lengt
www.eeworm.com/read/402023/11543707

m modulation.m

function varargout = Analog_Modulation(varargin) % ANALOG_MODULATION M-file for Analog_Modulation.fig % ANALOG_MODULATION, by itself, creates a new ANALOG_MODULATION or raises the existing %
www.eeworm.com/read/158454/11614275

m modulation.m

function[x-modulation]=modulation(H,s) x-modulation=(encode(H,s)-0.5)*(-2);
www.eeworm.com/read/261861/11618184

m modulation.m

function output_modu = modulation(input_frame, index) % Input_modu: input bit stream (0,1) % index: modulation index % 1---bpsk % 2---qpsk % 4---16qam % 6---64qam % else is error f_lengt
www.eeworm.com/read/261488/11643099

m modulation.m

% fm1.m % Matlab demonstration script for frequency modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/260527/11721566

sql modulation.sql

CREATE TABLE dbo.modulation ( H_CODE VARCHAR(6) NULL, M_FROM NUMERIC(8,2) NULL, M_TO NUMERIC(8,2) NULL, M_DATE VARCHAR(8) NULL, M_REASON VARCHAR(10) NULL, M_MEMO TEXT NULL )