-
wavelet_dec_rec
自己编程实现dwt的功能,基本上不使用matlab函数(Programming dwt own functions, basically do not use matlab function)
- 2009-06-26 11:57:04下载
- 积分:1
-
lvbo
对mitbih数据库中心电信号滤波,高通,低通,带通去除工频干扰
(Database centers mitbih signal filtering, high pass, low pass, band-pass removal of the working frequency interference)
- 2020-12-31 10:48:59下载
- 积分:1
-
LAB-2
Communication Systems Lab
- 2014-12-09 02:14:36下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
EKF
一份基于simulink很实用的EKF估计soc程序.(A very practical simulink based EKF estimate soc program.)
- 2016-01-12 13:58:54下载
- 积分:1
-
OFDM
说明: OFDM仿真程序,信道估计采用LS,MMSE,LMMSE,DCT等方法,做了个比较,ofdm那个是主程序(OFDM simulation program, channel estimation using LS, MMSE, LMMSE, DCT and other methods, made a comparison, OFDM that is the main program)
- 2020-10-12 08:04:16下载
- 积分:1
-
gbp
Gaussian belief propagation code in matlab.
- 2009-01-01 22:50:31下载
- 积分:1
-
54
说明: 《高阶谱分析》例题5.4,根据零极点分布建立传递函数,求解冲击响应和系统输出,求解高阶矩或累计量,计算倒谱参数。( Higher-order spectral analysis, Example 5.4, according to the distribution of zeros and poles of transfer function to establish, to solve the impact of response and system output, for solving high-order moment or cumulant calculated cepstrum parameters.)
- 2008-01-16 15:51:50下载
- 积分:1
-
lorenzeq
Lorenz方程,可以直接引用,欢迎各位下载(Lorenz equations can be directly quoted, welcome to download)
- 2013-03-06 21:11:17下载
- 积分:1
-
remote-sensing-image-correction
用matlab写的用于遥感影像几何精校正的程序,可以进行一次,二次和三次多项式的校正(Write using matlab for remote sensing image geometric precision correction procedures can be the first, second and third order polynomial correction)
- 2012-06-29 21:48:15下载
- 积分:1