-
jisuanqi4
计算器的功能实现程序,该程序一多次仿真通过,健壮好用(There was a new quiz show on television last night, but we were just outside and sitting down to dinner when it came on.)
- 2013-11-20 21:19:37下载
- 积分:1
-
radar
分析雷达信号方向基于四阶累积量的MUSIC算法可以实现阵列扩展,提高了DOA估计精度、分辨率,降低阵列信号处理对信噪比的要求。(Analysis of radar signal direction of MUSIC algorithm based on fourth-order cumulants can realize array extension, improve the DOA estimation precision, resolution, reduce the requirement of array signal processing of signal to noise ratio.)
- 2015-01-08 16:46:35下载
- 积分:1
-
circling_sound
ADSP stuff. 360°circling sound designed based on matlab. Can load any .wav file to try.
- 2015-01-22 14:49:44下载
- 积分:1
-
LocateLargest
提示用户输入一个二维数组,然后显示这个数组中最大元素的位置,返回值为包含两个元素的以为数组
(Prompts the user to enter a two-dimensional array, and then display the location of the largest element of the array, the return value is an array that contains two elements)
- 2013-12-18 10:11:20下载
- 积分:1
-
ShearLab-1.0
离散剪切波变换的matlab源码,包括剪切波变换及逆变换函数,以及基于剪切波的去噪函数等(The matlab code of the shearlet transform. There are three routines for demos (image approximation & denoising and displaying shearlet coeff).)
- 2010-11-18 22:05:15下载
- 积分:1
-
UWB_PPM_source
说明: 利用压缩包内的5和函数产生PPM调制的UWB信号,信号波形为高斯二阶导函数。重复编码次数,TH码长度范围,波形形成参数alpha等参数均可以改变(use compressed within the five functions to generate PPM and the UWB signal modulation, Waveform second derivative of the Gaussian function. Repeat code number, TH code length, alpha waveform parameters such as formation parameters can be changed)
- 2006-02-06 08:58:06下载
- 积分:1
-
UWB
UCW的原理和matlab仿真计算程序代码,经过测试(UCW theory and simulation matlab code, tested)
- 2011-06-16 09:32:57下载
- 积分:1
-
chiebuka_eyisi_hw3p4
Design of a 3 phase round rotor turbo-alternator to satisfy the following specs: 150MW(real power), Y connected, 12.6kV (terminal voltage), 60Hz, 4 pole 0.85 lagging, 250m/s peripheral speed for 20 over speed run, directly cooled stator(water) and rotor(hydrogen), Vfmax = 500V, 60 slots, 14/15 pitch, skew 1 slot, 12 parallel circuits and 25 degree C, working temperature.
- 2013-04-16 08:02:35下载
- 积分:1
-
denoising-wavelet
改进的小波阈值降噪方法improved wavelet threshold denoising (improved wavelet threshold denoising )
- 2017-03-09 20:27:47下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1