登录
首页 » matlab » aliasingfilter

aliasingfilter

于 2009-04-08 发布 文件大小:15KB
0 259
下载积分: 1 下载次数: 44

代码说明:

  1)设计Butterworth型音频抗混叠滤波器; 2)参数: 下通带频率300Hz;上通带频率3400Hz; 下阻带频率280Hz;上阻带频率3600Hz; 通带最大衰减0.3dB; 阻带最小衰减40dB; 3)采用一低通滤波器和一高通滤波器级联; 4)分别确定LPF和HPF的性能指标; 5)求出两滤波器的系统函数和频率响应,并画出其幅频特性曲线; 6)求整个滤波器的系统函数和频率响应,并画出其幅频特性曲线。(1) the design of Butterworth-type audio anti-aliasing filter 2) parameters: passband frequency of 300Hz on pass-band frequency 3400Hz under the stop-band frequency of 280Hz on stop-band frequency 3600Hz passband maximum attenuation of 0.3dB minimum stopband attenuation of 40dB 3) the use of a low-pass filter and a high-pass filter cascade 4) separately to determine the performance of LPF and HPF target 5) to derive two-filter system function and frequency response, and draw its increase frequency characteristic curve 6) for the entire filter system function and frequency response, and draw its amplitude-frequency characteristic curve.)

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

发表评论

0 个回复

  • TargetMotionParameterEstimation-
    步进频率雷达目标的运动参数估计 (Target Motion Parameter Estimation of stepped- frequency radar)
    2020-07-03 23:00:02下载
    积分:1
  • LMS
    自适应的LMS算法及其应用 本实验通过一个二阶自回归过程来研究实时数据集平均对LMS算法的影响 包含MATLAB代码(LMS algorithm)
    2021-05-06 18:58:37下载
    积分:1
  • MPSK_Grayencoded
    M-PSk(M=2,4,8)-grayencoded, in AWGN channel,plot BER and SER, compare it with theorical results
    2020-10-31 04:09:55下载
    积分:1
  • LFM
    脉冲压缩的匹配滤波。目标距离分别为10米,30米和100米,对于未压缩的脉冲,三个回波信号混叠在一起,不能分辨,而经过脉冲压缩的脉冲信号则可通过匹配滤波收到3个回波信号(Matched filtering for pulse compression.Target distances are 10 metres, 30 metres and 100 metres, respectively. For uncompressed pulses,The three echo signals are overlapped and can not be distinguished. While pulse compression can distinguish three echo signals after matched filtering)
    2021-04-15 20:38:54下载
    积分:1
  • 基于深度学习的OFDM多载波系统信道估计channel-estimate-master
    说明:  基于深度学习的OFDM多载波系统信道估计(Channel estimation for OFDM multi carrier system based on deep learning)
    2020-07-19 13:42:56下载
    积分:1
  • 2×2的alamouti方案实现
    说明:  可直接函数调用,根据Alamouti原始论文编写,双发双收。支持BPSK、QPSK、16QAM仿真的即时结果输出。(It can be called directly. It is written according to the original paper of Alamouti, with double sending and double receiving. Support real-time result output of BPSK, QPSK and 16QAM simulation.)
    2020-04-03 02:01:36下载
    积分:1
  • 061711110826836
    说明:  无线通信系统中经典的功率控制博弈论算法matlab实现。(The classical game theory algorithm of power control in wireless communication system is realized by MATLAB.)
    2020-05-22 17:51:38下载
    积分:1
  • atqijamming__oscillator
    说明:  ISD1420为美国ISD公司出品的优质单片语音录放电路,由振荡器,语音存储单元,前置放大器,自动增 益控制电路,抗干扰滤波(ISD1420 is a high-quality single chip voice recording and playback circuit produced by ISD Company of the United States. It consists of oscillator, speech memory unit, preamplifier, automatic gain control circuit and anti-jamming filter.)
    2019-03-26 14:25:55下载
    积分:1
  • channel_estimation
    CDMA 信道估计matlab程序 内有中文详细注释(CDMA channel estimation matlab program)
    2012-10-15 07:47:31下载
    积分:1
  • 搭建BPSK+码+交织仿真信链路
    说明:  搭建 BPSK+编码+交织仿真通信链路,仿真分析在不同信道条件下的不同译 码算法的误比特率性能。基于 matlab,搭建 BPSK+卷积编码+交织通信收发链路, 仿真参数如下: 1) 信源比特速率: 100 b R kbps = 2) 卷积编码:码率为 1/2,生成多项式为(561,753) 3) 译码方式:维特比译码(硬判决译码、软判决译码(8 比特量化)) 4) 交织:行列交织,交织器深度为 100bit,宽度为 10; 5) 仿真点数:106 1. 在 AWGN 信道下,仿真并绘出该系统在硬判决和软判决(3bit 量化)两 种译码方式下的信源误比特率曲线,并进行分析。 2. 设定某种交织器结构,在单径瑞利衰落信道( 100 d f Hz = )下,采用理 想信道估计,仿真并绘出该系统在有无交织、不同译码方式(硬判决和 软判决)时,在不同 0 b EN下的信源误比特率曲线,并进行分析。 3. 改变交织器结构,选择三种不同的交织深度(自行决定),在单径瑞利衰 落信道( 100 d f Hz = )下,仿真并绘出该系统在不同交织长度时,在不 同 0 b EN下的信源误比特率曲线,并进行分析。(Build a BPSK + encoding + interleaving simulation communication link, and analyze the different translations under different channel conditions The bit error rate performance of the code algorithm. Based on MATLAB, BPSK + convolutional coding + interleaved communication transceiver link is built, The simulation parameters are as follows: 1) source bit rate: 100 b r Kbps = 2))
    2020-05-15 12:24:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载