搜索资源列表
Butterworth
- butterworth滤波器的matlab设计,通带截止频率0.3pi,阻带截止频率0.2pi
3piyuanli
- 3pi小车的控制算法,加原理图。3pi小车的控制算法,加原理图-3pi car control algorithms, plus schematic. 3pi car control algorithms, plus schematic
chengxu
- 设计一个数字FIR低通滤波器,其技术指标如下: Wp=0.2pi Rp=0.25Db Ws=0.3pi As=50db 试写出MATLAB设计的源程序。-Design a digital FIR low-pass filter, the technical indicators are as follows: Wp = 0.2pi Rp = 0.25Db Ws = 0.3pi As = 50db test designed MATLAB source code to write.
libpololu-avr-090605
- The Pololu 3pi robot is a small, high-performance, autonomous robot designed to excel in line-following and line-mazesolving competitions. Powered by four AAA batteries (not included) and a unique power system that runs the motors at a regulated
3pi_schematic111
- The Pololu 3pi robot is a small, high-performance, autonomous robot designed to excel in line-following and line-mazesolving competitions. Powered by four AAA batteries (not included) and a unique power system that runs the motors at a regulated
3pi_wall_follower111
- The 3pi robot [http://www.pololu.com/catalog/product/975] is complete mobile platform designed to excel in linefollowing and maze-solving competitions. The 3pi has user accessible I/O lines that can be connected to different sensors to expand its
chengxchengx
- 设计一个数字FIR低通滤波器,其技术指标如下: Wp=0.2pi Rp=0.25Db Ws=0.3pi As=50db 试写出MATLAB设计的源程序 -Design a digital FIR low-pass filter, the technical indicators are as follows: Wp = 0.2pi Rp = 0.25Db Ws = 0.3pi As = 50db Write down the design sourc
LPF1
- 设计一个低通数字滤波器,满足如下设计指标: 通带截止频率:0.2pi,通带波动:1dB 阻带截止频率:0.3pi,阻带衰减:15dB 要求:采用切比雪夫Ⅱ型滤波器原型,并分别采用脉冲响应不变变换法和双线性变换法进行设计,比较设计的结果,并进行分析 -Design a low pass digital filters that meet the following design specifications: passband cutoff frequency: 0.2pi
iir
- 设计一个低通数字滤波器,满足如下设计指标: 通带截止频率:0.2pi,通带波动:1dB 阻带截止频率:0.3pi,阻带衰减:15dB 要求:分别采用巴特沃斯、切比雪夫Ⅰ型、切比雪夫Ⅱ型和椭圆滤波器原型进行设 计,比较各种设计的阶数、实际阻带衰减,分析实验结果 -Design a low pass digital filters that meet the following design specifications: passband cutoff frequency:
Butterworth
- butterworth滤波器的matlab设计,通带截止频率0.3pi,阻带截止频率0.2pi-matlab butterworth filter design, the passband cutoff frequency 0.3pi, stopband cutoff frequency 0.2pi
HammingFIR
- 数字FIR滤波器器设计,通带截止频率0.3pi,阻带截止频率0.2pi,通带衰减《=1db,阻带衰减》=40db-Digital FIR filter design, the passband cutoff frequency 0.3pi, stopband cutoff frequency 0.2pi, pass-band attenuation " = 1db, stop-band attenuation" = 40db
gaborfilter.tar
- Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
start
- 用七元线形天线阵(ULA) 已知:信号中心波长为2,天线阵元的间距为1米,快拍数为2000,空中有四个 源信号,假设它们的频率:0.015, 0.05, 0.02, 0.035 四个源信号的方向分别为:pi/4 pi/3 pi/6 3pi/4 求: 1)在不加入噪声的情况下,画出传统波束形成法、Bartlett波束 形成法、Capon波束形成法的空间谱图; 2)在加入高斯白噪声的情况下,假设信噪比为10dB,画出传统波束 形成法、Bartlett波束形成法、Ca
hamming_LPF
- 程序的功能是用海明窗设计低通滤波器,性能指标为wp=0.2pi,ws=0.3pi-The program s function is Hamming window low-pass filter, performance indicators, wp = 0.2pi ws = 0.3pi
-3pi
- 3pi小车各部分的性能能以及各模块的源代码-3pi trolley part of the performance capacity and the source code for each module
QPSK-MODULATION-and-demodulation
- QPSK MODULATION and demodulation信号源:随机整形矩形脉冲信号源,f=20^4Bit/s 载波频率:f1=10^6Hz。初始相位: pi/4。 f1=10^6Hz。初始相位:3pi/4。 信噪比:7dB-QPSK MODULATION and demodulation
stm32_3pi_car
- stm32环境下3pi小车,走迷宫,能编译通过。-Under stm32 environment 3pi car, Maze, to compile.
LP-filter
- design low pass filter with kaiser: N=63 wp=0.3pi ws=0.32pi-design low pass filter with kaiser: N=63 wp=0.3pi ws=0.32pi
3pi-smart-car
- 3pi智能车(基于STM32)硬件电路设计说明-3pi smart car (based on STM32) hardware design descr iption.
3pi(1)
- 本设计以MCU为控制核心,使用迷宫算法与机器自主学习的思想核心和电机PID调速为运动核心的一款智能迷宫小车,通过对传感器的加权平均处理进行高精度数据采集,将连续性变量转换成离散随机变量。首先根据左手运算进行迷宫整体搜索,然后进行数组记忆和最优路径运算,第二次进入赛道5秒逃出迷宫。(This design takes the MCU as the control core, uses the maze algorithm and the machine independent learning c