搜索资源列表
BCH(15-7-5)
- BCH(15,7,5)纠错译码的MATLAB实现
Matlab_GUI
- 第七章 GUIDE入门 7.1 概述 7.2 图形句柄入门 7.3 GUIDE工具入门 7.4 创建图形用户界面外观 7.5 图形用户界面编程 7.6 常用的图形界面函数 7.7 本章小结
Strapdown
- 一、数据说明: 1:惯导系统为指北方位的捷连系统。初始经度为116.344695283度、纬度为39.975172度,高度h为30米。 初速度为v0=[0.000048637 0.000206947 0.007106781],飞行高度不变。 2:jlfw中为600秒的数据,陀螺仪和加速度计采样周期分别为为1/80秒和1/80秒。 3:初始姿态角为[0.120992605 0.010445947 91.637207](俯仰,横滚,航向,单位为度), jlfw中保存的为比力信
ex9_14
- 在7.5-30km瑞利杂波情况下 LFM目标15km 雷达恒虚警仿真-CFAR
Goldbach
- 哥德巴赫猜想: 将一给定的偶数表示成两个质数之和被称之为此数的哥德巴赫分割。例如, 4 = 2 + 2 6 = 3 + 3 8 = 3 + 5 10 = 3 + 7 = 5 + 5 12 = 5 + 7 14 = 3 + 11 = 7 + 7 … 换句话说,哥德巴赫猜想主张每个大于等于 4 的偶数都是哥德巴赫数-可表示成两个质数之和的数。[1]另有对奇数的相似猜想,称之为李维猜想。 -Goldbach s conjecture:
GenPN
- 生成PN序列(伪随机噪声序列),阶数包括2阶,3阶,4阶,5阶,6阶,7阶,8阶。并在前面补0后形成相应的2的幂次长的序列。-Generated PN sequences (pseudo-random noise sequence), including the orders of 2 order, 3 order, 4 order, 5 order, 6 order, 7 order, 8 order. And fill in front of 0 after the formation of
fdwt
- FDWT (forward discrete wavelet transform) use 5/3 filter and 9/7 filter matlab file
asfmodel_definitive_resonant
- 电子工程转换器模块例子,在matlab simulink 7.5中运行-Converter modle matlab simulink
Proyecto0305.m
- Matlab function. Laplacian enhancement technique described in connection with Eq. (3.7-5). Use the mask shown in Fig. 3.39(d). Gonzalez. Image Processing-Matlab function. Laplacian enhancement technique described in connection with Eq. (3.7-5). Use
CH7
- 7.5 积分一步的变步长龙格-库塔法grkt2.c 7.6 积分一步的变步长基尔法ggil1.c 7.7 全区间积分的变步长基尔法ggil2.c 7.8 全区间积分的变步长默森法gmrsn.c 7.9 积分一步的连分式法gpbs1.c 7.10 全区间积分的连分式法gpbs2.c-7.5 Integral-step variable step-queue grid- Kutta method grkt2.c 7.6 Integral variable step by step
ALGO3-5
- Algo3-5.c C program for implementing Algorithm 3.5 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NU
password_gui
- MATLAB MATLAB 7.5 (R2007b) Application to set a password on GUI So if user will input wrong password, program will be closed Password is: ALHAMBRA
GLTree2DFEX
- FAST K-NEAREST NEIGHBORS SEARCH -FAST K-NEAREST NEIGHBORS SEARCH Descr iption You can find the descr iption at: http://www.advancedmcode.org/gltree.html A Pro Version has been published on: http://www.advancedmcode.org/gltree-pr
matlab7.5ppt
- matlab 7.5 电子教案 ppt 全集-ppt
computingBERConvolutionalCod1
- scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding with finite survivor state memory and variable traceback depth Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision decoding i
computingBERConvolutionalCode
- scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding. Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision decoding is used.
PSD_0705
- 在不同UWB信号采用不同的调制方式,OOK、PPM调制下的功率谱计算,并观察周期数对UWB信号频谱的影响,7.5制作-UWB signals in different ways using different modulation, OOK, PPM modulation of the power spectrum, and observe the number of cycles on the impact of UWB signal spectrum, 7.5 Production
mxTV
- 全变差图像处理Matlab程序,for the paper: "Algorithms and Software for Total Variation Image Reconstruction via First-Order Methods, Numerical Algorithms"-Software for Total Variation Image Reconstruction (for Matlab Version 7.5 or later) "mxTV" is a software
7
- 用Romberg方法计算定积分,使误差不超过10E-5.-Definite integral using Romberg method, so that the error of not more than 10E-5.
GUI-drawing-board
- Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标 但是功能比较简单,只能画线,不能画矩形、椭圆等 其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。 程序的亮点: 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7