登录
首页 » Windows开发 » DSP programming functions commonly used double uniform (a double, double b, long...

DSP programming functions commonly used double uniform (a double, double b, long...

于 2023-03-21 发布 文件大小:2.16 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

DSP编程常用函数 double uniform(double a,double b,long int* seed) double gauss(double mean,double sigma,long int *seed) double exponent(double beta,long int *seed) double laplace(double beta,long int* seed) double rayleigh(double sigma,long int *seed) double weibull(double a,double b,long int*seed) int bn(double p,long int*seed) int bin(int n,double p,long int*seed) int poisson(double lambda,long int *seed) void dft(double x[],double y[],double a[],double b[],int n,int sign) void fft(double x[],double y[],int n,int sign)-DSP programming functions commonly used double uniform (a double, double b, long int* seed) double Gauss (double mean, double sigma, long int* seed) double exponent (double beta, long int* seed) double Laplace (double beta,* long int seed) double Rayleigh (double sigma, long int* seed) double Weibull (a double, double b, long int* seed) int bn (double p, long int* seed) int bin (int n, p double, seed long int*) int poisson (double lambda, long int* seed) void dft index (doubl

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 5、 制作“信息预处理页”,处理“添加页”上传递过来的信息:将提交的图书信息罗列出来,提交者点击“确认” 按钮将提交的信息送到第6步中的“处理页”上。如果提交...
    5、 制作“信息预处理页”,处理“添加页”上传递过来的信息:将提交的图书信息罗列出来,提交者点击“确认” 按钮将提交的信息发送到第6步中的“处理页”上。如果提交的信息中索引号isbn或书名bname为空的话,则不罗列图书信息,显示“索引号和书名不能为空,请返回重新填写” (给“重新填写”添加返回的链接)。-5, produced "information pretreatment page" in handling the "Add Page" on the information passed to it : to be submitted to the information set out books, the author click "confirmation" button to send the information submitted to the first six steps of "processing page." If the information submitted its Index isbn or title bname empty, then not listed books message that the "Index and the title can not be empty, return to re-fill" (to "re-fill" Add to return to the links).
    2022-03-24 20:58:09下载
    积分:1
  • 动态对话框的源文件
    动态对话框的源文件-the source document
    2023-03-28 16:00:03下载
    积分:1
  • Delphi版本的State模式范例
    Delphi版本的State模式范例-Delphi version of the model example of State
    2022-04-07 21:12:22下载
    积分:1
  • 一种俄罗斯人常用的隐藏进程和启动该服务的方法,一定会令大家耳目一新的。
    一种俄罗斯人常用的隐藏进程和启动该服务的方法,一定会令大家耳目一新的。-Russians used a hidden process and the start of the service, we would certainly be refreshing.
    2022-07-02 23:14:37下载
    积分:1
  • 马尔可夫链流程文本文件,是马尔可夫模式的一个基本成果
    马可夫链处理文本文档,对马可夫模型的一个最基本实现-Markov chain process text files, the Markov model of a basic achievement
    2022-02-07 10:05:29下载
    积分:1
  • Socket通信示例
    一次.net Socket UDP编程   最近想写一个网络服务器端的程序,想看看在大量客户端数下程序的运行情况。于是对.net 的Socket编程进行了一些研究,发现.net 3.5 里SocketAsyncEventArgs 是基于IOCP实现。MSDN上有相关的示例,但它是基于TCP协议的,而我想要的是基于UDP协议的。网上很难找到基于UDP协议的SocketAsyncEventArgs示例(UDP需要用IOCP吗?),于是决定自己写一个基于UDP协议的示例,看看它在和大量客户端通讯时的运行情况。   程序分为服务器端和客户端,它们使用UDP协议进行通讯。众所周知UDP是无连接的,可我又想计算出有多少客户端和服务器通信,其中又有多少是新的客户端。所以设计让服务器端程序绑定两个端口。一个端口专门用于接收客户端第一次发送过来的数据包;另一个端口负责和已经接入的客户端进行通讯(是不是有点像TCP的接入,例子本身也在模仿Tcp编程)。客户端比较简单让它生成足够多的Socket,然后不断的向服务器端发送数据包即可。
    2022-08-17 12:38:18下载
    积分:1
  • 许可证选项文件,并可替换名为程序的用户。是否认为…
    License Options file and may replace Named Users for a Program, whether temporarily or not, no more than four (4) times per year, prov file never exceeds the number licensed per Program. Portions of the Programs may be installed on individual computers to accelerate startup times, as long as the-License Options file and may replace Named Users for a Program. whether temporarily or not. no more than four (4) times per year. 577 file never exceeds the number licensed per Program. Portions of the Programs may be instal led on individual computers to accelerate star tup times, as long as the
    2022-12-16 11:35:03下载
    积分:1
  • 罗米unlocker放屁在我脸上
    romi unlocker to fart in my face
    2022-04-17 19:50:38下载
    积分:1
  • 实现匿名管道的类 转载请注明来源: 源盛世
    实现匿名管道的类 转载请注明来源: 开源盛世-源代码下载网 http://www.vscodes.com -anonymous pipeline category reproduced indicate the source : Open source Spirit-source code download network http://www.vscodes.com
    2022-05-19 00:39:31下载
    积分:1
  • 学生运动会成绩数据库 每个功能的实现均以函数形式实现,系统结构清晰,有必要的注释和说明。数据结构设计合理,系统各项功能以菜单形式进行选择。...
    学生运动会成绩数据库 每个功能的实现均以函数形式实现,系统结构清晰,有必要的注释和说明。数据结构设计合理,系统各项功能以菜单形式进行选择。-Student Games results database realize each function are in the form of the realization of function, system structure clear, it is necessary annotations and notes. Data structure design is reasonable, the system functions in the form of menu choices.
    2022-09-05 17:10:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载