MATLAB Central
    Log In
  1. Create Account
  2. Log In
  1. File Exchange
  2. Answers
  3. Newsgroup
  4. Link Exchange
  5. Blogs
  6. Trendy
  7. Cody
  8. Contest
  9. MathWorks.com
Download All

Code covered by the BSD License  

Highlights from
RJ-MCMC algorithm for sinusoids parameter estimation

  • birth_move(y , yt , x , tp_wk...
  • bsinu(w , x);
  • death_move(y , yt , x , tp_wk...
  • generate_y_sinu(N , param_sin...
  • merge_move(y , yt , x , tp_wk...
  • rjmcmc_sinu3(y , hyper , x);
  • rwupdate_move(y , yt , x , cd...
  • split_move(y , yt , x , tp_wk...
  • test_rjmcmc_sinu.m
  • View all files
image thumbnail
from RJ-MCMC algorithm for sinusoids parameter estimation by Sebastien PARIS
RJ-MCMC algorithm for sinusoids estimation

bsinu(w , x);
function D    = bsinu(w , x);

%
% D    = bsinu(w , x);
%


w           = w';

D           = cos(w(ones(length(x) , 1) , :).*x(: , ones(1 , length(w))));



Contact us at files@mathworks.com

 
  • © 1994-2012 The MathWorks, Inc.
  • Site Help
  • Patents
  • Trademarks
  • Privacy Policy
  • Preventing Piracy
  • Terms of Use
  • RSS
  • Facebook
  • Twitter
  • Featured MathWorks.com Topics:
  • New Products
  • Support
  • Documentation
  • Training
  • Webinars
  • Newsletters
  • MATLAB Trials
  • Careers