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

diorama-1.1.1

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

  • DEM ReaderDisplay
    一个用VC++编写的DEM数据的读写和显示程序。(a VC DEM data prepared by the reader and display procedures.)
    2006-06-06 17:16:27下载
    积分:1
  • VDAS
    本程序主要包括振动信号采集,时域分析和频域分析等功能。(This program includes a vibration signal acquisition, time domain analysis and frequency domain analysis.)
    2014-11-11 22:00:11下载
    积分:1
  • TimeTransform
    vc 时间戳转换北京时间格式(字符串) 北京时间格式转换时间戳
    2015-12-29 10:52:56下载
    积分:1
  • NICControlClass
    枚举所有网卡、获取设置网卡参数、检查网卡状态、启禁网卡(Enum all NICs,get NIC paramates,check NIC state,enable/disable nic)
    2010-10-13 12:35:40下载
    积分:1
  • example
    几个简单的算法实现程序,比较简单,适合初学者(A few simple algorithm procedure is relatively simple, suitable for beginners)
    2009-11-25 21:33:53下载
    积分:1
  • MyMultiView
    书本实例,我做了好几个钟头,我相信大多数学生还需要它,浩强 铁道出版社 2008(Book examples, I did a couple of hours, I believe that most students need it, and Hao Qiang Railway Press, 2008)
    2010-11-28 16:17:47下载
    积分:1
  • Effective-CPP
    Effective C++ 非常经典的C++书籍,基本上学C++的人没有不知道这本书的。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。(Effective C++ is the classic C++ books, basically learning C++, people do not know this book. The book describes 55 guidelines, each guideline describes a write better C++ way.)
    2011-05-16 23:56:33下载
    积分:1
  • Modem_source
    说明:  用数据库实现串口通讯的源代码,功能比较强大,值得一看。(database using serial communication source code, functions more powerful overseas.)
    2005-11-17 15:29:16下载
    积分:1
  • WSAEventSelect_Test_IO
    关于WSAEventselect模型的使用,这个模型和WSAAsyncselect很相像,但是使用方法还是要注意(About WSAEventselect model used is very similar to the model and WSAAsyncselect, but still have to pay attention to use)
    2010-11-08 17:05:04下载
    积分:1
  • 357486644
    创建桌面图标,VC++经典编程源码,很好的参考资料。(Create a desktop icon, VC++ classic programming source code, a good reference.)
    2013-11-14 11:42:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载