Skip to content

DSP LOG

Signal Processing

Random Articles
  • About
    • Articles
  • Advertise
  • Blog
  • Home
  • Search
  • Home
  • DSP
  • Page 2

DSP

Defines typical signal processing blocks like – CORDIC’s, polyphase filters etc

  • DSP

CORDIC for phase rotation

Krishna Sankar18 years ago18 years ago21 mins

My understanding of the CORDIC (Co-ordinate Rotation by DIgital Computer) thanks to the nice article in [DSPGURU-CORDIC].

Read More
  • DSP

Straight line fit using least squares estimate

Krishna Sankar18 years ago18 years ago71 mins

Two points suffice for drawing a straight line. However we may be presented with a set of data points (more than two?) presumably forming a straight line. How can one use the available set of data points to draw a straight line? A probable approach is to draw a straight line which hopefully minimizes the…

Read More
  • DSP

Interpreting the output of fft() operation in Matlab

Krishna Sankar19 years ago16 years ago261 mins

It might be interesting to interpret the output of the fft() function in Matlab. Consider the following simple examples. fsMHz = 20; % sampling frequency fcMHz = 1.5625; % signal frequency N = 128; % fft size % generating the time domain signal x1T = exp(j*2*pi*fcMHz*[0:N-1]/fsMHz); x1F = fft(x1T,N); % 128 pt FFT figure; plot([-N/2:N/2-1]*fsMHz/N,fftshift(abs(x1F)))…

Read More
  • DSP

First order digital PLL for tracking constant phase offset

Krishna Sankar19 years ago13 years ago141 mins

Considering a typical scenario where there might exist a small phase offset between local oscillator between the transmitter and receiver. Figure 1 : Transmitter receiver with constant phase offset In such cases, it might be desirable to estimate and track the phase offset such that the performance of the receiver does not degrade.

Read More
  • DSP

Using Toeplitz matrices in MATLAB

Krishna Sankar19 years ago13 years ago101 mins

The definition of Toeplitz matrix from [1] is: A matrix is said to be Toeplitz if the elements are determined completely by the difference .

Read More
  • 1
  • 2

Tag

16-PSK 16-QAM 802.11a 2012 AI Alamouti AWGN BPSK Capacity Communication conference Digital Diversity ECE electromagnetics eye diagram first order FSK GATE Gray IISc interpolation machine_learning Math MIMO ML MMSE noise Nyquist OFDM PAM pdf phase phase_noise PSK pulse shaping QAM raised cosine Rayleigh SIC STBC TETRA transmitter Viterbi ZF

Categories

Archives

Comment

  • Word Embeddings using neural networks - DSP LOG on Gradients for multi class classification with Softmax
  • FEC Forward Error Correction on GNU Radio – Telecommunications, Navigation & Electronics on Bit Error Rate (BER) for BPSK modulation
  • 現代デジタル通信システムにおける耐ジャミング性の包括的分析:要求されるジャマー対信号比の算出(Gemini deepResearch のレポート) | SDR技術のまとめ on Bit Error Rate (BER) for frequency shift keying with coherent demodulation
  • Gradients for multi class classification with Softmax - DSP LOG on Gradients for linear regression
  • Gradients for multi class classification with Softmax - DSP LOG on Gradients for Binary Classification with Sigmoid
  • Krishna Sankar on Download free e-book on error probability in AWGN
  • rohini on Download free e-book on error probability in AWGN

Recent Posts

  • Word Embeddings using neural networks
  • Gradients for multi class classification with Softmax
  • Gradients for Binary Classification with Sigmoid
  • Gradients for linear regression
  • Migrated to Amazon EC2 instance (from shared hosting)

DSP

  • ANALOG & DSP
  • Complex to Real
  • DSP DesignLine
  • DSP Guide
  • DSPRelated
  • Octave
  • Octave-Forge
  • Online Scientific Calculator (from EEWeb.com)

FPGA

  • FPGA Central

General

  • Amit Agarwal – Digital Inspiration
  • Enchanting Kerala