登录
首页 » matlab » 采样定理

采样定理

于 2006-01-03 发布 文件大小:2KB
0 225
下载积分: 1 下载次数: 0

代码说明:

说明:  基于MATLAB的算法仿真实验及分析、基于DSP的硬件算法综合实验等三个层次的实践活动,帮助同学进一步领会和深化课堂上学到的有关数字信号处理的基本概念、基本原理以及基本的信号处理操作(algorithm based on MATLAB simulation and analysis DSP-based algorithms integrated hardware experiments three levels of practice, to further help students understand and deepen the classroom to the digital signal processing of the basic concepts the basic principles and basic signal processing operation)

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

发表评论

0 个回复

  • Grasp_and_master_the_classic_MATLAB_Tutorial
    MATLAB掌握和精通经典教程Grasp and master the classic MATLAB Tutorial(MATLAB grasp and master the classic tutorial Grasp and master the classic MATLAB Tutorial)
    2010-08-02 13:38:10下载
    积分:1
  • ship_dtc-and-ship_svm
    基于dtc svm_dtc 的船舶电力推进系统仿真模型(Propulsion system simulation model based on dtc svm_dtc ship )
    2020-11-18 15:19:38下载
    积分:1
  • sjb
    利用matlab实现三角波的生成及频谱分析。(Matlab triangle wave generation and spectrum analysis.)
    2013-03-11 19:20:25下载
    积分:1
  • MATLAB在振动信号处理中的应用代码
    MATLAB在振动信号处理中的应用一书对应章节代码,亲测可用(MATLAB vibration signal processing in the application of a Book corresponding chapter code, pro test available)
    2020-11-29 10:29:28下载
    积分:1
  • FuzzyClusteringToolbox
    四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separation Index (S), Xie and Beni s Index (XB), Dunn s Index (DI) and Alternative Dunn Index (DII)几种衡量指标。(Four clustering algorithm source code and sample code, the ultimate goal of this process is the formation of a set of criteria for clustering, scalable tool. Including the contents of 1. Clustering Algorithm: Kmeans and Kmedoid algorithm, FCMclust, GKclust, GGclust algorithm 2. Assess the classification of a prototype: The procedure can be two-dimensional images to map out the results of clustering 3. Verify: Program to provide every algorithm authentication mechanism, each clustering algorithm statistics Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separation Index (S), Xie and Beni s Index (XB), Dunn s Index (DI) and Alternative Dunn Index (DII) of several indicators.)
    2009-01-05 20:24:45下载
    积分:1
  • tlabel
    This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are. The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED! Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example. Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem. Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis): t = linspace(0,1) + now x = rand(size(t)) plot(t,x) axis tight tlabel <---- Enjoy it! Bugs reports and suggestions will be very appreciated! (This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are. The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED! Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example. Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem. Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis): t = linspace(0,1)+ now x = rand(size(t)) plot(t,x) axis tight tlabel <---- Enjoy it! Bugs reports and suggestions will be very appreciated! )
    2009-10-05 21:46:23下载
    积分:1
  • chap04
    说明:  ex4_2 用MATLAB作巴特沃斯低通滤波器设计 ex4_3 用MATLAB作切比雪夫-1型低通滤波器设计 ex4_4 切比雪夫-2型低通滤波器设计 ex4_5 椭圆型低通滤波器设计 ex4_6 传递函数的模拟滤波器数字化 ex4_7 脉冲不变法简单实例 ex4_8 脉冲不变法巴特沃思低通滤波器设计 (ex4_2 using MATLAB for Butterworth low-pass filter design using MATLAB for ex4_3 Chebyshev-1-type low-pass filter design ex4_4 type-2 Chebyshev low-pass filter design ex4_5 elliptic low-pass filter design ex4_6 transfer function digitization of analog filters ex4_7 the same method is simple example of pulse-pulse unchanged law ex4_8 Butterworth low-pass filter design)
    2008-11-18 19:25:18下载
    积分:1
  • ACE-Docs-0306
    ACE自适配通信环境(ADAPTIVE Communication Environment)是可自由使用、开放源码的面向对象(OO)框架(framework),它实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可重用C++包装外观(wrapper facade)和框架组件,可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。(ACE Adaptive Communication Environment (ADAPTIVE Communication Environment) is free to use, open source object-oriented (OO) framework (framework), it implements a number of concurrent communication software for the core model. ACE provides a rich set of reusable C++ Packaging appearance (wrapper facade) and the framework components, can be a variety of cross-platform communications software to complete common tasks, including: multi-way separation of incident and event processor assignment, signal handling, service initialization, interprocess communications, shared memory management, message routing, distributed service dynamically (re) configuration, concurrent execution and synchronization, and so on.)
    2007-12-11 19:13:50下载
    积分:1
  • klt-compression
    compression using karhunen loeve transform
    2011-11-21 20:43:41下载
    积分:1
  • facetect_matlab
    Face-Detector, OpenCV Haar cascade object detection. Matlab interface for running haar-cascade object detectors from the Intel Open Computer Vision Library.
    2008-01-09 14:45:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载