DSPRelated.com

poles and zeros

Started by smita shekar in Matlab DSP20 years ago

Hi, Wanna know how do you find the magnitude response of an FIR filter from the the pole-zero plot in the Z-plane...i know that...

Hi, Wanna know how do you find the magnitude response of an FIR filter from the the pole-zero plot in the Z-plane...i know that at poles the magnitude is maximum and itz minimum at zeros...but how do you plot the response when there are a large number of poles and zeros.......


[CHECK THIS CODE]

Started by MUHAMMAD NAVEED Shaikh in Matlab DSP14 years ago

Hello every one, I am trying to create the c program which will perform the equivalent function of filter(b,a,x)...

Hello every one, I am trying to create the c program which will perform the equivalent function of filter(b,a,x) command as in matlab which is used to calculate the output of any Non-linear TI system for any input x here is my code with using user defined header file . header file(input.h) int input(int a[10]) { int L,i; printf("\nEnter the total len...


Modified Jakes, OFDM implementation

Started by abouzeidtarek in Matlab DSP15 years ago 1 reply

Hi, I am trying to simulate on Matlab a Rayleigh channel for my OFDM signal. I am using the code below to generate the channel...

Hi, I am trying to simulate on Matlab a Rayleigh channel for my OFDM signal. I am using the code below to generate the channel coeficients. The output of this code is a matrix in this case: h = (modified_jakes1(100,2000,10,3,100,0)) is 100 coefficients and 3 multipath chanel.(is this correct?) how can i filter my time domain signal with these coefficient? any idea how to equilize the...


Hilbert transform

Started by vbehravan in Matlab DSP20 years ago

Dear Friends, I have read in DSP books that the HILBERT transform of "a*cos(wt)" is a sine with the same amplitude and...

Dear Friends, I have read in DSP books that the HILBERT transform of "a*cos(wt)" is a sine with the same amplitude and frequency,means: a*sin(wt). In MATLAB, I have tested this problem in a m_file : with "FIlter Design Toolbox" I have designed a hilbert transform


Import Simulink algorithms in Visual DSP++ ?

Started by Zlatko Petroff in Matlab DSP21 years ago

Is there any possibility to import Simulink algorithms (for example FIR filter) in Visual DSP++ 2.0 for DSP 21161? Thank...

Is there any possibility to import Simulink algorithms (for example FIR filter) in Visual DSP++ 2.0 for DSP 21161? Thank you in advance! Zlatko


Can filter match both Magnitude and phase reponse

Started by Greg Berchin in Matlab DSP21 years ago

>>I would really appreciate your insight in terms of how to design >>digital filters to match both magnitude and phase of a narrow...

>>I would really appreciate your insight in terms of how to design >>digital filters to match both magnitude and phase of a narrow band >>complex Analog gain(simple 1st order or 2nd or 3nd order gain). I introduced such an algorithm in my Master's thesis:


Cascaded to parallel conversion for IIR filters

Started by yoge...@yahoo.com in Matlab DSP18 years ago

Hi All, I am new to this group, I am working on Graphic Equalizer for octave 1 with biquad IIR filters. I had implemented this one in cascade...

Hi All, I am new to this group, I am working on Graphic Equalizer for octave 1 with biquad IIR filters. I had implemented this one in cascade form and now trying to implement same in parallel form. First of all I calculate the single equivalent Transfer Funtion from several cascaded biquad filter and then using residuez of matlab (which is based on partial fraction expansion) try to realize the f...


How to filter out a specific frequency band

Started by amir...@yahoo.com in Matlab DSP15 years ago 1 reply

At the moment I am working on my thesis on "fault detection in pumps using vibratory signal analysis". This is to be done by comparing two groups...

At the moment I am working on my thesis on "fault detection in pumps using vibratory signal analysis". This is to be done by comparing two groups of the signals, one for normal state of the machine and another attributed to its faulty conditions (in which a specific fault is artificially imposed to the system under the same working conditions as of the normal state). My problem is a high-amplitud...


image bands in matlab

Started by nourhan_breem in Matlab DSP17 years ago

hello if anyone can help me in specify image bands using matlab, plzzz replay as soon as possible this is my image registration algorithm...

hello if anyone can help me in specify image bands using matlab, plzzz replay as soon as possible this is my image registration algorithm in which step 8 is related to image band 1. Apply FFT to images I1 and I2 ? F1(x, h) and F2(x, h); 2. Compute the absolute values of F1(x, h) and F2(x, h); 3. Apply a high pass filter to the absolute values to remove low freque...


Discrete Fourier Transform of a signal containing only dirac impulses

Started by mirc...@gmx.ch in Matlab DSP18 years ago

It's perhaps a silly question, but I don't see what I'm doing wrong. I'm trying to calculate the FT of a signal containing only dirac impulses. To...

It's perhaps a silly question, but I don't see what I'm doing wrong. I'm trying to calculate the FT of a signal containing only dirac impulses. To avoid aliasing I first low pass the signal with a Butterworth filter (should I take another one?) and than use the matlab function "fft" to transform the signal. Here an example: %The signal with two pulses: x=[zeros(1,1000) 1 zeros(1,800) 1 zeros(1...


Re: Colored Noise in Matlab

Started by rizw...@yahoo.com in Matlab DSP15 years ago

Hi tarang .. i need a bit more elaboration on colored noise .. can u please give a small code which can generate colored noise ?? thanx in...

Hi tarang .. i need a bit more elaboration on colored noise .. can u please give a small code which can generate colored noise ?? thanx in advance Ali Can anybody elaborate on this.if h(t) is the impulse response of the filter I have to send white Gaussian noise to it,in continuous domain .In matlab simulation I have to generate a vector of Gaussian random variables using randn and con...


urgent ::rayleigh fading using jakes model

Started by Anonymous in Matlab DSP19 years ago 2 replies

hi, did any one implement rayleigh fading using a 3 stage model containing 1.jakes filter 2.Sinc Interpolator 3.Liner...

hi, did any one implement rayleigh fading using a 3 stage model containing 1.jakes filter 2.Sinc Interpolator 3.Liner Interpolator if not plz send me the doc related to implementation..plz its urgent regards naga


Real Time Recurrent Neural Network Pseudocode.

Started by donj...@gmail.com in Matlab DSP14 years ago

Can somebody please point me to a published paper or a book where they discuss on how to readily code or implement a real time recurrent neural...

Can somebody please point me to a published paper or a book where they discuss on how to readily code or implement a real time recurrent neural network algorithm. It could be using gradient decent or discrete extended kalman filter. I need to use this for a signal estimation problem. My RTRL has one input (the input to estimate) which varies at random and one output. Please do not direct me toward...


Rayleighchan function in matlab

Started by thouraya ben salem in Matlab DSP18 years ago 1 reply

Hi all, I am modelling a multipath rayleigh channel using matlab function Rayleighchan. This function models the channel as a FIR...

Hi all, I am modelling a multipath rayleigh channel using matlab function Rayleighchan. This function models the channel as a FIR filter. You can find the algorithm in the matlab help rayleighchan page or look at the document attached. Can anybody help me understand the algorithm? why is the channel modelled as a sum of sinc? Best Regards, Thouraya


relational "convolution"

Started by Fabio Mazzone in Matlab DSP22 years ago

Hi Matlabist! i want to process an image, precisely i need to build a relational filter, applying a kind of convolution (but...

Hi Matlabist! i want to process an image, precisely i need to build a relational filter, applying a kind of convolution (but relationa, i can't use a normal convolution) on the whole image. i want to process the image step by step on small region of interest on it, let's say a


how to get 8x8 blocks of image

Started by bush...@yahoo.com in Matlab DSP16 years ago

Hi All, I have to make a deblocking filter in matlab for MPEG-4 video. For it I take frames from the video and and using in matlab. the frame...

Hi All, I have to make a deblocking filter in matlab for MPEG-4 video. For it I take frames from the video and and using in matlab. the frame size is 144x176.My first step is to find the activity across the 8x8 boundary blocks in the image. and then classify the block as smooth,complex region. for that I first convert image into gray and then taking the 8x8 blocks, then on blocks i apply my fo...


simulink exmple for LMS algo (adaptive equalization)............

Started by wasif_mmmec in Matlab DSP21 years ago 1 reply

Hi all! I'm new to this group & need an urgent help. Please guide me any link leading to an example of LMS algo in adaptive...

Hi all! I'm new to this group & need an urgent help. Please guide me any link leading to an example of LMS algo in adaptive equalization problem using matlab(simulink3). I'm following "simon haykin-adaptive filter theory". I'm in need of the model & not successful t


help needed ) TEQ vs. FEQ in OFDM or DMT

Started by Sean Lee in Matlab DSP18 years ago

Hello everyone. I recently joined this group. I'm a PhD student pursuing equalization. I'm interested in TEQ(shortening filter) and FEQ ( freq...

Hello everyone. I recently joined this group. I'm a PhD student pursuing equalization. I'm interested in TEQ(shortening filter) and FEQ ( freq domain equalization). But to me, it seems that these two have been studied mostly in the context of DMT(DSL). Literature does say that in DSL, delay spread can be up to 100 symbols, thus TEQ and/or FEQ may be needed. But now, in wireless, OFD...


Doppler Power Spectrum Density

Started by najmy in Matlab DSP15 years ago

Dear all, I am trying to generate a noise channel for a synchronous downlink MC-CDMA through a zero-mean complex Gaussian process through a...

Dear all, I am trying to generate a noise channel for a synchronous downlink MC-CDMA through a zero-mean complex Gaussian process through a designed filter whose power spectrum density (PSD) is shaped as classic Doppler PSD. The symbol rate, Rs, which is the chip rate over N subcarriers is set to 3.84Mchip/s.? I have considered a normalized Doppler frequency of fdT = 0.001 where T is the durat...


C equivalent code

Started by jonas yu in Matlab DSP19 years ago 2 replies

Hello everybody, I have a ".m" & ".mdl" file in MATLAB that uses filter design toolbox to create fir interpolation, decimation & multirate...

Hello everybody, I have a ".m" & ".mdl" file in MATLAB that uses filter design toolbox to create fir interpolation, decimation & multirate filters. Is there any method/tool/program that can generate the exact equivalent C/c++ code that performs the same function as the corresponding ".m" & ".mdl" was doing? All type of replies a