技术教育社区
www.teccses.org

数字信号处理实验教程-(第2版)

封面

作者:李莉

页数:231

出版社:清华大学出版社

出版日期:2015

ISBN:9787302394006

电子书格式:pdf/epub/txt

内容简介

《21世纪高等学校电子信息工程规划教材:数字信号处理实验教程(第2版)》针对工程应用型本科专业的实验教学特点,注重数字信号处理的基本理论、基本算法的MATLAB实现,倡导有条件的双语教学、践行个性化的分层教学新理念。通过典型的实例MATLAB程序帮助读者理解和掌握基础理论的基本应用,激发学生的自主学习兴趣。《21世纪高等学校电子信息工程规划教材:数字信号处理实验教程(第2版)》第一部分(实验1~实验6)为基础实验,侧重基本MATLAB语言介绍、基本信号概念和系统原理,是用英文撰写的。由于课程教材一般为中文,实践环节的这种安排既能保证学生对基本概念和基础理论算法的理解掌握,又培养了学生的英文应用能力。第二部分(实验7~实验13)为专题实验,是用中文撰写的。专题实验内容循序渐进,通过各专题的相关子课题,引导有兴趣的学生进行综合性、设计性实验研究。根据实验教学要求可对两部分实验内容进行选择,作为必做实验或课外拓展综合设计选做实验。

本书特色

针对工程应用型本科专业的教学特点,注重数字信号分析和数字处理系统的基本原理验证和算法综合实现;实验均在通用计算机平台上,用MATLAB语言编程实现;为课程实践环节尝试双语教学提供了参考教材;便于践行个性化、分层教学的新理念。

目录

