代码搜索:qam
找到约 3,017 项符合「qam」的源代码
代码结果 3,017
www.eeworm.com/read/291169/8438579
m qam.m
% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier)
% when they transmit the same # of bits in a given time period
read % read data for QAM - does not affect OFDM
data_in_po
www.eeworm.com/read/390512/8461943
m qam.m
% File: qam.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wireless A
www.eeworm.com/read/389453/8519263
m qam.m
%产生基带符号流
M=16; %进制 16QAM
N=40; %信源比特流长度,为保证对齐,选择是log2(M)的整倍数
bitstream=zeros(1,N);
symbolstream=zeros(1,N/log2(M));
for
www.eeworm.com/read/389453/8519264
bmp qam.bmp
www.eeworm.com/read/289565/8544300
m qam.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 对M=64的QAM系统进行蒙特卡罗仿真 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all
echo off
SNRindB1=0:2:15;
SNRindB2
www.eeworm.com/read/187956/8585630
m qam.m
function[y,fs,fb,fc] =qam(x,Kbase,fs,fb,fc);
%Usage:[y,fs,fb,fc] =qam(x,Kbase,fs,fb,fc); BBI 2000
if nargin
www.eeworm.com/read/187844/8596386
m qam.m
function [y,fs,fb,fc]=qam(x,Kbase,fs,fb,fc);
%
% Usage:[y,fs,fb,fc]=qam(x,Kbase,fs,fb,fc);BBI;Kbase=1表示不采用基带形成,Kbase=2表示采用
% 基带成形
if nargin
www.eeworm.com/read/431446/8676502
m qam.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 对M=64的QAM系统进行蒙特卡罗仿真 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all
echo off
SNRindB1=0:2:20;
SNRindB2
www.eeworm.com/read/287619/8678572
m qam.m
function s = qam (M,N_s,sigma,sd1,sd2)
% =====================================================================
% function s = qam (M,N_s,sigma,sd1,sd2)
% --------------------------------------------
www.eeworm.com/read/385077/8820696
m qam.m
% File: qam.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wireless A