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.

Creating Jakes Doppelr filter

Status
Not open for further replies.

WUID

Member level 2
Joined
Mar 27, 2009
Messages
45
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,630
Creating Jakes Doppler filter

Hello

I want to create Jakes Doppler filter in matlab "the classical model"

using this power spectrum:

37_1335739497.png


with firpm function,

anyone know how ?
 

Attachments

  • eqn1168835215.png
    eqn1168835215.png
    1.6 KB · Views: 58
Last edited:

I'm the master of this art , but still I didn't find any answers...

after you clicked the search button on your link all I saw is purple headlines (if you know what I mean...)
 

The purple links indicate at least you explored the links already.
If they were blue (default colour) you have not yet, now following this "research" one can find all the answers to this question.

Which part is the problem, finding the parametric syntax or entering the function parameters
for "Jakes Doppler filter in matlab using firpm function?"

from my google search and MAtLab search

firpm -
Parks-McClellan optimal FIR filter design
Syntax
b = firpm(n,f,a)
b = firpm(n,f,a,w)
b = firpm(n,f,a, 'ftype')
b = firpm(n,f,a,w, 'ftype')
b = firpm(...,{lgrid})
[b,err] = firpm(...)
[b,err,res] = firpm(...)
b = firpm(n,f,@fresp,w)
b = firpm(n,f,@fresp,w,'ftype')
then plug in the values...
 
  • Like
Reactions: WUID

    WUID

    Points: 2
    Helpful Answer Positive Rating
firpm is the function i'm using to create my flat Doppler filter...

I am having difficult on entering the function parameters that will follow the formula from above...
 

I'll try ...
thx
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top