登录
首页 » matlab » work2

work2

于 2010-01-09 发布 文件大小:156KB
0 94
下载积分: 1 下载次数: 26

代码说明:

   (1)设计一个数字低通滤波器.设计指标如下: 通带内幅度衰减人大于1dB 阻带内幅度衰减大于15dB (2)编制计算设计的数字滤波器幅度特性与相位特性程序,并进行实验验证; (3)编制实现该数字滤波器程序并且模拟实现数字滤波 ①分别让满足所设计滤波器的通带、过滤带、阻带频率特性的正弦波通过滤波器,验证滤波器性能。 ②改变正弦抽样时间,验证数字低通滤波器的模拟截止频率是抽样时间的函数。((1) Design a digital low-pass filter. Design specifications are as follows: pass-band attenuation range of people within a range greater than 1dB stopband attenuation greater than 15dB (2) the preparation of calculation and design of digital filter amplitude characteristics and phase characteristics of processes and experimental verification (3) the preparation of implementation of the digital filter program and simulate digital filtering ① were designed to meet the pass-band filter, filter belt, stop-band frequency characteristics of the sine wave through the filter, verify the filter performance. ② change the sine sampling time, verify that the number of analog low-pass filter cutoff frequency is the sampling function of time.)

文件列表:

work2
.....\afd_buttap.m
.....\buttap_o.asv
.....\buttap_o.m
.....\butterworth.asv
.....\butterworth.fig
.....\butterworth.m
.....\dir2cas.m
.....\dsp.doc
.....\fft.asv
.....\fft.fig
.....\fft.m
.....\freqs_m.m
.....\freqz_m.m
.....\Hanning
.....\.......\freqz_m.m
.....\.......\Hanning.asv
.....\.......\Hanning.fig
.....\.......\Hanning.m
.....\.......\Hanning1.m
.....\.......\ideal_lp.m
.....\hs_err_pid3240.log
.....\impseq.m
.....\sdir2cas.asv
.....\sdir2cas.m
.....\step.m
.....\stepseq.m
.....\数字信号处理实验报告.doc

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

发表评论

0 个回复

  • ccornerd
    图像角点提取-harris,以及非最大抑制等,并有其他角点检测代码(Image Corner Detection-harris, as well as non-maximal inhibition, and has other corner detection code)
    2007-08-17 22:27:08下载
    积分:1
  • LFM
    说明:  用MATLAB产生线性跳频信号,中心频率和带宽可调(Using MATLAB to generate linear frequency hopping signal with adjustable center frequency and bandwidth)
    2020-08-27 10:08:13下载
    积分:1
  • VC-experence-summary
    VC++的经典技巧总结,乃多年代码经历所成,是精华中的精华,值得所有程序员共享。(The classic skills of VC++ concluded that the code is many years of experience into the best of the best, it is worth all programmers share.)
    2012-08-01 23:35:46下载
    积分:1
  • 一个ftp的序 同时是学习界面的好例子
    一个ftp的程序 同时是学习界面编程的好例子-Ftp at the same time a process of learning a good example of programming interface
    2022-05-14 20:24:25下载
    积分:1
  • fakeap-0.3.2.tar
    fakeap非常有用的学习资料,适合初学者,开源的源码并且有文档说明(fakeap very useful learning materials, suitable for beginners, open source source code and documentation for instructions)
    2012-11-15 09:42:13下载
    积分:1
  • shoupiao
    列车购票系统,列车员,用户,购票查询增删改等功能(Train ticketing systems, conductor, users, ticket inquiries CRUD functions)
    2014-06-18 22:59:40下载
    积分:1
  • WaveWin
    VC++写的故障录波查看分析软件,以vc6.0打开可以将comtrade文件解析成为波形(VC++ to write software fault recorder view analysis to vc6.0 open file parsing can be comtrade become waveform.)
    2014-07-30 13:57:18下载
    积分:1
  • LQR-and--sliding-structure-
    提供了一种以matlab/simulink为基础方法,采用lqr和滑模变结构控制相结合的控制器,可用于其他模型(Provides a matlab/simulink based method lqr and sliding mode control combined controller can be used in other model)
    2021-03-28 20:19:11下载
    积分:1
  • 用socket 接口写两个序,分别为客户序(client.c)和服务器序(server.c),该序应能实现下述命令功能: get:取远方的一个...
    用socket 编程接口编写两个程序,分别为客户程序(client.c)和服务器程序(server.c),该程序应能实现下述命令功能: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远主当前目录 dir:列出远方当前目录 cd :改变远方当前目录 ? :显示你提供的命令 quit :退出返回 -Socket programming interface used to prepare the two procedures, namely client (client.c) and server (server.c), the program should be able to function to achieve the following command: get: get a file from afar put: to the distance a file pwd: display current directory far the main dir: lists the current remote directory cd: to change the current directory from afar? : Shows you the command quit: exit to return to
    2023-02-27 03:40:03下载
    积分:1
  • GetWindowLong
    一个VB6消息相关源码下载,截取消息,并将消息交给wndproc过程处理.取消消息截取,结束子分类过程.Module1.bas中,定义全局变量,存放控件标志性数据,wndproc函数就是用来接收子类时截取的消息的,将截取下来的消息存放在msg参数中.检测到消息,就可以加入处理代码。需要注意,如果这儿不加入任何代码,则相当于吃掉了这条消息(A message related VB6 source code download, intercept messages and the processing of the message to wndproc Cancel message interception, ending the process of sub-classification. Module1.bas, the definition of global variables, data storage control signs, wndproc function is used to receive child when class intercepted message, the message will be stored in the interception down the msg parameter. detected a message, you can add processing code. Note that if you do not add any code here, is the equivalent of eating this message)
    2014-05-06 15:46:29下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载