Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - pulse
Search - pulse - List
Othera1
DL : 0
基于FPGA的多相滤波器设计 摘要: 以脉冲多普勒雷达信号处理为背景,研究了数字多相滤波器的特点和设计方法 进而研究数字多相滤波器的数字仿真 方法与 FPGA 实现技术 对于自主研究 设计和实现雷达信号处理的各种结构的滤波器具有重要的意义-Based FPGA multiphase Filter Design Abstract: Pulse Doppler signal processing background studied digital polyphase filter characteristics and design method then research digital multiphase filter Digital Simulation Method and FPGA Realization Technology For autonomous research design and realization radar signal processing various structures filter great significance
Update : 2024-05-18 Size : 322560 Publisher : sfef

该实验使用AVR单片机实验板实现伺服电机的控制。先让伺服电机以一个较慢的速度向一个方向旋转,然后再以较快的速度返回原位。控制伺服电机的脉冲宽度是0.5豪秒至1.5豪秒。-The experiment using AVR microcontroller development board to achieve servo motor control. Let the servo motor to a slower rotation speed in one direction and then return to a faster rate in situ. Servo motor control pulse width of 0.5 milliseconds to 1.5 milliseconds.
Update : 2024-05-18 Size : 2048 Publisher : yuzhaoyong

Several transactions on Doppler radar based measurement design(i.g., radar pulse imaging, airbourne radar), reporting recent research progress in radar system and remote sensing.-The package contains six transaction papers on Doppler radar-based measurements design and discussion, nourishing researchers ideas and insights within this research topic and relevant ones.
Update : 2024-05-18 Size : 5482496 Publisher : 高昕

整个系统以CPLD为核心逻辑控制器件,配以外围测试及试验电路:显示、时钟信号产生电路、蜂鸣器电路和ByteBlaster的数据变换电路,构成正负脉宽数控调制信号发生器。基于CPLD逻辑控制器件构成的正负脉宽数控调制信号发生器是一个单片系统,整个PWM信号控制所需的各种功能都可由CPLD来实现。-The entire system to the core logic control CPLD devices, together with the external test and the test circuit: display, clock signal generation circuit, buzzer circuit and ByteBlaster data converter, NC constitute positive and negative pulse width modulated signal generator. CPLD logic control device based on the positive and negative pulse width modulation signal generator is a numerical control system on chip, the PWM signals control the various functions required by the CPLD can be achieved.
Update : 2024-05-18 Size : 250880 Publisher : 唐慧

RMMSE雷达脉冲压缩快速算法中矩阵求逆的FPGA实现-RMMSE radar pulse compression fast algorithm for FPGA implementation matrix inversion
Update : 2024-05-18 Size : 366592 Publisher : lq

利用脉冲成形滤波器消除无线通信系统中的符号间干扰-Pulse shaping filter to eliminate the use of wireless communication systems ISI
Update : 2024-05-18 Size : 403456 Publisher : wang kai

人体心率的测试,如果心率超出一定范围则报警。-Human heart rate test, if the alarm goes out of range of heart rate.
Update : 2024-05-18 Size : 33792 Publisher : xtihc

DL : 0
计算光纤模式 Optical signal sources that are capable of generating wavelength tunable ultra-short pulse train with high quality and high repetition rates play an important role in the optical networks-fiber mode
Update : 2024-05-18 Size : 1024 Publisher : yiki

DL : 0
实现功能简述:verilog写的 本模块主要功能是产生一个确定时钟周期长度(最长为256个时钟周期)的脉冲信号,可以自己设定脉冲长度,输出的脉冲信号与时钟上升沿同步 脉冲宽度 = pulsewide + 1 时钟周期 输入一个启动信号后,可以产生一个固定时钟周期长度的脉冲信号,与启动信号的长短无关!脉冲宽度可调!-Functional Description of the module to achieve the main function is to produce a certain clock cycle length (up to 256 clock cycles) of the pulse signal can be set for pulse length, the output pulse signal synchronous with the clock rising edge pulse width = pulsewide+ 1 clock cycle enter a start signal, can produce a fixed clock cycle, pulse length, the length of the signal has nothing to do with the start! Pulse width adjustable!
Update : 2024-05-18 Size : 1024 Publisher : 世海

基于PCNN的特征提取,PCNN用于特征提取时,具体平移、旋转、尺度、扭曲等不变性,这正是许多年来基于内容的图像检索系统追求的目标,同时PCNN用于特征提取时,有很好的抗噪性。而且PCNN直接来自于哺乳动物视觉皮层神经的研究,具有提取图像形状,纹理,边缘的属性。用PCNN能很好地对图像进行签名,将二维的图像的特征提取成一维矢量签名。-Feature extraction of specified object is an important preprocessing stage in machine vision systems. In this paper, we present a novel hybrid feature extraction method using PCNN (Pulse Coupled Neural Network) and shape information. First, we use PCNN firing map train to formulate object’s time signature, then we use roundness of each firing map to formulate object’s shape information vector, the final feature matrix we got is combined time signature and roundness. We take correlations as our judge criteria in our experiments. It has been proved that the algorithm is not sensitivity with the rotation, scaling and translation of the object and is a useful method for target recognition applications.
Update : 2024-05-18 Size : 1024 Publisher : wangxiaofei

