-
Sfunction
S-function程序编写实例,本人学习MATLAB中系统函数第一个编写的程序。运行环境:MATLAB。直接运行即可。(the programming example of S-function.)
- 2014-10-17 20:28:58下载
- 积分:1
-
opf
系统的结构参数和负荷情况都已给定时,调节可利用的控制变量(如发电机输出功率、可调变压器抽头等)来找到能满足所有运行约束条件的,并使系统的某一性能指标(如发电成本或网络损耗)达到最优值下的潮流分布。(Optimal power flow(OPF) is a fundamental tool in power system planning and operation.)
- 2021-01-25 16:28:43下载
- 积分:1
-
ir
图像复原--数字图像处理--matlab程序(Image Recovery- Digital image processing- matlab program)
- 2013-12-02 11:04:18下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
pls-svm
最小二乘支持向量机的一个小程序,非常简单,也很耗用(Least Squares Support Vector Machines, a small program, very simple and consumption)
- 2008-06-03 09:48:27下载
- 积分:1
-
matlabtargettracking
使用matlab编写的程序,关于目标动态跟踪的,里面有可测试的视频,可以稍微改动供自己用( the program was wrrited using matlab laguage)
- 2010-12-13 21:29:23下载
- 积分:1
-
import
航位推算代码,内含三种常见的平滑处理方法代码
内含部分数据(Dead reckoning code, containing three common smoothing method code)
- 2015-01-17 01:38:03下载
- 积分:1
-
prim_suanfa
通信网中图论部分PRIM算法生成最小生成树的matlab程序(Communication network center theory of some PRIM algorithm to generate minimum spanning tree of the matlab program
)
- 2013-05-22 10:04:07下载
- 积分:1
-
speech-based-on-CS
基于语音信号的压缩感知重构程序
采用OMP算法对语音进行重构
包含语音的分帧程序,及omp程序,程序可正常运行。(Sensing Reconstruction program is based compressed speech signals
Using OMP algorithm to reconstruct speech
Framing program includes speech, and omp, programs can be run properly.)
- 2015-06-04 17:59:39下载
- 积分:1
-
matrix
很好的matlab测试代码 对于了解矩阵由很大的好处啊 谢谢大家 还有下载(Very good test code for matlab matrix know a lot of benefits from the U.S. also download ah thanks)
- 2009-03-09 13:42:24下载
- 积分:1