登录
首页 » PDF » MDSP

MDSP

于 2021-03-20 发布 文件大小:1527KB
0 412
下载积分: 1 下载次数: 12

代码说明:

  清华现代数字信号处理参考书籍、课程重点及复习大纲,清华电子工程系张颢(Tsinghua modern digital signal processing reference books, course outlines priorities and review, Tsinghua Electronic Engineering Zhang Hao)

文件列表:

“现代数字信号处理”(III).pdf,92187,2015-10-21
“现代数字信号处理”(II).pdf,95522,2015-10-21
“现代数字信号处理”(IV).pdf,163211,2015-10-21
“现代数字信号处理”(IX_.pdf,230754,2015-12-24
“现代数字信号处理”(I).pdf,117841,2015-10-21
“现代数字信号处理”(VIII).pdf,143672,2015-12-24
“现代数字信号处理”(VII).pdf,143659,2015-12-24
“现代数字信号处理”(VI).pdf,145307,2015-12-24
“现代数字信号处理”(V).pdf,109847,2015-10-27
“现代数字信号处理”(XII_.pdf,141429,2016-01-09
“现代数字信号处理”(XI_.pdf,132608,2016-01-09
“现代数字信号处理”(X_.pdf,149993,2016-01-09

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

发表评论

0 个回复

  • 用python爬虫抓站的一些技巧总结
    用python爬虫抓站的实用技巧,学习python爬虫抓站的实用知识(Practical Skills of Python Crawler Grab Station)
    2019-03-18 09:26:51下载
    积分:1
  • LabVIEW
    使用LabVIEW开发平台编制的程序称为虚拟仪器程序,简称为VI。LabVIEW(Laboratory Virtual instrument Engineering Workbench)是一种图形化的编程语言,它广泛地被工业界、学术界和研究实验室所接受,视为一个标准的数据采集和仪器控制软件。LabVIEW集成了与满足GPIB、VXI、RS-232和RS-485协议的硬件及数据采集卡通讯的全部功能。它还内置了便于应用TCP/IP、ActiveX等软件标准的库函数。这是一个功能强大且灵活的软件。(Using the LabVIEW development platform known as the virtual instrument programmed process, referred to as VI. LabVIEW (Laboratory Virtual instrument Engineering Workbench) is a graphical programming language, it is widely used by industry, academia and research laboratories accepted as a standard data acquisition and instrument control software. LabVIEW integration and satisfaction with GPIB, VXI, RS-232 and RS-485 protocol communications hardware and data acquisition card full functionality. It also has built easy to use TCP/IP, ActiveX software such as standard library functions. This is a powerful and flexible software.)
    2010-03-09 21:07:51下载
    积分:1
  • OUC-Physical-Oceanography-Notes-master
    说明:  中国海洋大学物理海洋学笔记 采用Latex编写(Physical Oceanography Notes Latex)
    2020-12-14 11:21:40下载
    积分:1
  • 4
    说明:  C++ is considered by many to be among the most widely used and powerful object-oriented programming language in industry today. This book is for people who are interested in learning and exploring C++ programming in a fresh and enjoyable environment where programs are developed to interface with real world devices. Other people may leave learning C++ for a later time, instead choosing to interact with various hardware devices by simply running the fully developed programs supplied with this book.
    2010-09-14 21:36:56下载
    积分:1
  • Computer-Scientist
    关于python学习的一本书,可以参考,是英文版的。(A book on python and computer)
    2014-12-18 15:23:31下载
    积分:1
  • The-road-of-QT-learning
    Qt,和 wxWidget 一样,它也是一个标准的 C++库。但是它的语法很类似于 Java 的 Swing,十分清晰,而 且 SIGNAL/SLOT 机制使得程序看起来很明白——这也是我首先选 择 Qt 的一个很重要的方面,因为我是学 Java 出身的 :) 。不过,所谓“成也萧何,败也萧 何”,这种机制虽然很清楚,但是它所带来的后果是你需要使用 Qt 的 qmake 对程序进行预 处理,才能够再使用 make 或者 nmake 进行编译。并且它的界面也不是原生风格的,尽管 Qt 使用 style 机制十分巧妙的模拟了本地界面。另外值得一提的是,Qt 不仅仅运行在桌面环境 中,Qt 已经被 Nokia 收购,它现在已经会成为 Symbian 系列的主要界面技术——Qt 是能够 运行于嵌入式平台的。(Qt, and wxWidget, it is also a standard C++ library. But its syntax is very similar to Java' s Swing, very clear, and SIGNAL/SLOT mechanism makes the program seem to understand- and this is my first choice is a very important aspect of Qt, because I was born to learn Java :). However, the so-called " as also Xiao, also lost" , although this mechanism is clear, but its consequences is that you need to use Qt' s qmake program is preprocessed, it can be reused make or nmake to compile. And its interface is not the native style, despite the use of Qt style very clever mechanism to simulate the local interface. Also worth mentioning is that, Qt only run in the desktop environment, Qt has been acquired by Nokia, it has now become the main interface technology Qt Symbian series is the ability to run on embedded platforms.)
    2016-09-13 20:40:22下载
    积分:1
  • Practical-Clojure
    clojure实战,文字版本的pdf,非常好的电子书(the clojure actual text version pdf, a very good book)
    2013-04-07 12:38:02下载
    积分:1
  • XUE-Saltwater_intrusion_into_the_Changjiang_River
    薛培峰用FVCOM模式模拟长江盐水入侵的案例,很不错,很经典(Xue Peifeng FVCOM simulated by salt water intrusion in the case of the Yangtze River, is very good, very classic)
    2010-12-03 17:01:53下载
    积分:1
  • high-performance-cuda
    本书共分5章:第1章介绍GPU通用计算的发展历程,介绍并行计算的历史、现状以及面临的问题;第2章介绍CUDA的使用方法,帮助理解CUDA的编程模型、存储器模型和执行模型,掌握CUDA程序的编写方法;第3章探讨CUDA硬件架构,深入分析Tesla GPU架构与CUDA通用计算的相互作用:第4章总结CUDA的高级优化方法,对任务划分、存储器访问、指令流效率等课题进行探讨;第5章以丰富的实例展示如何使用CUDA的强大性能解决实际问题。(This book is divided into five chapters: Chapter 1 introduces the development process of general-purpose GPU computing, parallel computing introduces the history, current situation and problems Chapter 2 describes the use of CUDA to help understand the CUDA programming model, the memory model and implementation model, master CUDA program writing method Chapter 3 explores CUDA hardware architecture, in-depth analysis of Tesla GPU architecture and CUDA general-purpose computing interactions: Chapter 4 summarizes the CUDA advanced optimization methods, the division of tasks, memory access, instruction stream efficiency and other topics were discussed Chapter 5 with abundant examples show how to use CUDA strong performance to solve practical problems.)
    2013-11-04 18:44:09下载
    积分:1
  • complex networks
    复杂网络的英文书籍,对于研究复杂网络的科研人员具有一定的参考价值。(English books in complex networks have a certain reference value for researchers studying complex networks.)
    2018-01-08 16:06:57下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载