搜索资源列表
IIR滤波器设计
- 现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的: 低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4) 高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4) 带阻滤波器,滤除cos(π*n/4) 的成分,即想保留的成分为1+cos(2*π*n/3)
Volterra_MultiStepPred_luzhenbo
- 基于Volterra滤波器混沌时间序列多步预测 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 参考文献: 1、张家树.混沌时间序列的Volterra自适应预测.物理学报.2000.03 2、Scott C.Douglas, Teresa H.-Y. Meng, Normalized Data Nonlineariti
HTK-3.3
- Hidden Markov Toolkit (HTK) 3.2.1 HTK is a toolkit for use in research into automatic speech recognition and has been developed by the Speech Vision Robotics Group at the Cambridge University Engineering Department (http://svr-www.eng.cam.ac.uk) an
cst
- H.S.Park, D-S.Kim, and W.H.Kwon \"A Scheduling Method for Network-based Control Systems\", IEEE Transaction on Control System Technology, Vol.10, No.3, pp. 318-330, May, 2002 (Simulation Example 1- Matlab Code)
咖吗滤波matlab
- function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. % H = RGB2HSV(M) converts an RGB color map to an HSV color map. % Each map is a matrix with any number of rows, exactly three
无线信道信号的混叠
- (1) 在某些无线信道中,多普勒频移会引起无线信道输出信号的混叠。请描述产生混叠的各种原因; (2) 无线信道中的多普勒谱有一种经典谱(classic spectrum),请解释产生这种谱形状的机理; (3) 请用Simulink工具编写代码(S-Function方式),产生一单径瑞利信道,其多普勒谱为经典谱,其中移动速率为120km/h。并请回答:证明自己用计算机产生的经典谱是正确的可能方法。 ,(1) in certain wireless channel, the Doppler f
Strapdown
- 一、数据说明: 1:惯导系统为指北方位的捷连系统。初始经度为116.344695283度、纬度为39.975172度,高度h为30米。 初速度为v0=[0.000048637 0.000206947 0.007106781],飞行高度不变。 2:jlfw中为600秒的数据,陀螺仪和加速度计采样周期分别为为1/80秒和1/80秒。 3:初始姿态角为[0.120992605 0.010445947 91.637207](俯仰,横滚,航向,单位为度), jlfw中保存的为比力信
DSpproject3
- 1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the pole-zero locations in the z-plane.-1. Consider the FIR system described by H(z) = 1/16(-1+ 9z--2+ 16z-3+ 9z--4- z-6), and plot the pole-zero location
DFT
- 题目:离散富立叶变换(DFT)和频谱分析.matlab实现 1信号函数h(t)= e-a*t*tsin(2πft)2编程计算的离散富立叶变换(DFT)和IDFT图像。3计算振幅谱,相位谱以及检测信号主频-Title: Discrete Fourier Transform (DFT) and spectral analysis. Matlab function to achieve a signal h (t) = ea* t* tsin (2πft) 2 programming computin
richardson
- A generalized Richardson extrapolation routine that can perform multiple extrapolation steps, can accommodate arbitrary leading error terms, can handle any uniform refinement scheme (e.g. h/2, h/3, h/5, etc), and can report a full extrapolation table
DSP
- Tutorial of filter: design a lowpass FIR filter of cutoff requency 0.3*pi. Plot the impulse responses h(n) and magnitude responses of the designed filters
Lave1
- #include <iostream> #include <stdlib.h> #include <string.h> using namespace std const kl = 4, kzs = 2, m = 6, n = 4, Error = 5 char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}} int A[m][n] = {{1,2,2
ALGO3-5
- Algo3-5.c C program for implementing Algorithm 3.5 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NU
orbita_sunsync
- Orbita.m Programa para dibujar un periodo de la orbita de un satélite apartir de los parámetros orbitales Programado a partir de la hoja TUNDRA2.pdf Ramon Martínez, 20-12-2006 Parámetros k=398613.52 en (km^3)/(s^2) Re = 6377 km
robustnote
- 《鲁棒控制》课堂笔记-3-H无穷控制理论.比较详细的笔记-" Robust Control" class notes-3-H infinity control theory. More detailed notes
Watterson_channel
- watterson信道模型,包含四种模型,有3径和4径两类-watterson channel model, including the four models, there are two types of 3 tracks and 4 tracks
libsvm-3.12_2
- matlab code for object detection
New-folder-(3)
- matlab code for h infinity filter.
HERMITE_PRODUCT_DISPLAY
- HERMITE_PRODUCT_DISPLAY is a MATLAB program which displays an image of a function created by the Cartesian product of two Hermite polynomials, such as f(x,y) = h(3,x) * h(1,y). There are five types of Hermite polynomial available. Perhaps the be
求序列x(n)和h(n)的卷积
- hn=1.*([n>=-2]-[n>2]); xn=3.*([m>=1]-[m>6]);