A. 基本訊號與系統 1. Discrete-time (DT) signal and system 2. LTI system 3. DT Fourier transform  B. Z轉換 1. Z-transform 2. Region of convergence 3. Inverse Z-transform  C. 取樣分析 1. Periodic sampling 2. Signal reconstruction 3. Discrete-time processing  D. 多率系統 1. Changing the sampling rate 2. Multirate signal processing 3. Oversampling and noise shaping  E. 頻域分析 1. Frequency responses of LTI systems 2. All-pass systems 3. Minimum-phase and linear-phase systems  F. 數字系統架構 1. Structures for IIR and FIR systems 2. Lattice filter 3. Quantization effect 4. Round-off noise effect   G. 濾波器設計 1. IIR filter design 2. FIR filter design 3. Optimal filter design  H. 離散傅立業轉換 1. Discrete Fourier series 2. Discrete Fourier transform (DFT) 3. Linear convolution using DFT  4. The discrete cosine transform (DCT)  I. 快速傅立業轉換 1. Decimation-in-time FFT 2. Decimation-in-freq. FFT 3. Convolution approach   
2022-05-09 09:41:42 18.29MB DSP
1
PyCBC教程:有关如何使用PyCBC核心库分析引力波数据的教程和示例
2022-05-08 14:41:06 10.9MB python astronomy signal-processing jupyter-notebook
1
Multiscale Transforms with Application to Image Processing 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2022-05-06 19:07:49 3.75MB Multiscale Transforms Application Image
1
使用OpenCV和CNN进行图像分割 使用OpenCV(和深度学习)进行图像分割
1
ICPT 软件的主要目的是减少从 CODE 的 ftp 服务器下载 IONEX 文件所浪费的时间,并在用户提供的特定给定日期附近的几天内生成 ∆VTEC 地图。
2022-05-06 16:43:52 18KB 开源软件
1
This exploratory paper quests for a stochastic and context sensitive grammar of images. The grammar should achieve the following four objectives and thus serves as a unified framework of representation, learning, and recognition for a large number of object categories. (i) The grammar represents both the hierarchical decompositions from scenes, to objects, parts, primitives and pixels by terminal and non-terminal nodes and the contexts for spatial and functional relations by horizontal links between the nodes. It formulates each object category as the set of all possible valid configurations produced by the grammar. (ii) The grammar is embodied in a simple And–Or graph representation where each Or-node points to alternative sub-configurations and an And-node is decomposed into a number of components. This representation supports recursive top-down/bottom-up procedures for image parsing under the Bayesian framework and make it convenient to scale up in complexity. Given an input image, the image parsing task constructs a most probable parse graph on-the-fly as the output interpretation and this parse graph is a subgraph of the And–Or graph after * Song-Chun Zhu is also affiliated with the Lotus Hill Research Institute, China. making choice on the Or-nodes. (iii) A probabilistic model is defined on this And–Or graph representation to account for the natural occurrence frequency of objects and parts as well as their relations. This model is learned from a relatively small training set per category and then sampled to synthesize a large number of configurations to cover novel object instances in the test set. This generalization capability is mostly missing in discriminative machine learning methods and can largely improve recognition performance in experiments. (iv) To fill the well-known semantic gap between symbols and raw signals, the grammar includes a series of visual dictionaries and organizes them through graph composition. At the bottom-level the dictionary is a set of image primitives each having a number of anchor points with open bonds to link with other primitives. These primitives can be combined to form larger and larger graph structures for parts and objects. The ambiguities in inferring local primitives shall be resolved through top-down computation using larger structures. Finally these primitives forms a primal sketch representation which will generate the input image with every pixels explained. The proposal grammar integrates three prominent representations in the literature: stochastic grammars for composition, Markov (or graphical) models for contexts, and sparse coding with primitives (wavelets). It also combines the structure-based and appearance based methods in the vision literature. Finally the paper presents three case studies to illustrate the proposed grammar.
2022-05-06 16:13:24 7.92MB image processing image grammar
1
太空飞行迷你游戏:用Processing编写的小型游戏。 在舒适的太空船中享受深空飞行的乐趣,但不要忘记躲避小行星!
2022-05-05 20:55:53 11.11MB game processing sketch space
1
一本有关多抽样率信号处理和应用有关的好书。 多速率数字信号处理的经典书籍。
2022-05-05 11:39:50 20.33MB Multirate Filter DSP MATLAB
1
使用Python进行动手图像处理 这是Packt发布的“ 进行的代码存储库。 用于高级图像分析和有效解释图像数据的专家技术 这本书是关于什么的? 图像处理在我们的日常生活中扮演着重要角色,它在社交媒体(面部检测),医学成像(X射线,CT扫描),对机器人技术和太空的安全性(指纹识别)等各种应用中发挥着重要作用。 本书将触及图像处理的核心,从概念到使用Python的代码。 本书涵盖以下激动人心的功能: 在Python中执行基本的数据预处理任务,例如图像去噪和空间滤波 在Python中实现快速傅立叶变换(FFT)和频域滤波器(例如Weiner) 进行形态图像处理并使用不同的算法对图像进行分割 学习从图像中提取特征并匹配图像的技术 编写Python代码以实现用于图像处理的有监督/无监督机器学习算法 使用深度学习模型进行图像分类,分割,对象检测,转移学习和神经样式转移 如果您觉得这本书适
2022-05-05 10:08:27 117.31MB JupyterNotebook
1
印第安手语识别 您好,该存储库包含用于识别印度手语(ISL)手势的python实现。 由于研究较少,因此网络上没有可用的标准数据集。 因此,我们决定创建自己的手势图像。 ISL数据集包含所有字母(AZ)和数字(1-9),总类别=35。每个类别具有1200张图像。 由于涉及两只手并且由于复杂性,ISL手势实际上很难识别。 为了对图像进行分类,已使用SVM实现了词袋(弓)模型。 70:30的比例已用于训练和测试拆分。 使用这种方法,模型可以提供大约99%的准确度,而错误率却非常低。 手势 数据集中使用的所有手势均在下图所示的带有标签的图像中。 必需的设置 python 2.7(不适用于较高版本,因为openCV不支持SURF功能) opencv-python的== 3.4.2.16 opencv-contrib-python == 3.4.2.16 麻木 盗用者 执行 该实现遵循以下几个
1