代码搜索:transmitter
找到约 2,102 项符合「transmitter」的源代码
代码结果 2,102
www.eeworm.com/read/172081/9724593
transmitter
www.eeworm.com/read/391815/8376509
v transmitter.v
module uart1(clk, rst_n, start, inbyte, outdate);
input clk, rst_n, start;
input [7:0] inbyte;
output outdate;
reg outdate;
reg [7:0] store;
reg [3:0] counter;
reg [3:0] st, next_st;
parameter
www.eeworm.com/read/390716/8450585
m transmitter.m
% Generates transmitted signal for one packet.
function [tx_signal, inf_bits, tx_bits] = transmitter(sim_options);
global sim_consts;
% Generate the information bits
inf_bits = randn(1, sim_
www.eeworm.com/read/188533/8530750
m transmitter.m
% Generates transmitted signal for one packet.
function [tx_signal, inf_bits, tx_bits] = transmitter(sim_options);
global sim_consts;
% Generate the information bits
inf_bits = randn(1, sim_
www.eeworm.com/read/431792/8654483
asm transmitter.asm
; ================================================================================================
; PROJECT: SnesHack - A wireless/Wii-enabled SNES controller hack.
; FILENAME: Transmitter.asm
;
www.eeworm.com/read/429448/8808106
m transmitter.m
% Generates transmitted signal for one packet.
function [tx_signal, inf_bits, table] = transmitter(sim_options, Modulation,H,n_tx,n_rx);%4.10增加了table
global sim_consts;
% Generate the informa
www.eeworm.com/read/428591/8857499
m transmitter.m
function [t_data r_ifft c_ifft]=transmitter(M,nc,bits)
len_cp = ceil(0.1*nc); % length of cyclic prefix
ifft_points = nc;
fft_points = nc;
empt=[]; ex1=[];rx=[];
data = randsrc(
www.eeworm.com/read/428158/8889556
m transmitter.m
function symbolTX = transmitter (pilot_mapping,data_mapping,G)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
www.eeworm.com/read/427304/8952643
out transmitter.out
www.eeworm.com/read/427304/8952645
pjt transmitter.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\c6713\myprojects\PSK\transmitter\"
ProjectType=Executable
CPUFamily=TMS320C67XX
T