Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - filter
Search - filter - List
DL : 0
此程序采用数据并行方式 //每个处理器执行相同的可视化流程: // vtkImageReader -> vtkContourFilter -> vtkElevationFilter //另外,第一个处理器创建n个输入接口(n=处理器个数-1),同时其它处理器 //分别创建输出接口与其对应.第一个处理器合成自己和其它处理器输出的 //多边形数据,并将其显示出来.-procedure used data parallel way// each processor implementation of the same visualization process :// vtkImageReader-
Date : 2026-01-08 Size : 3kb User : 陆陈斌

实现数字滤波的C代码,实 现数字滤波的C代码,-C code, digital filtering C code.
Date : 2026-01-08 Size : 12kb User : zc

DL : 0
在matlab下用DSPbuilder实现的16阶FIR滤波器-In matlab using DSPbuilder realize the 16-order FIR filter
Date : 2026-01-08 Size : 28kb User : zgm

DL : 0
在matlab下用DSPbuilder实现的4阶IIR滤波器设计-In matlab using DSPbuilder realize 4-order IIR filter design
Date : 2026-01-08 Size : 54kb User : zgm

DL : 0
采用匹配滤波,实现伪码捕获功能,模块内部可以产生简单噪声来验证捕获性能(verilog)-Matched filter used to achieve pseudo-code capture functionality, the module can generate simple internal noise to verify the performance capture (verilog)
Date : 2026-01-08 Size : 2.55mb User : 曹旸

DL : 0
一个基于GPU运算的FIR滤波器程序,基于CUDA平台而开发。支持GPU并行运算。-GPU-based computing a FIR filter process, developed based on the CUDA platform. Support GPU parallel computing.
Date : 2026-01-08 Size : 299kb User : Jim Teoh

本软件是关于卡尔曼滤波的算法,是在MATLAB环境下的程序。-kalman filter
Date : 2026-01-08 Size : 14kb User : 李军

This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header. This implementation eliminates all of the work of dealing with the filter messages and item filtering by incorporating it into the control. This could have been implemented as delegates, but we create controls to do the work for us, don t we? I would like to thank Carlos H. Perez since a lot of the implementation came from examples he set with his ListViewEx control.
Date : 2026-01-08 Size : 37kb User : mai

DL : 0
并行计算程序 Description: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image data which is received from the root. Then all the processes send their blurred image data to the root and root writes the result in a file-Distributed Image Processing Filter Write a program that blurs an image file in a parallelized computation. Whenever possible, use collective operations (MPI_Scatter, MPI_Gather). The root process reads the image file from the NFS server, distributes the data of the file among all processes, and gathers the results into the output file. Each processor should receive a part of the image only. The image file is provided as a raw image file. It can be read using the C function fread() with a single call and written with the single call of the function fwrite(). The image is given as an array of h rows, a row has 1280 pixels , where each pixel is one unsigned char grey value. You may assume that h is lower than or equal to 8192. a) Write an MPI program in which the root process prepairs the data, so that all other processes get their data by exactly one MPI_Scatter operation.
Date : 2026-01-08 Size : 2kb User : 刘铭

DL : 0
基于FPGA的FIR串行滤波器设计与实现,本文运用VHDL编写-FPGA-based FIR filter design and implementation of the serial, the paper prepared by the use of VHDL
Date : 2026-01-08 Size : 1kb User : 刘宁

DL : 0
理解维纳滤波,很简单易懂,不错的学习材料。-weina filter
Date : 2026-01-08 Size : 1kb User :

DL : 0
一个C + +,面向对象,扩展卡尔曼滤波库。可以使用的递归程序 -A C++, object-oriented, Extended Kalman Filter library.
Date : 2026-01-08 Size : 705kb User : 李明

DL : 0
cic滤波器设计与实现 很好的例子 欢迎大家下载使用啊-cic filter cic cic filter cic cic filter cic cic filter cic
Date : 2026-01-08 Size : 1kb User :

DL : 0
Kalman滤波的C语言程序。可在嵌入式系统中进行移植。-Kalman filter C language program. Can transplant in embedded systems.
Date : 2026-01-08 Size : 1kb User : 彭彦萍

DL : 0
Unscented Kalman Filter (UKF) exemplified on FitzHugh-Nagumo neuron dynamics.
Date : 2026-01-08 Size : 3kb User : amir

DL : 0
Kalman滤波的matlab程序,用于求解舰船的姿态航向角-Kalman filter matlab program for solving attitude and heading angle of the ship
Date : 2026-01-08 Size : 1kb User : andy

DL : 0
粒子滤波的matlab程序,用于求解航向姿态角-Particle filter matlab program for solving course attitude angle
Date : 2026-01-08 Size : 3kb User : andy

DL : 0
UKF扩展卡尔曼滤波,求解舰船航向角、姿态角!-UKF extended Kalman filter to solve a ship heading angle, attitude angle!
Date : 2026-01-08 Size : 2kb User : andy

DL : 0
采用状态机结构,进行串并fir滤波器设计。-design fir filter in pipline&parrarel way by using state machine.
Date : 2026-01-08 Size : 12kb User : xugaowei

DL : 0
五阶FFT滤波器设计,verolog实现,只采用乘法器,分时实现。-Fifth-order FFT filter design, verolog, using only the multiplier timeshare achieve.
Date : 2026-01-08 Size : 2kb User : 丘处机
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.