登录
首页 » DOS » spacesmoothingMUSICandJADE

spacesmoothingMUSICandJADE

于 2013-05-01 发布 文件大小:7KB
0 183
下载积分: 1 下载次数: 24

代码说明:

  空间平滑MUSIC算法的MATLAB程序和角度和时延联合估计(JADE)算法MATLAB程序(Spatial smoothing MUSIC algorithm MATLAB program and angle and delay joint estimation algorithm MATLAB program (JADE))

文件列表:

解相干MUSICandJADE
..................\5.空间平滑MUSIC算法的MATLAB程序
..................\...............................\main.m,1373,2010-10-25
..................\...............................\mssp.m,240,2010-10-25
..................\...............................\ssp.m,174,2010-10-25
..................\6.角度和时延联合估计(JADE)算法MATLAB程序
..................\..........................................\genspacetimechan.m,1627,2010-10-25
..................\..........................................\jade.m,4668,2010-10-25
..................\..........................................\main.m,1040,2010-10-25
..................\..........................................\qtrans.m,464,2010-10-25
..................\..........................................\raisedcos_filter.m,498,2010-10-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 905--
    nrf905 接收机程序 89C52 验证通过 绝对好使(nrf905 receiver program 89C52 verified through absolutely so)
    2013-08-13 11:29:01下载
    积分:1
  • SolarBox
    利用ATTINY26 mcu开发的一款太阳能电源箱的程序,对太阳能板及电池电量的检测和控制。当电量较低时,发出声光报警并切断输出。(ATTINY26 mcu development of the use of a solar power supply box procedures, solar panels and battery power detection and control. When the electricity is low, the issue of sound and light alarm and cut off the output.)
    2021-01-16 10:48:45下载
    积分:1
  • STM32F429_CAN12
    说明:  STM32F429 CAN1和CAN2同时使用,均可收发收据,可触发接收中断,亲测可用(Stm32f429 Can1 and can2 are used at the same time, which can send and receive receipts, trigger receiving interruption, and can be used for personal testing)
    2021-04-25 17:18:46下载
    积分:1
  • 基于51及TLC549AD的电压表设计
    单片机课程设计 利用80c51 TLC549 四位数码管设计的5V数字电压表(TLC549 5V Digital Voltmeter)
    2020-07-08 00:58:58下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • STM32F10xxx闪存编程参考手册
    本编程手册介绍了如何烧写STM32F101xx、STM32F102xx和STM32F103xx微控制器的闪存存储器。(This programming manual describes how to burn the flash memory of STM32F101xx, STM32F102xx and STM32F103xx microcontrollers.)
    2020-06-20 15:40:01下载
    积分:1
  • PWM输入捕获-手动触摸操作量程转换
    说明:  TIM—高级定时器-PWM输入捕获-手动触摸操作量程转换(TIM-Advanced Timer-PWM Input Capture-Manual Touch Operation Range Conversion)
    2020-06-18 09:00:01下载
    积分:1
  • 带EMWIN程序备份 - 副本
    说明:  机械臂控制,基于keil的程序,lcd屏控制(Manipulator control, keil-based program)
    2020-11-20 18:49:36下载
    积分:1
  • dragged-taillights
    单片机c语言程序之拖尾灯。拖尾流水灯循环跑。(SCM c language program drag taillights. Tail light water cycle run.)
    2020-09-25 10:17:50下载
    积分:1
  • Code(6)
    As the figure above illustrates, a phase accumulator compares the sample clock and desired frequency to increment a phase register. Again, the fundamental idea is that we can generate signals with precise frequencies by generating an appropriate sample based on the phase of that frequency at any point in time. In addition, by representing our waveform with 214 (16,384) points, we are able to represent exactly 16,384 phase increments with our lookup table.
    2013-12-11 09:48:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载