当前位置:网站首页>[digital signal processing] discrete time signal (analog signal, discrete time signal, digital signal | sampling leads to time discrete | quantization leads to amplitude discrete)
[digital signal processing] discrete time signal (analog signal, discrete time signal, digital signal | sampling leads to time discrete | quantization leads to amplitude discrete)
2022-06-27 14:47:00 【Hanshuliang】
List of articles
One 、 analog signal 、 Discrete time signals 、 digital signal
Time is continuity Of , The amplitude is also continuity Of , The signal is analog signal or Continuous time signal ;
Time is discrete Of , The range is continuity Of , The signal is Discrete time signals ;
Time is discrete Of , The range is discrete Of , The signal is digital signal ;
Two 、 Sampling leads to time dispersion
Sampling leads to time dispersion :
Time dispersion is caused by sampling , Such as audio sampling 44100 Hz , One second sampling 44100 Audio samples , Even so , Time is also discrete ;
Time is discrete , If the amplitude is continuous , Description: values can be taken f ( t ) f(t) f(t) Corresponding y y y Any point on the axis , The signal is Discrete time signals ;
3、 ... and 、 Quantization leads to amplitude dispersion
Quantization leads to amplitude dispersion :
Dispersion of amplitude , refer to , Sampling value of the signal , Can only be given a few values , Such as audio sampling bits 8 position , Then the value range of audio sampling can only be 0 ~ 2 8 2^8 28 Between the value of the , Cannot take value 0.0001 This value ;
The following figure The signal on the left yes Discrete time signals , Its time is discrete , The time value can only be Integers , however The amplitude value can be 52 ~ 64 Any value between , Such as 0.0001 Value ;
The following figure Signal on the right yes digital signal , Its time and amplitude are discrete , The time value can only be Integers , The range value can only be an integer ;
take Continuous amplitude value To Discrete amplitude values The process of quantitative ;
边栏推荐
- R language triple becomes matrix matrix becomes triple
- 现在开户有优惠吗?网上开户是否安全么?
- 基于Vue+Node+MySQL的美食菜谱食材网站设计与实现
- Redis CacheClient
- What kind of experience is it to read other people's code
- 巧用redis实现点赞功能,它不比mysql香吗?
- Nvidia Deepstream 运行延迟,卡顿,死机处理办法
- Reflection learning summary
- Overseas warehouse knowledge popularization
- American chips are hit hard again, and another chip enterprise after Intel will be overtaken by Chinese chips
猜你喜欢
Julia1.1 installation instructions
CAS之比较并交换
[WUSTCTF2020]girlfriend
请求一下子太多了,数据库危
CAS comparison and exchange
Leetcode 724. Find the central subscript of the array (yes, once)
Design and implementation of reading app based on Web Platform
【微服务|Sentinel】热点规则|授权规则|集群流控|机器列表
PostgreSQL 15新版本特性解读(含直播问答、PPT资料汇总)
Rereading the classic: the craft of research (1)
随机推荐
Principle Comparison and analysis of mechanical hard disk and SSD solid state disk
522. 最长特殊序列 II / 剑指 Offer II 101. 分割等和子集
[an Xun cup 2019]attack
Resolve activity startup - lifecycle Perspective
Fundamentals of software engineering (I)
How to change a matrix into a triple in R language (i.e. three columns: row, col, value)
AQS抽象队列同步器
NLP - monocleaner
Pycharm安装与设置
Pri3d: a representation learning method for 3D scene perception using inherent attributes of rgb-d data
Daily question 3 (2): check binary string field
Hyperledger Fabric 2. X custom smart contract
June 27, 2022 Daily: swin transformer, Vit authors and others said: a good basic model is the simple pursuit of CV researchers
隐私计算FATE-离线预测
Integration of entry-level SSM framework based on XML configuration file
【mysql进阶】MTS主从同步原理及实操指南(七)
Nvidia Deepstream 运行延迟,卡顿,死机处理办法
Calcul de la confidentialité Fate - Prévisions hors ligne
阅读别人的代码,是一种怎样的体验
Design and implementation of food recipe and ingredients website based on vue+node+mysql