登录
首页 » Python » kpdf

kpdf

于 2018-12-25 发布
0 186
下载积分: 1 下载次数: 1

代码说明:

说明:  fsk调制程序,用于软件无线电原理及应用课程等的程序(FSK modulation program for software radio principles and Applications)

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

发表评论

0 个回复

  • 基于FPGA的O_QPSK调制解调器设计_陶佰睿
    说明:  利用 Quartus II和 ModelSim 软件,基于 EP2C35芯片 FPGA 开发平台,通过 Verilog-HDL语言,完成了 O-QPSK 调 制解调器的设计。该设计具有结构简单占用芯片面积少便于生成IP核等优点。 电路与系统的仿真结果表明,所预期的功能均已实现,该方法适合在无线传感器 网络及低功耗通信集成电路设计中应用。(Using QuartusII and Modelsim software, based on ep2c35 chip FPGA development platform, the O-QPSK modem is designed by Verilog-HDL language. The design has the advantages of simple structure, less chip area and easy to generate IP core. The simulation results of the circuit and the system show that the expected functions have been realized, and the method is suitable for the design of wireless sensor networks and low-power communication integrated circuits.)
    2019-12-04 13:20:21下载
    积分:1
  • tsmc18rf2016
    说明:  TSMC 018 for ADS2016
    2020-09-22 10:57:50下载
    积分:1
  • sx1262驱动程序基于STM32F103
    说明:  基于stm32f103的lora驱动,芯片为sx1276,已验证可以使用(it is use sx1276 to make the f103 to work)
    2020-11-16 16:39:41下载
    积分:1
  • bishe
    MATLAB环境中进行了模拟ADS-B的S模式数据传输流程的仿真实验,在模拟不同的信道环境下对比仿真结果,进行了分析(In the MATLAB environment, the simulations of ADS-B S-mode data transmission flow are simulated, and the simulation results are simulated in different channel environments.)
    2017-04-13 08:46:58下载
    积分:1
  • 一个简单的五子棋程序,通过此程序,您可以了解到一些Windows下的游戏的编程方法。...
    一个简单的五子棋程序,通过此程序,您可以了解到一些Windows下的游戏的编程方法。-Gobang a simple procedure, through this procedure, you can understand that some of the game under Windows programming method.
    2022-07-24 19:03:41下载
    积分:1
  • IEEE_030_powerworld
    The IEEE 30-bus modified test system has 6 synchronous machines with IEEE type-1 exciters, 4 of which are synchronous compensators, 36 buses, 37 transmission lines, 10 transformers and 21 constant impedance loads. The total load demand is 283.4 MW and 126.2 MVAr.
    2020-07-03 02:20:02下载
    积分:1
  • jianpan-shumaguan
    lpc2103嵌入式的键盘、数码管混合程序编写,有图有仿真(lpc2103 embedded keypad, digital hybrid programming, there are pictures and Simulation)
    2013-08-18 09:59:30下载
    积分:1
  • 新建 WinRAR 压缩文件
    支持包,实现android的邮件自动发送(Support packages for automatic mail delivery of Android)
    2017-12-27 10:36:43下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • snake
    很简单的贪吃蛇,用的都是WINDOWS的API,不过是早期写的,可能可读性上差点,新手可以看(Snake is very simple)
    2011-07-09 18:38:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载