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

diorama-1.1.1

于 2021-03-17 发布 文件大小:2169KB
0 171
下载积分: 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 个回复

  • ch3
    水晶报表VC实例,实例主要实现了水晶报表的按组字段分类,按字段排序,以及检索功能(CrystalReports)
    2010-06-23 20:51:18下载
    积分:1
  • vb5
    VB源码:ASCII码转换器源代码,任意字符的ASCII码转换工具,基于VB6的源代码,可以把任意字符(数字、字母、汉字)转化成ascii码,也可以把ascii码还原成最初的字符。(VB source code: ASCII code converter source code of any character ASCII code conversion tools, based on VB6 source code, you can put any characters (numbers, letters, Chinese characters) into ascii code ascii code can also restore the original character .)
    2015-06-26 11:28:36下载
    积分:1
  • neural1
    VB6 類神經網路運算 針對多點輸入及多點輸出(VB6 neural MULTI INPUT/OUTPUT)
    2015-03-28 16:16:22下载
    积分:1
  • arts_debug
     调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。(Debugging for is vital to the success of the software, the proper use of appropriate debugging tool can improve the efficiency of discovery and correct mistakes. Book introduces in detail three kinds of debugger, GDB for tracking procedures, set breakpoints, line by line check variables and checking their specific time execution of DDD is popular the GDB GUI front-end, and eclipse provides a complete integrated development environment. The book not only cooperate with examples to discuss how to manage the memory, understanding, memory dump and trace program error, more covers other similar books ignore themes, such as threads, client/server, GUI, and the parallel program, debugging and how to avoid common pitfalls.)
    2013-08-03 14:53:53下载
    积分:1
  • ASP-Online-Examination-System
    简单实用的ASP在线考试程序,可以用于企事业单位的培训考核,班级学生小测验等。(Very easy to use ASP online testing program, can be used for the training and examination of the enterprises and institutions, students in class quiz)
    2012-12-04 15:38:59下载
    积分:1
  • luiliangfenxi
    简单的流量分析程序,用VC++编写,代码简练,方便理解。(Simple traffic analysis program written using VC++, code concise, easy to understand.)
    2010-12-22 20:20:42下载
    积分:1
  • PuncturedConvolutionalCodes
    删除卷积码的译码算法,分析其删除原理,给出常用删除模式(Punctured Convolutional code decoding algorithms, to analyze the deletion of principle, given the deletion of common mode)
    2009-06-09 23:34:30下载
    积分:1
  • HCTL-2032-Encoder
    1 两路编码器输入通道 2 采用专用编码器计数芯片完成计数工作 3 与上位机串口通讯(1 two-way encoder input channel 2 using a dedicated encoder chip count as counting work 3 serial communication with the host computer)
    2016-01-19 16:02:28下载
    积分:1
  • VC_UI_programing
    VC界面类编程技巧 很多十分有用的实例 包括VC编程实现IE风格的界面 用Visual C++实现带阴影弹出窗口的技术 创建一个不规则形状的窗口等等(VC interface class programming skills a lot of very useful examples include the VC-style interface IE programming Visual C++ implementation with shaded pop-up window technology to create an irregular shape of the window, etc.)
    2010-09-13 13:23:26下载
    积分:1
  • ImageCroppingDemo
    image cropping ad asd
    2009-10-06 23:01:42下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载