搜索资源列表
cgh
- 计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshi
example4_4
- 例4:在sinc(t)信号中叠加噪声,分析对应频谱 fs=100 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=2 时间窗大小 - x=x+0.1*randn(1,N) x=awgn(x,-10, measured ) figure plot(t,x) title( 时域信号图 ) xlabel( t /s ) y=fft(x,N) figure if mod(N,2)~=0
example4_3
- 例3:分析占空比为ta的矩形脉冲频谱 T=1 时间窗大小 ta=0.5 占空比 N=256 t=linspace(-T,T,N) ts=2*T/N fs=1/ts -x=zeros(1,N) x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1) y=fft(x,N) figure plot(t,x) title([ 时域信号图 占空比为 ,num
software
- The innovative Bicycle ABS Brake System controls brake force to reduce wheel skid. Built around an EKK-LM3S9B96 evaluation board containing a Stellaris LM3S9B96 microcontroller and support circuitry, the system measures the force applied to a bike’s
ABS-fangbaosi
- 汽车防抱制动系统_ABS_模糊控制系统的研究,很好的硕士论文-The Antilock braking system _ABS_ fuzzy control system, a good master s thesis
abs
- matlab中S函数的应用实例,求绝对值-matlab application examples of the S-function, absolute value
sysconvert
- 进制间的转换,顶顶顶,大学期间的作品,经供参考-#include<stdio.h> #include<math.h> int main(){ int b,c,i,j int d[10000] char a[37]={ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , A , B , C , D , E , F , G , H , I , J , K , L , M , N , O , P , Q
manish
- [mimi,i]=min(abs(imag(disp1)-imag(disp2))) legend( LHS of dispersion relation , RHS of dispersion equation ) xlabel( u,cl ) figure(1) clc uppercuts = input( Enter number of intersection points desired: ) [g,h] = ginput(uppercut
code
- 处理lasso regression。 使用stochastic Markov property。-Algorithm for solving the Lasso problem: 0.5* (y- X*beta) *(y- X*beta)+ lambda* ||beta||_1 where ||beta||_1 is the L_1 n
JHSantiagoTexcoco_FletcherReeves-MatLab
- Prueba1 FletcherReeves Hernández Santiago José Maestría en Ciencias de la Computación Septiembre / 2011 1. Comenzar con un punto arbitrario 2. Calcular Gradiente de Fi 3. Si el Gradiente Fi es igual a 0(converge), termina 4.
ABS
- ABS的labview控制程序,经过实际运作,精度较好。-ABS s labview control procedures, after the actual operation, the accuracy is better.
ABS
- 研究了汽车制动过程中车速、轮速等的变化过程和影响因素;以化整为零的思想,研究得到制动过程中各物理量间的微分方程关系;进而建立在ABS下的数学模型;继而通过使用simulink建立仿真模型;采取逻辑门限的控制方法,综合仿真的整个动态变化过程;得到车速、轮速、滑移率、路面附着系数和制动距离随时间的变化曲线;最后利用图像分析的方法对各物理量进行分析、比较,对比有无ABS系统下制动距离的变化,得出使用ABS控制策略能显著缩短制动距离,提高制动安全性。数据分析和处理主要应用MATLAB软件。-The br
ABS
- Vehicle cornering brake control strategy of a good master s thesis, a high reference value
CoSaMP-and-OMP-for-sparse-recovery
- 压缩感知信号恢复算法OMP和CoSaMP算法,常用的算法- x = CoSaMP( A, b, k ) uses the Compressive Sampling Matched Pursuit (CoSaMP) algorithm (see Needell and Tropp s 2008 paper http://arxiv.org/abs/0803.2392 ) to estimate the solution to the equation
Bang_bang_ABS_control
- 利用bang-bang模型,对汽车的制动过程进行控制,减少制动距离,防止其抱死。(Using a bang - bang model, to control the car's braking process, reduce the braking distance, prevent them from death.)
cnn-text-classification-tf-master
- It is slightly simplified implementation of Kim's [Convolutional Neural Networks for Sentence Classification](http://arxiv.org/abs/1408.5882) paper in Tensorflow.
s19file2
- 为了在不同的计算机平台之间传输程序代码和数据,摩托罗拉将程序和数据文件以一种可打印的格式(ASCII格式)编码成s格式文件。s格式文件是Freescale推荐使用的标准文件传送格式。编译完成之后,Freescale CodeWarrior编译器将在bin文件夹下自动生成“*.abs.s19”文件,这个文件包含最终下载带单片机中的所有内容。 源码代设计了一种算法,提供修改S19文件中指定地址的值功能。(Source code generation has designed an algorith