DL : 0
该代码通过对常规单脉冲雷达信号、LFM雷达信号和BPSK雷达信号通过wiger变换,得到三种信号的时频图,分析他们的时频关系和区别。-The code on conventional single-pulse radar signals, LFM radar signals and radar signals BPSK wiger transformation, three kinds of time-frequency map analysis of their relationship and when the frequency difference.
Update : 2024-05-18 Size : 1754112 Publisher : jule

脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列 编码:以上述信号为例,实现A律的13折线近似法及国际标准PCM对数A律量化编码。-Pulse code modulation (PCM) to achieve PCM technology programming three processes: sampling, quantization and coding. Sample: low-pass continuous signal sampling to x = sin (200* t) m = x./(200* t) m = m.* m an example low-pass sampling theorem, draw the signal, frequency graphics bandpass sampling continuous signals to x = sin (20* t) m = x./t an example bandpass sampling theorem, draw the signal, frequency graph. Quantization: uniform quantization, in order to realize the magnitude of sinusoidal signal as an example for the 64 level uniform quantization non-uniform quantization, input A law PCM encoder sine signal, the sampling sequence, to be PCM encoded, the encoder is given The output code sequence Code: A Case Study of the signal to achieve the 13 A line approximation law and international standards on the number of A law PCM coding quantization.
Update : 2024-05-18 Size : 2048 Publisher : 马芳

DL : 0
SMALL LESION DETECTION WITH RESOLUTION ENHANCEMENT COMPRESSION: A METHOD OF CODED EXCITATION/PULSE COMPRESSION Lesion detectibility echo signal-to-noise ratio
Update : 2024-05-18 Size : 1598464 Publisher : Narendra

Ultrasound Speckle Reduction Using Coded Excitation and Pulse Compression Ultrasound images are riddled with system dependent imperfections called speckle (multiplicative noise). In ultrasonic imaging, detection of small lesions could be difficult because the effects of speckle may mask the visibility of these small targets. Therefore, the purpose of this project is to decrease speckle while maintaining some of the key salient features in the image. Images of tissue-mimicking phantoms will be created using Field II [1-2] in MATLAB (Natick, MA). Image quality metrics such as speckle signal-to-noise ratio (sSNR) [3] and contrast-to-noise ratio (CNR) [4] will be used to quantify improvements in image quality after various despeckling filters have been applied.
Update : 2024-05-18 Size : 487424 Publisher : Narendra

12脉波可控整流电路仿真模型,基于simulink的蒸馏仿真电路-12 pulse controllable rectifier circuit simulation model
Update : 2024-05-18 Size : 7168 Publisher : wupeng

AVR 单片机的血压、脉搏装置设计AVR microcontroller blood pressure, pulse Device-AVR microcontroller blood pressure, pulse device designed AVR microcontroller blood pressure, pulse Device
Update : 2024-05-18 Size : 193536 Publisher : laf

DL : 0
語音信號是基於時間軸上的一維數位信號,在這裏主要是對語音信號進行頻域上的分析。在信號分析中,頻域往往包含了更多的資訊。對於頻域來說,大概有8種波形可以讓我們分析:矩形方波,鋸齒波,梯形波,臨界阻尼指數脈衝波形,三角波,餘旋波,余旋平方波,高斯波。對於各種波形,我們都可以用一種方法來分析,就是傅立葉變換:將時域的波形轉化到頻域來分析。-Voice signal is based on the timeline of one-dimensional digital signal, where mainly the speech signal in frequency domain analysis. In signal analysis, frequency domain often contains more information. For the frequency domain for about 8 allows us to analyze waveforms: rectangular square wave, sawtooth, trapezoidal wave, the critical damping index pulse, triangle wave, I spin wave, I spin square wave, Gaussian. For all waveforms, we can analyze in a way that is Fourier transform: the transformation of time domain waveform into the frequency domain to analyze
Update : 2024-05-18 Size : 133120 Publisher : 林志強

DL : 0
MATLAB环境下,基于脉冲耦合神经网络(pcnn)的图像分割-MATLAB environment, using pulse coupled neural network (pcnn) image segmentation
Update : 2024-05-18 Size : 1024 Publisher : 阿若

DL : 0
脉冲振幅调制(PAM):理论分析和代码实现-Pulse amplitude modulation (PAM): Theory and Code Implementation
Update : 2024-05-18 Size : 1963008 Publisher : han junwei

DL : 0
radar signal is a simple example of how u can generate such signal
Update : 2024-05-18 Size : 2048 Publisher : Wee
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.