第一部分 基础实验Laboratory 1 Generate and Plot Basic Digital Signals with MATLAB1.1 Overview and goal1.2 Pre-knowledge1.2.1 Basic knowledge about MATLAB1.2.2 Unit impulse sequence1.2.3 Unit step sequence1.2.4 Exponential sequences1.2.5 Sinusoidal sequences1.3 Using the MATLAB command1.4 Experiments1.4.1 Unit impulse sequence and unit step sequence1.4.2 Exponential sequences1.4.3 Sinusoidal sequence1.4.4 QuestionsLaboratory 2 Time Domain Representations of LTI Discretetime System2.1 Overview and goal2.2.1 Unit impulse and unit step responses to a LTI digital system2.2.2 The response y(n) of LTI discrete-time system to an arbitrary input x(n)2.2.3 The finite impulse response and the infinite impulse response systems2.3 Using the MATLAB command2.4 Experiments2.4.1 Calculating the impulse response to a linear time-invariant discrete time system2.4.2 Convolution2.4.3 The interpretation of the concept of filtering2.4.4 QuestionsLaboratory 3 Transform Domain Representations of Digital Signals3.1 Overview and goal3.2 Pre-knowledge3.2.1 Definition of discrete time Fourier transform3.2.2 Definition of discrete Fourier transform3.3 Using the MATLAB command3.4 Experiments3.4.1 Calculating the discrete time Fourier transform3.4.2 Calculating the discrete Fourier transform3.4.3 QuestionsLaboratory 4 Transform Domain Representations of LTI Discrete Time System4.1 Overwew and goal4.2 Pre-knowledge4.2.1 Z transform4.2.2 The input and output relationship of a digital system in different domains4.2.3 Transfer function and system function4.2.4 Zeros and poles of a digital system4.3 Using the MATLAB command4.4 Experiments4.4.1 Frequency response of a digital systemLaboratory 5 Implementation of Digital Filters5.1 Overview and goal5.2 Pre-knowledge5.2.1 Basis of digital filters5.2.2 IIR filter design5.2.3 FIR filter design5.3 Using the MATLAB command5.3.1 MATLAB commands for estimating order to a filter5.3.2 MATLAB commands for design an IIR filter5.3.3 MATLAB commands for produce a length-L window5.3.4 MATLAB commands for design a FIR filter5.4 Experiments5.4.1 Design butterworth IIR filters5.4.2 Design FIR filter based on Blackman window5.4.3 QuestionsLaboratory 6 Filtering Digital Signals6.1 Overview and goal6.2 Pre-knowledge6.2.1 MATLAB implement of discrete time linear time invariance systems6.2.2 Properties of discrete-time linear time-invariance systems6.2.3 Data preparation for laboratory6.3 Experiments6.3.1 Pre-experiment study6.3.2 The design of cascade systems6.3.3 Study the first-difference system6.3.4 Study five-point moving averager6.3.5 Study cascade system 16.3.6 Study cascade system 26.3.7 Comparisons of the two cascade systems6.3.8 Filtering the audio signal with h16.3.9 Filtering the audio signal with h26.3.1 0 Listen to and discuss effect of filtering the audio signal第二部分 专题实验实验7 取样与恢复7.1 频谱混叠研究7.1.1 基本原理7.1.2 实验内容7.1.3 实验报告要求7.2 非有限时长信号取样7.2.1 基本原理7.2.2 实验内容7.2.3 实验报告要求7.3 理想采样、平顶采样、自然采样对原信号频谱的影响7.3.1 基本原理7.3.2 实验内容7.3.3 实验报告要求实验8 离散时间系统与卷积8.1 线性卷积运算8.1.1 基本原理8.1.2 实验内容8.1.3 实验报告要求8.2 滤波的思想实现卷积8.2.1 基本原理8.2.2 实验内容8.2.3 实验报告要求8.3 圆周卷积8.3.1 基本原理8.3.2 实验内容8.3.3 实验报告要求8.4 分段卷积8.4.1 基本原理8.4.2 实验内容8.4.3 实验报告要求8.5 卷积的应用8.5.1 基本原理8.5.2 实验内容8.5.3 实验报告要求实验9 系统函数与Z变换9.1 数字系统的系统函数研究9.1.1 基本原理9.1.2 实验内容9.1.3 实验报告要求9.2 数字周期波形发生器9.2.1 基本原理9.2.2 实验内容9.2.3 实验报告要求9.3 求解数字系统时域输入输出差分方程9.3.1 基本原理9.3.2 实验内容9.3.3 实验报告要求实验10 DFT/FFT10.1 矩形窗和汉明窗10.1.1 窗函数基础知识10.1.2 实验内容10.1.3 实验报告要求10.2 DTMF信号分析10.2.1 DTMF信号基本概念10.2.2 实验内容10.2.3 实验报告要求10.3 DFT/FFT在频谱分析中的应用10.3.1 基础知识10.3.2 实验内容10.3.3 实验报告要求实验11 数字滤波器的实现11.1 滤波器设计的基础知识11.2 IIR滤波器系统函数、I/O差分方程和实现结构11.2.1 基础理论11.2.2 直接型和级联型滤波器系统函数间的互相转换11.2.3 无限单位取样脉冲响应滤波器设计11.2.4 实验内容11.2.5 实验报告要求11.3 FIR滤波器的设计11.3.1 FIR滤波器基本特性11.3.2 FIR滤波器设计方法介绍11.3.3 窗函数法设计步骤11.3.4 利用fir1和fir2函数进行有限单位取样脉冲响应 滤波器设计11.3.5 实验内容11.3.6 实验报告要求实验12 应用研究——数字音响12.1 波形表数字振荡器12.1.1 波形表数字振荡器基本原理12.1.2 实验内容12.1.3 实验报告要求12.2 波形表法调幅和调频12.2.1 波形表法实现调幅、调频的原理12.2.2 基于波形表振荡器设计AM信号发生器12.2.3 基于波形表振荡器设计FM信号发生器12.2.4 实验内容12.2.5 实验报告要求12.3 序列延迟在数字音响合成中的应用12.3.1 序列延迟产生简单音响效果的基本原理12.3.2 实验内容12.3.3 实验报告要求12.4 数字反射器及其回响时间常数12.4.1 反射及回响时间常数12.4.2 简单的数字反射器12.4.3 低通反射器12.4.4 实验内容12.4.5 实验报告要求12.5 (反射)延迟单元12.5.1 简单反射多重延迟原理12.5.2 低通反射多重延迟原理12.5.3 实验内容12.5.4 实验报告要求12.6 高阶多重延迟的音响效果12.6.1 高阶多重延迟的结构原理12.6.2 高阶多重延迟的实现例子12.6.3 实验内容12.6.4 实验报告要求12.7 压缩器和扩展器12.7.1 压缩器和扩展器的基本原理12.7.2 压缩器和扩展器的稳态输入输出关系12.7.3 动态范围处理器的实现结构12.7.4 实验内容12.7.5 实验报告要求实验13 应用研究——数字图像处理13.1 平滑滤波器13.1.1 基本原理13.1.2 实验内容13.1.3 实验报告要求13.2 锐化滤波器13.2.1 基本原理13.2.2 实验内容

下载地址

立即下载

(解压密码:www.teccses.org)

Article Title:《数字信号处理实验教程-(第2版)》
Article link:https://www.teccses.org/558536.html