|首页|

 |公司简介|

|射频微波|

|仪器仪表|

|通信产品|

|客户留言|

|专家名人|

|技术支持|

 |资料下载|

|解决方案|

|光纤光电|

|微波论坛|

|无线世界|

|客户服务|

|内动态|

 |天线工程|

|微波EDA|

|电磁兼容|

|图书资料|

|友情连接|

|联系我们|

  按产品分类选型指南  
  按厂家品牌选型指南  
  按产品应用选型指南  
  技术文章技术资料  
  技术标准法律法规  
  基础知识技术园地  
  常用数据查询手册  
  SSTKJ自 制微波光电  
  SUNSTAR定制OEM  
  新品发布  
  热销产品  
  特价产品  
 

、产品分类介绍:  

A、射频微波元器件

->射频模块/功率管
->
频管
/高频/微波管
->
混频器
->
放大器
->
衰减器
->
双工器
->
功分器
->
隔离器
->开关/射频微波开关
->
低噪声管
->
温补晶振
/晶体振荡器
->
负载电阻
->
PIN二极管
->
PLL锁相环
->
通信IC
->
介质滤波器
->
声表滤波器
/SAW
->
混合耦合器
->
高频微波电容
->
高频微波电感

->特价库存微波元件

->电源系统专用元件

->高频功放模块

->特殊专用元件

->高频三极管

->无线电发射专用管发射管

->高频场效应管

->GaAs微波功率晶体管

->MOS双极性晶体管

->微波毫米波振荡器

->频率源/频率综合器

->倍频器/倍频器模块

->MMIC混频器

  同轴和波导混频器

->MMIC移相器及移相器模块

->MMIC功率放大器低噪放

->对数检波视频放大器

->MMIC KU到KA收发器

->MMIC开关及模块

->同轴及波导负载部件

->MMIC同轴及波导衰减器

->同轴定向耦合器部件

->适配器转换

->速调管、行波管检波器

->波导部件和旋转关节

->功分器合路器双工器

->毫米波测试设备

->限幅器

->高功率倍增器

->射频连接/接插/线缆

->射频微波材料

->军品高精度晶体振荡器

-> 通信专用元器件

-> 电子管/真空管/闸流管

-> FREESCALE/MOTOROLA

-> ERICSSON爱立信系列

-> NXP/PHILIPS飞利浦系列

-> TOSHIBA东芝系列

-> MITSUBISHI/RENESAS

-> M/A-COM系列

-> ASI系列

-> EUDYNA/FUJITSU富士通

-> HP/AGILENT/Avago

-> NEC日电系列

-> HITACHI/RENESAS日立

-> SONY索尼系列
->
UMS

-> Mini-circuits

-> SIRENZA

-> ALPHA

->  WJ

-> RFMD

-> APT

-> HITTITE

-> ST意法半导体

-> QUALCOMM高通

-> PDI

-> CML

 

B、光通讯元器件

->光电通讯元器件

->光耦/光电耦合器

->Agilent光模块

->AMP光模块

->SIEMENS光纤收发模块

->OCP光纤收发模块

->CISCO光纤收发模块

->GBIC光纤收发模块

->光纤收发

->常用光电元器件库存

 

C、二极管、三极管

->二极管/变容管/变阻管

->三极管/晶闸管/场效应管

->2SJ系列电子器件

D、无线收发、无线射频IC

E、无线收发模块

F、GSM/CDMA/GPRS通信模块

G、GPS模块/天线/方案

H、扩频模块/MODEM模块

I、遥控器/遥控开关/模块

J、通信继电器/干簧管

K、电源模块/模块电源

L、通信变压器

M、通信防雷器/TVS管

N、无线收发芯片和模组

O、数据通信芯片

 

二、产品图文介绍:

 
 
 
 
 
 
 

 

Solitons(孤立子)


   Waves are in general dispersive and the original wave form becomes dispersed as waves propagate over a large distance. However, in some waves, dispersion can be compensated by nonlinearity and they can propagate over a large distance keeping original wave forms. Waves in shallow water and plasma waves known as the ion acoustic wave are typical examples. In fact both waves can be described by a common nonlinear wave equation (KdeV equation) originally derived by Kortweg and de Vries.

