photo

Rajesh Sharma


Last seen: oltre un anno fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

software developer
Professional Interests: signal processing

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
118.453
of 301.421

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.269

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.475

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


How to design a lowpass filter from Visual C++ using C shared library dll
*I have to call the following code from Visual C++* function z=lpf(x,n,fc,s) hl = fdesign.lowpass('N,Fc', n, fc, s); Hd...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


How to design and implement lowpass filter and bundle in Dll to use in VC++
I have used the following *code in lpf.m* file. function z=lpf(x,n,fc,s) hl = fdesign.lowpass('N,Fc', n, fc, s); Hdl = ...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


I have created a function lpf which uses fdesign.lowpass,design and filter functions.Then builded a C++ Dll to call this lpf function from VC++.Function is returning zero everytime in an array of size 100.I have pasted the code for description
*MAT LAB Version 7.0.0.19920 (R14)* *Data passed(100 values)* to function *lpf and lpf1*. *x=*[10,5,100,50,20,10,5,100,50,...

oltre 13 anni fa | 0 risposte | 0

0

risposte