代码搜索:demodulation
找到约 758 项符合「demodulation」的源代码
代码结果 758
www.eeworm.com/read/466057/7043704
lst demodulation.lst
ASEM-51 V1.3 Copyright (c) 2002 by W.W. Heinz PAGE 1
MCS-51 Family Macro Assembler A S E M - 5 1
www.eeworm.com/read/466057/7043706
hex demodulation.hex
:060000000200820200680C
:03000B0002006A86
:0300130002007F69
:1000400075B0FF7800790A75A8077589217588054C
:10005000759840758CFD758A55758DE8758BE8D25D
:100060008E7800D2AFC201220832C28C758CFD7529
:1
www.eeworm.com/read/465160/7059076
m demodulation.m
function output_frame = demodulation(input_modu, index)
% demodulation for IEEE802.11a
% Input: input_modu, complex values representing constellation points
% index
% Output: output
www.eeworm.com/read/451448/7463644
m demodulation.m
function X_Demap=Demodulation(X_Esti,N_BPSC)
[row,column]=size(X_Esti);
%row是发射天线数;column是发射数据调制后的码元数
for i=1:row
X_Demap(i,:)= DeBitMap(X_Esti(i,:),N_BPSC);
end
www.eeworm.com/read/436723/7763385
vhd demodulation.vhd
library ieee;
use ieee.std_logic_arith.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity demodulation is
port(clk :in std_logic;
start :in std_logic
www.eeworm.com/read/399594/7845562
m demodulation.m
function [out] = Demodulation(input)
[K,D,N,G,N_t,N_r,L,C]= header;
oo = zeros(N_t,D*N);
oo(1,:) = real(input(:,:))>=0;
oo(2,:) = imag(input(:,:))>=0;
out = reshape(oo,1,2*D*N);
www.eeworm.com/read/296851/8074961
m demodulation.m
function output_frame = demodulation(input_modu, index)
% demodulation for IEEE802.11a
% Input: input_modu, complex values representing constellation points
% index
% Output: output
www.eeworm.com/read/246595/12717569
m demodulation.m
function demod_out = demodulation(demod_in,mod_mode)
%%*************************************************************************
%%Function information:
%%由信道信号的复数值解调对应的二进制序列(In this program,the c
www.eeworm.com/read/242663/12994321
m demodulation.m
function y = demodulation(x,b,e,h)
% function y = demodulation(x,b,e,h)
% find the smybol in the defined modulation scheme map which has the minimum distance to the received symbol,
% output t