Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 1.conv
Search - 1.conv - List
DL : 0
对任意基底的系列求卷积-right arbitrary substrate for a series of convolution
Update : 2025-02-17 Size : 2kb Publisher : 熊模昌

DL : 0
卷积实验代码 实现多种功能 包括线性卷积和圆周卷积的动态演示-convolutional code experimental realization of a variety of functions, including linear and circular convolution of dynamic convolution demo
Update : 2025-02-17 Size : 4kb Publisher : 万金油

卷积码译码算法改进 实现Conv.(2,1,9)的编码、软判决滑动窗维特比译码,其生成多项式为G0=561(八进制),G1=753(八进制),调制方式为BPSK,信道为AWGN,比较不同的译码深度对译码器性能的影响-convolutional code decoding algorithm to improve achievement Conv. (2,1,9) of the Code, Soft Decision sliding window Viterbi Decoder, generating polynomial for the G0 = 561 (octal), G1 = 753 (octal), for BPSK modulation mode, channel for AWGN, compare different depth of decoding decoder performance of
Update : 2025-02-17 Size : 46kb Publisher : 李春晖

运用MFC和directshow编写的一个视频播发器,具有暂停,播放,停止等简单功能。-directshow using MFC and a video prepared by the transmitters is suspended, broadcast, stop simple function.
Update : 2025-02-17 Size : 29kb Publisher : Melody

DL : 0
用TMS320LF2407A来实现卷积实验程序-TMS320LF2407A convolution with the experimental procedure to realize
Update : 2025-02-17 Size : 8kb Publisher : liu

DL : 0
卷积运算:取x(t)和h(t)的长度为nx,nh。平移量n=nh+nx-1,利用for和if语句实现倒序求和运算。外循环用一个for语句实现平移,通过在求和时取数组元素的顺序实现倒序求和-Convolution operation: take x (t) and h (t) of length nx, nh. Translational volume n = nh+ Nx-1, use for and if statements to achieve reverse summation operator. Outside the circle with a for statement to achieve translation, when taken in sum array elements to achieve reverse the order of summation
Update : 2025-02-17 Size : 1kb Publisher : 1

DL : 0
matlab中计算数列子相关和互相关的程序-matlab to calculate the number of Liezi related and inter-related procedures
Update : 2025-02-17 Size : 1kb Publisher : 片片鱼

DL : 0
数字信号处理中的卷积程序,通过显示列表很清楚的显示卷积结果,而且精度较高-Digital signal processing in the convolution process, through the display list is very clear display of convolution results and higher accuracy
Update : 2025-02-17 Size : 1.79mb Publisher : 丁诚

DL : 0
卷积编译码的matlab仿真,包括1/2,2/3 3/4三种信道卷积编译码-Matlab simulation of convolutional encoding and decoding, including 1/2, 2/3 3/4 convolutional encoding and decoding three-channel
Update : 2025-02-17 Size : 3kb Publisher : 章彩

DL : 0
这是一个数据转换部分的程序,是基于VC++平台的。-This is part of a data conversion process is based on VC++ platform.
Update : 2025-02-17 Size : 48kb Publisher : hua

DL : 0
使用matlab计算输入信号的卷积快速卷积,对卷积的原理进行说明-conv
Update : 2025-02-17 Size : 2kb Publisher : 栾超

DL : 0
将二进制文件转换成c代码const数组,convert binary file to array of c source code-convert binary file to array of c source code
Update : 2025-02-17 Size : 7kb Publisher : ding

DL : 0
本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circular convolution, linear convolution), mainly used signal processing, either on the actual sequence to do the operation, can also be complex sequence.
Update : 2025-02-17 Size : 718kb Publisher : yangshoping

DL : 0
本程序中包含一个可以通用的头文件,它能够实现DFT,FFT,IFFT,conv,这些函数根据信号处理C语言程序集编写,为了方便理解与调用,我在程序中使用了一些实例,大家可以通过它们做深入理解!-This procedure can include a generic header, it can be achieved DFT, FFT, IFFT, conv, these functions according to the signal processing assembly C language program written for the convenience of understanding with the call, I am in the program uses some of the examples, we can through them, do in-depth understanding!
Update : 2025-02-17 Size : 32kb Publisher : yangshoping

求局部最小值与卷积,lmax为MATLAB的历程 工程里是具体的c函数-Find local minimum and convolution, lmax for the project in the history of MATLAB is the specific function of c
Update : 2025-02-17 Size : 1.6mb Publisher :

VC++6.0下实现 FFT IFFT Hilbert CONV FIR滤波器 小波降噪-VC++6.0 to achieve FFT IFFT Hilbert CONV FIR filter wavelet noise reduction
Update : 2025-02-17 Size : 1.55mb Publisher : qiwenbo

DL : 0
读取两个txt文件,将其中的数据以数组形式保存,并对其进行卷积运算,保存到第三个txt文件之中。运行无错误!-Two txt files to read, the data in an array of preservation, and the convolution operation, save the third txt file. Run error-free!
Update : 2025-02-17 Size : 714kb Publisher :

DL : 0
自己用C/C++写的向量卷积源代码,清晰明了。写的是一维向量卷积,用的时候可以通过行列分别调用实现包括图像数据在内地的二维卷积变换-Own use C/C++ to write the vector convolution source code, clarity. Is a one-dimensional vector convolution, when called through the ranks including the transformation of the two-dimensional convolution of the image data in the Mainland
Update : 2025-02-17 Size : 181kb Publisher : 邓涛

DL : 0
For given A/B returns conv(A,B) (non-circular). Subroutine can automatically choose between three implementations: straightforward O(M*N) formula for very small N (or M), overlap-add algorithm for cases where max(M,N) is significantly larger than min(M,N), but O(M*N) algorithm is too slow, and general FFT-based formula for cases where two previois algorithms are too slow.- For given A/B returns conv(A,B) (non-circular). Subroutine can automatically choose between three implementations: straightforward O(M*N) formula for very small N (or M), overlap-add algorithm for cases where max(M,N) is significantly larger than min(M,N), but O(M*N) algorithm is too slow, and general FFT-based formula for cases where two previois algorithms are too slow.
Update : 2025-02-17 Size : 5kb Publisher : titotito

DL : 0
16阶的卷积滤波函数,更改滤波器的系数,实现不同频率带宽的滤波。-16 order of convolution filtering function, change the filter coefficient, implement different frequency bandwidth of the filter.
Update : 2025-02-17 Size : 137kb Publisher : 杨军
« 12 3 4 5 6 7 8 9 10 ... 13 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.