-
smooth-algorithm
平滑矩阵的music算法,是阵列信号处理的一种算法.....(Music smoothing matrix algorithm is an algorithm array signal processing .....)
- 2013-12-31 10:26:50下载
- 积分:1
-
tishengxiaobobao
与传统的小波分解相比,提升小波可以实现整数小波变换,其方法与一般去噪法相同,都是对小波分解的高频系数进行阈值量化来达到去噪的目的。(Compared with the traditional wavelet, lifting wavelet can achieve integer wavelet transform, its the same way as regular de-noising method, are the high-frequency coefficients of wavelet decomposition threshold quantization to achieve the purpose of de-noising.)
- 2014-11-06 13:57:44下载
- 积分:1
-
基于四元数法的捷联惯导系统仿真 SimulationSINS
基于四元数法的捷联惯导系统仿真,陀螺仪和加速度计数据为自己仿的一分钟数据(Simulation SINS)
- 2010-11-16 10:39:35下载
- 积分: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
-
P1_gen_new
用于产生多相编码序列P1码以及对产生的码字进行匹配脉压(generate P1 code and let the code throngh the matched filter)
- 2010-10-22 15:46:01下载
- 积分:1
-
audio_watermarking_techniques
audio watermarking techniques
- 2012-04-14 21:52:54下载
- 积分:1
-
Heat-Conductoin-2-D
This programm is to calculate a two dimentional conduction problem.
- 2013-07-16 21:15:55下载
- 积分:1
-
Matalb
一些常用的matlab程序,对于入门学者有很大的帮助,每一个程序均有详细的说明(Some commonly used matlab program for entry scholar of great help, every program has a detailed description)
- 2013-11-17 13:06:30下载
- 积分:1
-
selection-sort
Program to implement selection sort
- 2014-09-20 12:30:04下载
- 积分:1
-
pro
小波与近似熵相结合的机械振动噪声信号分析
1 近似熵算法:
2 快速近似熵算法:
3 复morlet小波实验程序:
4谐波小波实部与虚部的程序:
5谐波小波分析时频图:
(Harmonic wavelet combined with approximate entropy mechanical vibration and noise signal analysis)
- 2013-11-02 04:24:30下载
- 积分:1