-
zcross
zcross.. to play.. z croos.. zero
- 2012-06-23 03:49:23下载
- 积分:1
-
3
MATLAB CODE FOR INFORMATION THEORY AND CODING
- 2013-09-11 12:57:43下载
- 积分:1
-
DTC-Linear-synchronous-motor
Linear Synchronous motor
- 2013-05-08 16:57:21下载
- 积分:1
-
awgnray
各方调制方式,例如bpsk、qam、fak等,在高斯白噪信道下误码对比结果(MATLAB awgn)
- 2010-11-02 19:49:07下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
MATLABjiaoan
说明: matlab超经典的使用教程,内附详细图解,让你快速掌握常用算法(matlab Tutorial ultra classic, containing detailed illustrations, so you quickly master the commonly used algorithm)
- 2010-04-28 09:03:46下载
- 积分:1
-
Matlabyufa
Matlab功能与法法上传,请采用 希望采用挺好挺全的(Matlab function and method of upload, please use)
- 2014-11-20 15:26:29下载
- 积分:1
-
9-main-programs-in-AI
genetic algorithm in matlab
- 2015-04-19 19:50:44下载
- 积分:1
-
第10章 随机神经网络
随机神经网络 Matlab实例+源代码,随机神经网络(Random neural network Matlab example + source code)
- 2021-04-02 10:49:07下载
- 积分:1
-
ANN神经网络入门-分类问题(MATLAB)
说明: 基于优化算法的bp神经网络,用于解决分类问题,可以给大家提供两种编程思路,亲测有效。(BP neural network based on optimization algorithm, used to solve classification problems, can provide you with two programming ideas)
- 2020-04-15 13:08:09下载
- 积分:1