代码搜索:elementary
找到约 391 项符合「elementary」的源代码
代码结果 391
www.eeworm.com/read/221511/14739435
m park.m
clear all;
close all;
Numloop=500;
N=1024;
Tu=102.4e-6; %useful OFDM symbol period
T=Tu/N; %baseband elementary period
G=1/32;
M=G*N;
delta=G*Tu; %guard band duration
Ts=delta+Tu; %total OFD
www.eeworm.com/read/471090/6896900
txt ofdm tranx.txt
clear all;
close all;
%DVB-T Parameters
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guard band duration
www.eeworm.com/read/357876/10199037
m ofdmreception.m
% OFDM Reception
%DVB-T 2K Reception
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %g
www.eeworm.com/read/274839/10848763
m ofdm_simulation_rx.m
%OFDM Reception
%DVB-T 2K Reception
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guar
www.eeworm.com/read/462585/7200144
m receiver.m
%DVB-T 2K Reception
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guard band duration
www.eeworm.com/read/442153/7658031
m ofdm_reception.m
%DVB-T 2K Reception
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guard band duration
www.eeworm.com/read/311994/13620412
m ofdmreception.m
%DVB-T 2K Reception
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guard band duration
www.eeworm.com/read/207494/15269902
txt dvb-ofdm.txt
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guard band duration
Ts=delta+Tu; %total O
www.eeworm.com/read/411657/11234706
m ofdmreception.m
%DVB-T 2K Reception
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guard band du
www.eeworm.com/read/460199/7256064
m ofmareceiver1.m
%单用户,非模块化
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guard band duration
Ts=delta