搜索资源列表
数字信号处理C语言集
- 共五篇十六章,第一篇是常用数字信号的产生;第二篇是数字信号处理,包括离散傅立叶变换的多种快速算法,各种离散正交交换的快速算法,快速卷积和相关,数字滤波器的时域和频域响应,IIR和FIR数字滤波器的设计;第三篇是随机数字信号处理,包括经典谱估计的周期图法和相关法,AR模型参数估计和现代谱估计算法,维纳与卡尔曼滤波,自适应滤波,Wigner分布,小波变换;第四篇是图像处理,包括图像基本运算,图像增强,边缘检测和细化;第五篇是人工神经网络,包
c#生成正弦波函数的代码
- 使用C# 代码产生正弦波函数的代码
数字信号处理C语言程序集
- 第一篇:数字信号产生 第二篇:数字信号处理 第三篇:随机数字信号处理 第四篇:数字图像处理 第五篇:人工神经网络 为pdf文件,包含所有c程序.有用的 学习资料.
AD9850键盘c程序
- 一个介绍利用AD9850产生正弦波的c语言程序,利用键盘可实现调幅等功能,是一个很好的资源。
m序列产生器
- m序列产生器 用于扩频通信-m sequence generator for spread spectrum communications
随机数产生
- 产生随机数相关的C程序-generated random numbers related to the C program
产生随即数
- 在C/C++中,两种产生随机数的方法,random()和math.random()的比较-in C/C, two random numbers generated by the method, random () and math.random () comparison
dtmf-ansi-c-version
- 经典的带内音频dtmf产生和检测的c语言源码,检测准确率相当高-classic band audio DTMF generation and detection of c-source language, detection accuracy rate is very high
遗传算法c++程序
- 首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corre
一个二维的网格产生程序
- 有限元分析方法使用c语言编程生成二维网格的程序-finite element analysis method using C language programming two-dimensional mesh generation process
MSP430单片机C语言编程中的退出睡眠问题
- MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM w
c-random
- C语言中产生随机数的代码,编写成了子程序的形式,可以在需要使用的源程序中调用。真正实现时间函数,每次调用随机数均不相同,每次运行随机数也不相同。产生的随机数大于0,小于等于1-C language generated random number code, prepared become subroutine in the form of the need to use the source code call. To achieve
udpgen.c
- IP流量发生器,用于产生UDP报文,该程序用于模拟你需要的IP流量。可运行于Linux-IP flow generator, used to produce UDP packet, the procedure you need to simulate the IP flow. Can be run on Linux
apriori(C++)
- 本算法的基本功能是用C++语言实现了APRIORI算法,用户可以先选择要进行的操作。然后再输入支持度和置信度,就可得到挖掘的结果。 输出的结果主要包括两个部分。 1.输出所有的频繁项集。 2.输出所有的产生的规则。 算法还能够输出初始的事务集合,并且可以输出产生的中间结果。-the algorithm is the basic functions using C++ language of APRIORI algorit
rannum
- 一个由C语言写成的可以产生随机数的源代码程序供参考。-A C language can generate random numbers of the source code of the procedure for reference.
vcsuijishu
- vc随机数,用VC的方法产生随机数 ,的代码 -vc-random number, using the method of VC-random number generated, the code
C-program
- 这是一个用51单片机产生正弦波的语言程序代码,欢迎使用下在-This is a sine wave generated by 51 single-chip code of the language are welcome to use in
Text1
- c++产生高斯白噪声,可用于通信或信号传输系统中,白噪声产生的程序调用-c++ generated Gaussian white noise, can be used for communication or signal transmission system, the white noise generated by the procedure call
random1
- 随机数均匀分布 正态分布 可产生均匀分布和正态分布的随机数 速度快 运行流畅 代码简练 -Uniformly distributed random numbers can generate random numbers uniformly distributed smooth fast running code brevity
C-languageprogramwhichgenertesrandomnumberwithGaus
- 这三段C程序能够产生符合高斯、瑞利和泊松分布的随机数,并且包括关于它们的说明文档-These three paragraphs C program to generate consistent with Gaussian, Rayleigh and Poisson distribution of random numbers, and includes documentation about them