搜索结果

找到约 9 项符合 theta 的查询结果

通讯/手机编程 This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(An

This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(Analytic Method)
https://www.eeworm.com/dl/527/421324.html
下载: 150
查看: 1066

matlab例程 Describes how to find the theta value in CPFSK

Describes how to find the theta value in CPFSK
https://www.eeworm.com/dl/665/450767.html
下载: 143
查看: 1025

嵌入式/单片机编程 #define PI 3.1415926 double angle=(double)theta/10.0*PI/180.0 double anglecos=cos(angle) dou

#define PI 3.1415926 double angle=(double)theta/10.0*PI/180.0 double anglecos=cos(angle) double anglesin=sin(angle)
https://www.eeworm.com/dl/647/486758.html
下载: 119
查看: 1023

数值算法/人工智能 The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th

The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, ...
https://www.eeworm.com/dl/518/141584.html
下载: 23
查看: 1058

文章/文档 在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t )

在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y ) subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v ) subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta )
https://www.eeworm.com/dl/652/262840.html
下载: 31
查看: 1151

其他 PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo

PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a gree ...
https://www.eeworm.com/dl/534/288473.html
下载: 60
查看: 1029

matlab例程 %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

%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, ...
https://www.eeworm.com/dl/665/307766.html
下载: 135
查看: 1115

matlab例程 This function is used to evaluate the max height and the max distance of a projectile and plot th

This function is used to evaluate the max height and the max distance of a projectile and plot the trajectory. Inputs v0 : The initial velocity in m/s theta: The angle at which the projectile is fired in degrees Outputs hmax : The maximum hieght in m dmax : The maximum distance in ...
https://www.eeworm.com/dl/665/478918.html
下载: 41
查看: 1047

Matlab Matlab 画三维立体图形

Matlab 画三维立体图形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms.  &nbs ...
https://www.eeworm.com/dl/508022.html
查看: 65