登录
首页 » Visual C++ » diorama-1.1.1

diorama-1.1.1

于 2021-03-17 发布 文件大小:2169KB
0 187
下载积分: 1 下载次数: 123

代码说明:

  DRM发射和接收端完整仿真,包括编解码,同步(时间同步和频率同步),调制解调,均衡等(DRM-side transmitting and receiving a complete simulation, including the coding and decoding, synchronized (time synchronization and frequency synchronization), modulation and demodulation, balanced, etc.)

文件列表:

diorama-1.1.1
.............\about.m
.............\changes.txt
.............\channel_decoding.m
.............\htm" target=_blank>COPYING
.............\Create_FAC_Demapper.m
.............\Create_MSC_Demapper.m
.............\Create_SDC_Demapper.m
.............\demodulation_and_equalization.m
.............\diorama.m
.............\equalization_init.m
.............\get_frequency_offset_integer.m
.............\get_ofdm_symbol.m
.............\get_ofdm_symbol_sync.m
.............\get_robustness_mode.m
.............\get_SDC_data.m
.............\get_symbol_index.m
.............\input_data_reading.m
.............\INSTALL
.............\output_data_writing.m
.............\plot_channelestimation.m
.............\plot_constellations.m
.............\plot_input_spectrum.m
.............\plot_snr_spectrum.m
.............\plot_synchronisation.m
.............\radio_gui.m
.............\radio_gui.mat
.............\htm" target=_blank>README
.............\settings.m
.............\settings_handler.m
.............\setup.m
.............\show_signal_info.m
.............\sounds
.............\......\blurb_24kHz.wav
.............\......\noise_filtered_48kHz_mono.wav
.............\......\schluerf_400ms_24kHz_mono.wav
.............\source_decoding.m
.............\src
.............\...\aac_decoding
.............\...\............\drm_aacdecode.c
.............\...\............\drm_aacdecode_test.m
.............\...\............\faad2
.............\...\............\.....\aacDECdrop
.............\...\............\.....\..........\aacDECdrop
.............\...\............\.....\..........\..........\aacDECdrop.dsp
.............\...\............\.....\..........\..........\aacDECdrop.dsw
.............\...\............\.....\..........\..........\aacDECdrop.sln
.............\...\............\.....\..........\..........\aacDECdrop.vcproj
.............\...\............\.....\..........\..........\CVS
.............\...\............\.....\..........\..........\...\Entries
.............\...\............\.....\..........\..........\...\Repository
.............\...\............\.....\..........\..........\...\Root
.............\...\............\.....\..........\audio.c
.............\...\............\.....\..........\audio.h
.............\...\............\.....\..........\CVS
.............\...\............\.....\..........\...\Entries
.............\...\............\.....\..........\...\Repository
.............\...\............\.....\..........\...\Root
.............\...\............\.....\..........\decode.c
.............\...\............\.....\..........\decode.h
.............\...\............\.....\..........\decthread.c
.............\...\............\.....\..........\decthread.h
.............\...\............\.....\..........\main.c
.............\...\............\.....\..........\misc.c
.............\...\............\.....\..........\misc.h
.............\...\............\.....\..........\resource





