-
BeamFormer_LFM
说明: 声纳系统中,波束形成的仿真,发射信号为LFM,有疑问请发邮件~(sonar system, the beam-forming simulation, signal to launch LFM, the question please send an e-mail to)
- 2006-04-17 19:47:29下载
- 积分:1
-
Matlab6
matlab 信号分析详解(matlab design)
- 2009-10-08 17:39:13下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
Hw1_Q1_a
FDTM code for square area
- 2012-06-26 21:01:17下载
- 积分:1
-
libsvm-3.19
最新版SVM工具箱libsvm-3.19(Support vector machine SVM toolbox for data parameters of the classification and regression, simple and easy to use, strong generalization ability)
- 2014-10-29 22:10:06下载
- 积分:1
-
JISUANQI
使用gui编写的计算器功能,与windows上计算器类似(A calculator written in GUI)
- 2020-06-15 22:55:01下载
- 积分:1
-
tamrin-seri-2
matlab program for adapting filter
- 2014-01-29 19:27:24下载
- 积分:1
-
John-Wiley---Inverse-synthetic-aperture-radar-ima
Inverse synthetic aperture radar imaging with MATLAB
- 2015-01-05 17:43:58下载
- 积分:1
-
chenxiaocen
盲信号分离(BSS)指在源信号混合和传输信道未知的情况下,只利用接收天线的输出观测混合信号抽取源信号的方法。本文简要阐述了常用的瞬时混合盲信号分离的LMS与RLS自适应算法,对RLS自适应算法重点研究分析了基于普通梯度与自然梯度的两种算法,并通过仿真实验来分析比较几种方法的性能。(Blind signal separation (BSS) refers to the source signal and transmission channel mixing unknown circumstances, the only use of the receiving antenna output source signal observed mixed-signal extraction method. This paper describes commonly used blind source separation of instantaneous mixture of LMS and RLS adaptive algorithms, the RLS adaptive algorithm focuses on the analysis of general gradient and the natural gradient based on two algorithms, and through simulation experiments to compare several methods of analysis performance.)
- 2011-08-30 15:38:55下载
- 积分:1
-
the-code-of-fuzzy-PID-controll
模糊PID控制,有参数控制调节矩阵程序,可以参考。 (the code of fuzzy PID controll)
- 2012-08-16 20:46:35下载
- 积分:1