Animation shows propagation of large (amplitude = 8) and small (amplitude = 2) amplitude solitons and their passing collision. Soliton propagates faster as its amplitude increases and if two solitons of different amplitudes are created, collision can occur. Note that collision does not destroy wave forms of either wave. Snapshots before, at, and after collision are also shown. At the instant of collision, the wave amplitude becomes smaller than the sum of the two waves. This is a typical nonlinear behavior wherein the superposition principle, which works universally in linear waves, entirely breaks down. Similar nonlinear wave propagation occurs in light waves guided along an optical fiber.

Fast, larger amplitude soliton. Amplitude = 8.

> with(plots):
animate(8*(sech(2*(x-.5*16*t)))^2,x=-10..10,t=-1.2..1.2,frames=49,numpoints=500,color=red,view=[-10..10,0..10]);

Slow, smaller amplitude soliton. Amplitude = 2. Velocity is one half of that of the fast soliton.
> animate(2*(sech(x-.5*4*t))^2,x=-10..10,t=-1.2..1.2,frames=49,numpoints=500,color=red,view=[-10..10,0..10]);

Passing collision of fast and slow solitons.
> with(plots):
animate(12*(3+4*cosh(2*x-.5*8*t)+cosh(4*x-.5*64*t))/(3*cosh(x-.5*28*t)+cosh(3*x-.5*36*t))^2,x=-10..10,t=-1.2..1.2,frames=49,numpoints=1000,color=red,view=[-10..10,0..10]);

Snapshot at t = -1.
> t:=-1:
plot(12*(3+4*cosh(2*x-.5*8*t)+cosh(4*x-.5*64*t))/(3*cosh(x-.5*28*t)+cosh(3*x-.5*36*t))^2,x=-10..10,numpoints=1000,color=red,view=[-10..10,0..10]);

Snapshot at t = -0.5.> t:=-0.5:
plot(12*(3+4*cosh(2*x-.5*8*t)+cosh(4*x-.5*64*t))/(3*cosh(x-.5*28*t)+cosh(3*x-.5*36*t))^2,x=-10..10,numpoints=1000,color=red,view=[-10..10,0..10]);

Snapshot at t = 0. Note that the amplitude is only 6.0. The pulse width is broadened.
> t:=0:
plot(12*(3+4*cosh(2*x-.5*8*t)+cosh(4*x-.5*64*t))/(3*cosh(x-.5*28*t)+cosh(3*x-.5*36*t))^2,x=-10..10,numpoints=1000,color=red,view=[-10..10,0..10]);

Snapshot at t = 0.5.
> t:=0.5:
plot(12*(3+4*cosh(2*x-.5*8*t)+cosh(4*x-.5*64*t))/(3*cosh(x-.5*28*t)+cosh(3*x-.5*36*t))^2,x=-10..10,numpoints=1000,color=red,view=[-10..10,0..10]);

Snapshot at t =1.> t:=1.0:
plot(12*(3+4*cosh(2*x-.5*8*t)+cosh(4*x-.5*64*t))/(3*cosh(x-.5*28*t)+cosh(3*x-.5*36*t))^2,x=-10..10,numpoints=1000,color=red,view=[-10..10,0..10]);
 

 

 

 

更多产品请看本公司产品专用销售网站:欢迎来电查询购买SSTKJ产品或索取免费详细资料、设计指南和光盘 ;产品凡多,未能尽录,欢迎来电查询。

SSTKJ射频微波光电产品网:HTTP://www.rfoe.net/  SSTKJ传感器专家仪器仪表世界网:http://www.sensor-ic.com/

智能工控公共安全网:http://www.pc-ps.net/         电子元器件网:http://www.sunstare.com/

军工产品网:hrrp://www.Junpinic.com/      单片机专用电路网://www.icasic.com/

科技产品网://www.sunstars.cn/   射频微波光电元器件销售热线:

    地址:深圳市福田区福华路福庆街鸿图大厦1602

    电话:0755-83396822 83397033   

    传真:0755-83376182  013823648918  MSN: SUNS8888@hotmail.com

    邮编:518033   E-mail:szss20@163.com     QQ: 195847376

    深圳赛格展销部:深圳华强北路赛格电子市场2583号 电话:0755-83665529   13823648918

    技术支持: 0755-83394033 13501568376

    北京分公司:北京海淀区知春路132号中发电子大厦3097  TEL  18927445855  13823791822  FAX010-62543996 

    上海分公司:上海市北京东路668号上海賽格电子市场D125  TEL  56703037  13823676822  FAX021-56703037

    西安分公司:西安高新开发区20(中国电子科技集团导航技术研究所西安劳动南路88号电子商城二楼D23 

            TEL  18926764199  FAX:029-77678271