.............\...\............\.....\..........\........\AAC05.bmp
.............\...\............\.....\..........\........\AAC06.bmp
.............\...\............\.....\..........\........\AAC07.bmp
.............\...\............\.....\..........\........\AAC08.bmp
.............\...\............\.....\..........\........\CVS
.............\...\............\.....\..........\........\...\Entries
.............\...\............\.....\..........\........\...\Repository
.............\...\............\.....\..........\........\...\Root
.............\...\............\.....\..........\resource.h
.............\...\............\.....\..........\Script.rc
.............\...\............\.....\..........\wave_out.c
.............\...\............\.....\..........\wave_out.h
.............\...\............\.....\htm" target=_blank>AUTHORS
.............\...\............\.....\htm" target=_blank>bootstrap
.............\...\............\.....\htm" target=_blank>ChangeLog
.............\...\............\.....\common
.............\...\............\.....\......\CVS
.............\...\............\.....\......\...\Entries
.............\...\............\.....\......\...\Repository
.............\...\............\.....\......\...\Root
.............\...\............\.....\......\faad
.............\...\............\.....\......\....\aacinfo.c
.............\...\............\.....\......\....\aacinfo.dsp
.............\...\............\.....\......\....\aacinfo.dsw
.............\...\............\.....\......\....\aacinfo.h
.............\...\............\.....\......\....\aacinfo.sln
.............\...\............\.....\......\....\aacinfo.vcproj
.............\...\............\.....\......\....\CVS
.............\...\............\.....\......\....\...\Entries

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ShadowDemo
    很好的窗口阴影的实现, 支持MFC或SDK, 类已经封装好.(The realization of the shadow of the window well to support MFC or SDK, class has a good package.)
    2011-09-27 17:31:29下载
    积分:1
  • code
    一种利用硬盘序列号对自开发软件的简单且有效的加密注册方法,适用于发布量不大、尤其不公开发行的专用工程软件。主要目的:为使开发者的软件不被任意复制使用,用户每装一台机器都需要向开发者报知用户号并索取注册号。基本原理:将硬盘序列号做运算后做为用户号,开发者可利用科学型计算器,根据用户报知的用户号和只有自己知道的密钥直接算出注册码返回给用户;用户端不需注册机,开发者也不需解码器,且注册成功后Windows系统会自动保存,以后无需再注册,软件升级也无需重新注册。 所附VC源代码中有实现方法和详细注释。(A use of hard disk serial number from the development of software for simple and efficient encryption registration method is not applicable to the amount released, especially not publicly released a dedicated engineering software. The main purpose: to enable software developers to use not to be arbitrarily copied, each user needs to install a machine to developers informing the user number and request a registration number. Rationale: The hard disk serial number as user numbers do after the operation, developers can take advantage of the scientific calculator, directly calculated by the license is returned to the user based on the user notification of user numbers and only you know the key client without RI, developers also need a decoder, and after successful registration Windows system will automatically save the future without re-registration, software upgrades without having to re-register. There annexed VC source code implementation and detailed notes.)
    2014-03-25 17:57:13下载
    积分:1
  • STK-develop
    SIM卡为表示能够执行proactive command且支持SAT,它必须在文件EFphaseTKG EFsst中有相关数据。 Phase文件指的是SIM卡所支持的GSM标准的级数,值为3则指SIM卡支持GSM phase 2和设置下传功能(profile download)。SST文件包含支持哪些GSM性能的准确信息。(SIM card that can support the implementation of proactive command and the SAT, it must file EFphaseTKG EFsst have relevant data. Phase document refers to the SIM card supports the GSM standard series, a value of 3 means the SIM card supports the GSM phase 2 and settings transfer function (profile download). SST file which contains support for GSM performance of accurate information.)
    2011-06-16 12:44:25下载
    积分:1
  • VC++6
    VC++6编程方法非常不错的资料了哦,对初学者特别有帮助哦!(VC++ 6 programming method is very good information on the Oh, is particularly helpful for beginners Oh!)
    2020-06-26 02:40:02下载
    积分:1
  • Vision-to-webcamera
    Labview的程序源代码SimplyModbusTCP1.3.6SimplyModbusTCP1.3.6(Labview Labview program source code of the program source code Labview program source code program source code Labview Labview program source code)
    2014-01-07 09:46:48下载
    积分:1
  • ProcessMonitor
    1、实时监控各个exe所做的行为;2、实时监控exe的启动和退出;3、该代码为微软的SysinternalsSuite中的Process Monitor v1.0版本源码;4、工程项目已转化为vs2010(1, real-time monitoring of individual behavior made ​ ​ exe 2, real-time monitoring exe startup and exit 3, the code for Microsoft s SysinternalsSuite the Process Monitor v1.0 version of the source code 4, the project has been converted to vs2010)
    2013-12-23 18:34:50下载
    积分:1
  • USB-ch375-chip-sample-program
    一个基于USB CH375芯片的样例程序(A chip-based USB CH375 sample program)
    2011-08-12 13:53:19下载
    积分:1
  • 9754567
    在程序启动时弹出文件打开对话框,VC++编程精选学习源码,很好的参考资料。(In the open dialog box when the program starts up the file, select learning VC++ programming source code, a good reference.)
    2013-11-20 11:24:59下载
    积分:1
  • UDiskFilter
    说明:  U盘过滤驱动系统源代码主要是用DDK来实现的(U disk drive system source code filter is mainly used to realize the DDK)
    2008-09-30 16:09:26下载
    积分:1
  • CPP-code-style
    非常经典的C++编码规范,可供项目组参考使用 (The encoding specification very classic C++ available for the project team reference)
    2012-09-25 21:26:55下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载