文件名称:physlayerV0.8
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:732.85kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
PhysLayerSim or the 802.11 Physical Layer Simulator is a collection of classes
and functions that can be used to simulate 802.11 (a or p) physical layer
operations. The implementation contains several channel models (including the
ones in the IT++ library on which it is based) and channel estimation methods of
varying sophistication.
and functions that can be used to simulate 802.11 (a or p) physical layer
operations. The implementation contains several channel models (including the
ones in the IT++ library on which it is based) and channel estimation methods of
varying sophistication.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
aclocal.m4
AUTHORS
autogen.sh
build-aux/
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/ltmain.sh
build-aux/missing
ChangeLog
config.h.in
configure
configure.ac
configure.ac.in
COPYING
doc/
doc/channel_models_adjustment.pdf
doc/Doxyfile
doc/Doxyfile.in
doc/README
INSTALL
m4/
m4/acx_fft.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
Makefile.am
Makefile.in
NEWS
physlayersim.pc.in
README
src/
src/BlockInterleaver.cc
src/BlockInterleaver.h
src/channel/
src/channel/ChannelEstimatorHelper.cc
src/channel/ChannelEstimatorHelper.h
src/channel/ChannelModelForVehicles.cc
src/channel/ChannelModelForVehicles.h
src/channel/FreeSpaceEffect.cc
src/channel/FreeSpaceEffect.h
src/channel/FriisSpaceEffect.cc
src/channel/FriisSpaceEffect.h
src/channel/IFFTFadingGenerator.cc
src/channel/IFFTFadingGenerator.h
src/channel/LogDistancePropEffect.cc
src/channel/LogDistancePropEffect.h
src/channel/Makefile.am
src/channel/Makefile.in
src/channel/OscillatorEffect.cc
src/channel/OscillatorEffect.h
src/channel/README
src/channel/RiceanFadingEffect.cc
src/channel/RiceanFadingEffect.h
src/channel/ShadowingEffect.cc
src/channel/ShadowingEffect.h
src/channel/sources.mk
src/channel/TappedDelayEffect.cc
src/channel/TappedDelayEffect.h
src/channel/ThreeLogDistancePropEffect.cc
src/channel/ThreeLogDistancePropEffect.h
src/channel/VehicularChannelSpecification.cc
src/channel/VehicularChannelSpecification.h
src/channel/Vehicular_TDL_Channel.cc
src/channel/Vehicular_TDL_Channel.h
src/channel/Vehicular_TDL_Channel_Threaded.cc
src/channel/Vehicular_TDL_Channel_Threaded.h
src/ConvolutionalEnc.cc
src/ConvolutionalEnc.h
src/Datatypes.cc
src/Datatypes.h
src/estimators/
src/estimators/CarrierFreqOffsetEstimator.cc
src/estimators/CarrierFreqOffsetEstimator.h
src/estimators/DummyEstimator.cc
src/estimators/DummyEstimator.h
src/estimators/Estimator.cc
src/estimators/Estimator.h
src/estimators/FeedBackEstimator.cc
src/estimators/FeedBackEstimatorLS.cc
src/estimators/FeedBackEstimatorMLS.cc
src/estimators/FreqOffsetEstimationData.cc
src/estimators/FreqOffsetEstimationData.h
src/estimators/FreqOffsetEstimator.cc
src/estimators/FreqOffsetEstimator.h
src/estimators/LInterpEstimator.cc
src/estimators/LSEstimator.cc
src/estimators/LSEstimator.h
src/estimators/Makefile.am
src/estimators/Makefile.in
src/estimators/MLSEstimator.cc
src/estimators/MLSEstimator.h
src/estimators/MMMSEEstimator.cc
src/estimators/MMSEEstimator.cc
src/estimators/MMSEEstimator.h
src/estimators/MMSEPilEstimator.cc
src/estimators/MMSEPilEstimator.h
src/estimators/NCSInterpEstimator.cc
src/estimators/README
src/estimators/SimpleEstimator.cc
src/estimators/SimpleEstimator.h
src/estimators/SincInterpEstimator.cc
src/estimators/sources.mk
src/estimators/TOInterpEstimator.cc
src/Makefile.am
src/Makefile.in
src/Modulator80211.cc
src/Modulator80211.h
src/OFDMSymbolCreator80211.cc
src/OFDMSymbolCreator80211.h
src/OFDMSymbolCreatorSimple.cc
src/OFDMSymbolCreatorSimple.h
src/physlayersim.h
src/PilotSubCarriers.cc
src/PilotSubCarriers.h
src/PPDUCreator80211.cc
src/PPDUCreator80211.h
src/PPDUCreatorSimple.cc
src/PPDUCreatorSimple.h
src/PPDUReceiver80211.cc
src/PPDUReceiver80211.h
src/PPDUReceiverSimple.cc
src/PPDUReceiverSimple.h
src/Scrambler.cc
src/Scrambler.h
src/signaldetection/
src/signaldetection/DetectSignal.cc
src/signaldetection/DetectSignal.h
src/signaldetection/DetectSignalLiu.cc
src/signaldetection/DetectSignalLiu.h
src/signaldetection/DetectSignalLiuSmallOpt.cc
src/signaldetection/DetectSignalLiuSmallOpt.h
src/signaldetection/Makefile.am
src/signaldetection/Makefile.in
src/signaldetection/README
src/signaldetection/sources.mk
src/sources.mk
src/standardModelData.h
src/testing/
src/testing/mainTests.cc
src/testing/OdeToJoy.txt
src/testing/TestBitManipulators.cc
src/testing/TestBitManipulators.h
src/testing/TestChannelEstimator.cc
src/testing/TestChannelEstimator.h
src/testing/TestChannelsMain.cc
src/testing/TestChannelsMain.h
src/testing/TestConvEncoding.cc
src/testing/TestConvEncoding.h
src/testing/TestDetection.cc
src/testing/TestDetection.h
src/testing/TestDetectionOpt.cc
src/testing/TestDetectionOpt.h
src/testing/TestInterleaver.cc
src/testing/TestInterleaver.h
src/testing/TestModulator.cc
src/testing/TestModulator.h
src/testing/TestOdeToJoy.cc
src/testing/TestOdeToJoy.h
src/testing/TestPPDUCreator.cc
src/testing/TestPPDUCreator.h
src/testing/TestReceiverNoChannelEffects.cc
src/testing/TestReceiverNoChannelEffects.h
src/testing/TestScrambler.cc
src/testing/TestScrambler.h
src/trials/
src/trials/createPPDU.cc
src/trials/detectionTrial.cc
src/trials/estimatorTrial.cc
src/trials/qpskSimpleTrial.cc
src/trials/qpskTrial.cc
src/trials/README
src/trials/scripts/
src/trials/scripts/octave/
src/trials/scripts/octave/cc_11p_dec.m
src/trials/scripts/octave/cc_11p_enc.m
src/trials/scripts/octave/conv_dec.c
src/trials/scripts/octave/conv_dec.m
src/trials/scripts/octave/conv_dec.mex
src/trials/scripts/octave/conv_dec.mexw32
src/trials/scripts/octave/conv_enc.c
src/trials/scripts/octave/conv_enc.m
src/trials/scripts/octave/conv_enc.mex
src/tria
AUTHORS
autogen.sh
build-aux/
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/ltmain.sh
build-aux/missing
ChangeLog
config.h.in
configure
configure.ac
configure.ac.in
COPYING
doc/
doc/channel_models_adjustment.pdf
doc/Doxyfile
doc/Doxyfile.in
doc/README
INSTALL
m4/
m4/acx_fft.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
Makefile.am
Makefile.in
NEWS
physlayersim.pc.in
README
src/
src/BlockInterleaver.cc
src/BlockInterleaver.h
src/channel/
src/channel/ChannelEstimatorHelper.cc
src/channel/ChannelEstimatorHelper.h
src/channel/ChannelModelForVehicles.cc
src/channel/ChannelModelForVehicles.h
src/channel/FreeSpaceEffect.cc
src/channel/FreeSpaceEffect.h
src/channel/FriisSpaceEffect.cc
src/channel/FriisSpaceEffect.h
src/channel/IFFTFadingGenerator.cc
src/channel/IFFTFadingGenerator.h
src/channel/LogDistancePropEffect.cc
src/channel/LogDistancePropEffect.h
src/channel/Makefile.am
src/channel/Makefile.in
src/channel/OscillatorEffect.cc
src/channel/OscillatorEffect.h
src/channel/README
src/channel/RiceanFadingEffect.cc
src/channel/RiceanFadingEffect.h
src/channel/ShadowingEffect.cc
src/channel/ShadowingEffect.h
src/channel/sources.mk
src/channel/TappedDelayEffect.cc
src/channel/TappedDelayEffect.h
src/channel/ThreeLogDistancePropEffect.cc
src/channel/ThreeLogDistancePropEffect.h
src/channel/VehicularChannelSpecification.cc
src/channel/VehicularChannelSpecification.h
src/channel/Vehicular_TDL_Channel.cc
src/channel/Vehicular_TDL_Channel.h
src/channel/Vehicular_TDL_Channel_Threaded.cc
src/channel/Vehicular_TDL_Channel_Threaded.h
src/ConvolutionalEnc.cc
src/ConvolutionalEnc.h
src/Datatypes.cc
src/Datatypes.h
src/estimators/
src/estimators/CarrierFreqOffsetEstimator.cc
src/estimators/CarrierFreqOffsetEstimator.h
src/estimators/DummyEstimator.cc
src/estimators/DummyEstimator.h
src/estimators/Estimator.cc
src/estimators/Estimator.h
src/estimators/FeedBackEstimator.cc
src/estimators/FeedBackEstimatorLS.cc
src/estimators/FeedBackEstimatorMLS.cc
src/estimators/FreqOffsetEstimationData.cc
src/estimators/FreqOffsetEstimationData.h
src/estimators/FreqOffsetEstimator.cc
src/estimators/FreqOffsetEstimator.h
src/estimators/LInterpEstimator.cc
src/estimators/LSEstimator.cc
src/estimators/LSEstimator.h
src/estimators/Makefile.am
src/estimators/Makefile.in
src/estimators/MLSEstimator.cc
src/estimators/MLSEstimator.h
src/estimators/MMMSEEstimator.cc
src/estimators/MMSEEstimator.cc
src/estimators/MMSEEstimator.h
src/estimators/MMSEPilEstimator.cc
src/estimators/MMSEPilEstimator.h
src/estimators/NCSInterpEstimator.cc
src/estimators/README
src/estimators/SimpleEstimator.cc
src/estimators/SimpleEstimator.h
src/estimators/SincInterpEstimator.cc
src/estimators/sources.mk
src/estimators/TOInterpEstimator.cc
src/Makefile.am
src/Makefile.in
src/Modulator80211.cc
src/Modulator80211.h
src/OFDMSymbolCreator80211.cc
src/OFDMSymbolCreator80211.h
src/OFDMSymbolCreatorSimple.cc
src/OFDMSymbolCreatorSimple.h
src/physlayersim.h
src/PilotSubCarriers.cc
src/PilotSubCarriers.h
src/PPDUCreator80211.cc
src/PPDUCreator80211.h
src/PPDUCreatorSimple.cc
src/PPDUCreatorSimple.h
src/PPDUReceiver80211.cc
src/PPDUReceiver80211.h
src/PPDUReceiverSimple.cc
src/PPDUReceiverSimple.h
src/Scrambler.cc
src/Scrambler.h
src/signaldetection/
src/signaldetection/DetectSignal.cc
src/signaldetection/DetectSignal.h
src/signaldetection/DetectSignalLiu.cc
src/signaldetection/DetectSignalLiu.h
src/signaldetection/DetectSignalLiuSmallOpt.cc
src/signaldetection/DetectSignalLiuSmallOpt.h
src/signaldetection/Makefile.am
src/signaldetection/Makefile.in
src/signaldetection/README
src/signaldetection/sources.mk
src/sources.mk
src/standardModelData.h
src/testing/
src/testing/mainTests.cc
src/testing/OdeToJoy.txt
src/testing/TestBitManipulators.cc
src/testing/TestBitManipulators.h
src/testing/TestChannelEstimator.cc
src/testing/TestChannelEstimator.h
src/testing/TestChannelsMain.cc
src/testing/TestChannelsMain.h
src/testing/TestConvEncoding.cc
src/testing/TestConvEncoding.h
src/testing/TestDetection.cc
src/testing/TestDetection.h
src/testing/TestDetectionOpt.cc
src/testing/TestDetectionOpt.h
src/testing/TestInterleaver.cc
src/testing/TestInterleaver.h
src/testing/TestModulator.cc
src/testing/TestModulator.h
src/testing/TestOdeToJoy.cc
src/testing/TestOdeToJoy.h
src/testing/TestPPDUCreator.cc
src/testing/TestPPDUCreator.h
src/testing/TestReceiverNoChannelEffects.cc
src/testing/TestReceiverNoChannelEffects.h
src/testing/TestScrambler.cc
src/testing/TestScrambler.h
src/trials/
src/trials/createPPDU.cc
src/trials/detectionTrial.cc
src/trials/estimatorTrial.cc
src/trials/qpskSimpleTrial.cc
src/trials/qpskTrial.cc
src/trials/README
src/trials/scripts/
src/trials/scripts/octave/
src/trials/scripts/octave/cc_11p_dec.m
src/trials/scripts/octave/cc_11p_enc.m
src/trials/scripts/octave/conv_dec.c
src/trials/scripts/octave/conv_dec.m
src/trials/scripts/octave/conv_dec.mex
src/trials/scripts/octave/conv_dec.mexw32
src/trials/scripts/octave/conv_enc.c
src/trials/scripts/octave/conv_enc.m
src/trials/scripts/octave/conv_enc.mex
src/tria
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.