-
用于压缩感知的OMP算法(matlab)
% 1-D信号压缩传感的实现(正交匹配追踪法Orthogonal Matching Pursuit)
% 测量数M>=K*log(N/K),K是稀疏度,N信号长度,可以近乎完全重构
% 编程人--香港大学电子工程系 沙威 Email: wsha@eee.hku.hk
% 参考文献:Joel A. Tropp and Anna C. Gilbert
% Signal Recovery From Random Measurements Via Orthogonal Matching
% Pursuit,IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 53, NO. 12,
% DECEMBER 2007.
- 2022-07-03 22:42:15下载
- 积分:1
-
是个数学建模源代码
是个数学建模源代码-is a mathematical modeling source code
- 2022-05-24 14:03:17下载
- 积分:1
-
二维码生成
QR generator 生成二维码,非常简单易用,包含一个win 32 console 程序,可以直接生成二维码图片到指定位置
- 2022-03-11 10:46:07下载
- 积分:1
-
帝国主义的竞争算法
ICA 是新型的全局搜索的启发式算法使用帝国主义和帝国主义比赛过程作为灵感的来源。我们已经开发了这个算法在控制和智能化加工的卓越中心,欧洲经委会大学学院的牢。有关这种算法的详细信息可以在我的主页中找到:
- 2022-11-06 10:15:04下载
- 积分:1
-
用c语言实现金属方柱散射场的模拟
这是一个用c语言编写FDTD算法程序,用于模拟二位情况下平面波入射到金属方柱时的散射场分布情况。采用了UPML精确的边界截断条件。是本人亲手编写和经过调试的程序,请放心下载使用。适合初学者参考、学习。有疑问,请发邮件给我,方便交流。wang986364521@126.com.
- 2023-05-30 22:50:02下载
- 积分:1
-
C++常用数值算法 原代码 复化辛卜生公式
C++常用数值算法 原代码 复化辛卜生公式-C++ Commonly used numerical algorithm of the original code complex formula辛卜Health
- 2022-03-19 00:20:39下载
- 积分:1
-
优化算法,是FORTRUN语言写。都经过了运行。
优化算法,是FORTRUN语言写。都经过了运行。-this is code of the number caculation in opt
- 2022-04-10 05:21:22下载
- 积分:1
-
时钟课设
资源描述时钟周期函数,主要用于大学课程设计,精确,可靠,代码完善,算法精炼。上手快,易于移植及修改,功能全面。
- 2022-07-15 19:22:25下载
- 积分:1
-
米勒拉宾素性测试仪
它对数字执行素性测试并返回布尔值。
- 2022-02-11 22:06:34下载
- 积分:1
-
交通仿真(排队论)小程序
This is the project of my course in the USA:
Customers
arrive at a service station (with a single server) according to the Poisson
process with a mean arrival rate of lambda = 0.3 (customers/min). Each customer
waits in queue (if present), proceeds to receive service upon his/her turn, and
departs the system when the service is completed. The service time is uniformly
distributed between 2.5 and 4.5 minutes. On each day, the service station is
open for two hours. Any customers in queue at the end of work hours are served
before closing the service station for the day. Use simulation (do 100
simulation runs) to determine
- 2023-02-02 14:55:04下载
- 积分:1