Welcome![Sign In][Sign Up]
Location:
Search - sigma

Search list

[Linux-UnixuClinux-2.4-sigma

Description: uClinux sigma enviroment
Platform: | Size: 8676200 | Author: noltia | Hits:

[Develop ToolsSigma Designs SMP8634 SMP8635

Description: Sigma Designs SMP8634 SMP8635 SDK
Platform: | Size: 6457399 | Author: patriot998@163.com | Hits:

[Develop ToolsSigma Designs SMP8634 SMP8635 bootloader

Description: SMP8634 SMP8635 高清播放器/STB方案的bootloader
Platform: | Size: 435042 | Author: patriot998@163.com | Hits:

[Program docSigma Designs SMP8634/8635

Description: Sigma Designs SMP8634/8635的详细数据手册
Platform: | Size: 3668817 | Author: patriot998@163.com | Hits:

[Program docsmp8634_documentation_2.8.5.0

Description: Sigma Designs SMP8635的开发文档
Platform: | Size: 4731274 | Author: patriot998@163.com | Hits:

[matlabDelta-Sigma调制器的仿真

Description: 本Delta-Sigma调制器工具箱,包含了约100个函数,支持NTF综合,调制解调,实现,动态尺度调整,SNR估计等。
Platform: | Size: 569043 | Author: 447537081@qq.com | Hits:

[ERP-EIP-OA-Portal6sigma

Description: 6sigma管理书籍-6 Sigma management books
Platform: | Size: 100352 | Author: 彭明 | Hits:

[SCMlpc_16bit_ad

Description: SIGMA-DELTA 原理 实现的用LPC900系列单片机的比较器实现16位A/D。 有详细的说明和源代码(汇编格式,但是可以在KEIL下的C中调用)。-SIGMA-DELTA principle achieved using the LPC900 Series compared to 16-bit A/D. A detailed description and the source code (the compilation format, but in the C KEIL Calling).
Platform: | Size: 58368 | Author: 徐勇 | Hits:

[Embeded LinuxEM85xx.envision-09-22-03.tar

Description: 这是一个SIGMA方案的PMP播放器的UCLINUX程序,可播放DVD,VCD,CD MP3...有很好的参考价值.-SIGMA This is a program of the PMP player OS procedure can play DVD, VCD, CD MP3 ... a good reference value.
Platform: | Size: 10267648 | Author: wlj | Hits:

[Streaming Mpeg4uClinux-2.4-sigma.tar

Description: 85xx的PMP源码 uClinux的2.4版本;完整的接口支持 -85xx PMP source uClinux version 2.4; A complete interface support
Platform: | Size: 9102336 | Author: wind | Hits:

[Windows Developreply_1_855734

Description: // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //x方向导数的指针 int *pGradX pGradX = new int[sz.cx*sz.cy] //y方向 int *pGradY pGradY = new int[sz.cx*sz.cy] //梯度的幅度 int *pGradMag pGradMag = new int[sz.cx*sz.cy] //对原图高斯滤波 GaussianSmooth(sz,pGray,pGaussSmooth,sigma) //计算方向导数和梯度的幅度 Grad(sz,pGaussSmooth,pGradX,pGradY,pGradMag) //应用非最大抑制 NonmaxSuppress(pGradMag,pGradX,pGradY,sz,pResult) //应用Hysteresis,找到所有边界 Hysteresis(pGradMag,sz,dRatLow,dRatHigh,pResult) delete[] pGradX pGradX = NULL delete[] pGradY pGradY = NULL -//Canny operator void Canny (LPBYTE pGray. SIZE sz, double sigma, double dRatLow. double dRatHigh. LPBYTE pResult) (//after Gaussian filtering of images LPBYTE pGaussS mooth unsigned pGaussSmooth = new char [sz.cx* sz.cy]// x direction derivative indicators pGradX pGradX int* = new int [ sz.cx* sz.cy]// int* y direction pGradY pGradY = new int [sz.cx* sz.cy]// gradient magnitude int* pGradMag pGradMag = new int [sz.cx* sz.cy]// maximum Gaussian filter to GaussianSmo oth (sz, pGray, pGaussSmooth. sigma)// calculate derivative and the gradient range Grad (sz. pGaussSmooth, pGradX, pGradY. pGradMag)// non-application of the biggest inhibition NonmaxSuppress (pGradMa g, pGradX, pGradY, sz, pResult)// Application Hysteresis, find all border Hysteresis (pGradMag, sz, dRa
Platform: | Size: 54272 | Author: 王学金 | Hits:

[matlabsigma_delta

Description: filter design sigma delta filter-filter design sigma delta filter
Platform: | Size: 51200 | Author: 岳颀 | Hits:

[Linux-UnixuClinux-2.4-sigma

Description: uClinux sigma enviroment
Platform: | Size: 8676352 | Author: noltia | Hits:

[BooksAsq+-+Six+Sigma+Project+Management

Description: six sigma description document -six sigma description document
Platform: | Size: 6145024 | Author: sxue | Hits:

[Windows DevelopSigma-DeltaADCtheory

Description: sigma-delta理论知识,可以作为基于FPGA的音频开发的辅助资料。-sigma-delta theory of knowledge, can be used as audio-based FPGA development of supporting information.
Platform: | Size: 274432 | Author: 丁弋 | Hits:

[Embeded-SCM DevelopPrentice.Hall.Applying.Design.for.Six.Sigma.to.So

Description: Six Sigma E book for Project Development and Technniques to implement
Platform: | Size: 5531648 | Author: sagar | Hits:

[VHDL-FPGA-Verilogdelta-sigma

Description: 关于delta-sigma调制器的详细教程
Platform: | Size: 267264 | Author: dsahd | Hits:

[matlabMultibit-Sigma-Delta-Modulator

Description: 一个经典的宽带多位sigma delta调制器设计,较为好用-More than a classic sigma delta modulator broadband design, the more useful
Platform: | Size: 958464 | Author: 李兴 | Hits:

[Graph programsigma点的代码

Description: 基于分割的局部Sigma语义特征点,是对场景中的语义目标进行建模。先在传统的图像分割基础上,分割出场景的前景目标,再结合像素位置、颜色、Gabor特征和LBP特征[构造出表征目标语义信息的协方差描述子,最后将其转换成欧式空间下的Sigma点特征,适用于标准SVM的场景学习和分类。(The segmentation based local Sigma semantic feature points are modeling the semantic objects in the scene. In the traditional image segmentation based on the segmented foreground scene, we combine with the pixel location, color, Gabor and LBP feature [construct covariance descriptor represents the target semantic information, and finally converted into Euclidean space Sigma features, suitable for learning and classification standard to the scene SVM.)
Platform: | Size: 60416 | Author: delphi_zmy | Hits:

[VHDL-FPGA-Verilogdelta-sigma

Description: 实现了MASH111功能,输入位数可编程(MASH 1-1-1, delta-sigma , input bits are programmable)
Platform: | Size: 1511424 | Author: alieng | Hits:
« 12 3 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net