多抽样率数字信号处理(克劳切)(1986).pdf 希望对大家有帮助
2021-10-25 21:51:41 7.38MB 数字信号处理
1
用Python实现数字信号处理中的DIT_FFT变换,最后以柱状图的形式展示变换后的频域信息。该程序配套《数字信号处理》高西全版本中的程序流图,还有DIF_FFT的程序之后再放。
2021-10-25 16:05:16 1KB python 数字信号处理
1
function varargout = key1(varargin) % KEY1 M-file for key1.fig % KEY1, by itself, creates a new KEY1 or raises the existing % singleton*. % % H = KEY1 returns the handle to a new KEY1 or the handle to % the existing singleton*. % % KEY1('CALLBACK',hObject,eventData,handles,...) calls the local % function named CALLBACK in KEY1.M with the given input arguments. % % KEY1('Property','Value',...) creates a new KEY1 or raises the % existing singleton*. Starting from the left, property value pairs are % applied to the GUI before key1_OpeningFunction gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to key1_OpeningFcn via varargin. % % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one % instance to run (singleton)". % % See also: GUIDE, GUIDATA, GUIHANDLES % Copyright 2002-2003 The MathWorks, Inc. % Edit the above text to modify the response to help key1 % Last Modified by GUIDE v2.5 13-Dec-2009 23:16:54 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_OpeningFcn', @key1_OpeningFcn, ... 'gui_OutputFcn', @key1_OutputFcn, ... 'gui_LayoutFcn', [] , ... 'gui_Callback', []); if nargin && ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT EDIT % --- Executes just before key1 is made visible. function key1_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. % hObject handle to figure % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handle
2021-10-25 14:30:51 25KB 双音多频
1
关于DSP系统设计的一本很权威的书。详细而全面地论述VLSI信号处理中性能优化技术,汇集了VLSI的架构理论与算法,描述了硬件实现层中的各种架构,给出了若干种分析
2021-10-25 14:24:03 43.63MB DSP设计
1
图6.2.6 FIR带阻滤波器幅频特性 (a) 加矩形窗 (b)加汉宁窗 窗函数法设计的主要优点是简单易行,使用方便,计算有公式可循,性能有 表格可查,故很实用。缺点是临界频率难以控制,依赖于窗函数的选择和长度的 选取,是一种非优化设计方法。 6.3 频率采样法设计FIR滤波器 6.3.1 设计的基本思想 由频率采样定理可知,一个有限长序列的频谱在采样率满足采样定理的条 9916.3 频率采样法设计FIR滤波器
2021-10-25 06:14:17 1.99MB 数字信号处理
1
三、切比雪夫滤波器的设计 设计过程: 1)根据要求的滤波器指标确定波纹参数 和阶数N。 2) 求归一化传输函数 。 3) 去归一化。将 代入归一化原型滤波器系统函数,即得到实际滤波器传输函数 。
2021-10-24 22:20:11 10.23MB 数字 信号 时域 频域
1
数字信号处理验证实例基于MATLAB,实现信号分析,信号处理
2021-10-23 14:28:39 3KB 代码
1
7.系统函数、频率响应与冲击响应的关系 定义:离散系统单位冲激响应h(n)的Z 变换称为系统函数。 若系统函数的收敛域包含单位园(即 Rx- < 1 < Rx+ ),则系统是BIBO稳定的。 单位园上计算出的系统函数是系统的频率响应。(单位园上收敛,则当z =ej(单位园)时,Z变换与傅立叶变换DTFT相等)(以后介绍) 绝对可和
2021-10-23 12:45:44 3.7MB 数字信号处理
1
数字信号处理:理论、算法与实现(第二版)配套光盘_胡广书
2021-10-22 19:31:31 195KB 数字信号处理 C语言 FORTRAN MATLAB程序
1
数字信号处理 课后实验题答案 吴镇扬版 数字信号处理 课后实验题答案 吴镇扬版
1