Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by rakeshKM

  1. R

    complex conjugate symmetric part of a signal?

    a complex signal x(t) is said to be conjugate symmetric if x*(t)=x(-t) and conjugate symmetric part is =[x(t)+x*(-t)]/2
  2. R

    DFT Beam former essential

    What are the essential characteristics of a broadband adaptive DFT Beam former . 1.In DFT beam former the weight vectors are changing per every frequency bin. But shouldn't the weight vector remain constant ? 2.how to prepare the data and convert the band pas signal to low pass signal ?
  3. R

    how to generate a broadband signal for a given bandwidth in Matlab ?

    thank u for ur response i finally did it with the help of Fm modulation...i think LFm will do also fine here is what i have done have T=2e-6; Fs=440e6; Fc=120e6; B=200e6; ft=0:1/Fs:T-1/Fs; N=length(ft); k=(Fc/Fs)*2*pi/max(ft); y=modulate(ft,Fc,Fs,'fm',k); %%band pass...
  4. R

    how to generate a broadband signal for a given bandwidth in Matlab ?

    well i tried this: i need a broad band signal of band 500-1000 Hz what i did is ...wrote code for above and taken the idft.... and finally find fft to check ...but i am getting this my code is : clc; close all; clear all; t=0:0.5:1000; for i=1:length(t) if i>=500 & i<=1000...
  5. R

    how to generate a broadband signal for a given bandwidth in Matlab ?

    well ,I am about to design a broadband beam former. so I am curious,is it possible to create broadband signal of continuous frequency for a particular bandwidth. If no ,what is the best way to do so ?

Part and Inventory Search

Back
Top