代码搜索:Multipath
找到约 793 项符合「Multipath」的源代码
代码结果 793
www.eeworm.com/read/285979/8796008
txt readme.txt
两个重要文件:
1、Rayleigh_Doppler_singlePath.m
产生单径Rayleigh衰落,采用了6种方法并进行了比较,推荐使用第6种方法;
2、Rayleigh_Doppler_multiPath.m
根据多条径的延时和强度,产生频率选择性衰落;
在单径和多径两个程序中,均提供了其功率谱的输出代码;
www.eeworm.com/read/285054/8873298
txt shuoming.txt
两个重要文件:
1、Rayleigh_Doppler_singlePath.m
产生单径Rayleigh衰落,采用了6种方法并进行了比较,推荐使用第6种方法;
2、Rayleigh_Doppler_multiPath.m
根据多条径的延时和强度,产生频率选择性衰落;
在单径和多径两个程序中,均提供了其功率谱的输出代码;
www.eeworm.com/read/338766/12285774
h denovodp.h
#ifndef __DENOVODP_H__
#define __DENOVODP_H__
#include "PrmGraph.h"
#include "includes.h"
void expand_path_multi_edges(const PrmGraph& prm, const vector& multi_paths,
www.eeworm.com/read/458294/7299601
m rake.m
Numusers=1;
Nc=16; %Spreading factor
ISI_Length=1; %Each time delay is ISI_Length/2
EbN0db = [0:2:10];
Tlen=5000;%Data length
Bit_Error_Number1=0;%Bit Error rate initial value
Bit_Error_Number
www.eeworm.com/read/195434/8155810
asv ch.asv
% ch.m
% ch
recv = xmit; % channel is applied to recv, don't modify transmitted data
% clip_level
if channel_on == 1
disp('Simulating Channel')
norm_factor = max(abs(recv)); % Normalize all da
www.eeworm.com/read/195434/8155819
m ch.m
% ch.m
% ch
recv = xmit; % channel is applied to recv, don't modify transmitted data
% clip_level
if channel_on == 1
disp('Simulating Channel')
norm_factor = max(abs(recv)); % Normalize all da
www.eeworm.com/read/373970/9426497
c channel_simulatormex.c
#include "mex.h"
#include "mat.h"
#include
#define mod_out plhs[0]
#define mod_in prhs[0]
#define multipath prhs[1]
#define delaysprd prhs[2]
// function output_mod = channel_simulatormex(in
www.eeworm.com/read/451442/7463744
cpp channel.cpp
#include "Common.h"
extern float SNR;
void Channel()
{
int i=0,CycleNum=0,p=0;
complex ChannelOut[CHIP_SIZE]={0.f, 0.f};
complex ChannelMem[MemLength]={0.f, 0.f};
complex Channel_ImpRep
www.eeworm.com/read/305244/13776222
txt lr_rst.txt
Results from lr_OFDM_new_new3.m
Running EQUA_MOD:4 METHOD:2 BITS_SYMBOL:1 Multipath:1 DELAYinNS: 50
ConvEncoding:1 ConvCodeRate:0.5 BitInterleaving:0 ChipInterleaving: 1 SoftInfo: 0
# Packets
www.eeworm.com/read/333720/12663355